diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-30 21:53:44 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-30 21:55:13 +0300 |
commit | b1ccf76d638b9f94b4e8b382603c1f5429fcf53c (patch) | |
tree | 33110e51665f20124b0df90be43bc4d5eccd15f2 /testing/py3-dweepy | |
parent | 0bc051536b3ef1a124dea2654c2d5d8755ba1182 (diff) | |
download | aports-b1ccf76d638b9f94b4e8b382603c1f5429fcf53c.tar.bz2 aports-b1ccf76d638b9f94b4e8b382603c1f5429fcf53c.tar.xz |
testing/py3-dweepy: upgrade to 0.3.0, modernize
Diffstat (limited to 'testing/py3-dweepy')
-rw-r--r-- | testing/py3-dweepy/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/testing/py3-dweepy/APKBUILD b/testing/py3-dweepy/APKBUILD index c5978cb334..55b9fcd69c 100644 --- a/testing/py3-dweepy/APKBUILD +++ b/testing/py3-dweepy/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-dweepy _pkgname=dweepy -pkgver=0.2.0 -pkgrel=2 +pkgver=0.3.0 +pkgrel=0 pkgdesc="A Python client for Dweet.io" url="https://github.com/paddycarey/dweepy" arch="noarch" @@ -17,15 +17,11 @@ replaces="py-dweepy" # Backwards compatibility provides="py-dweepy=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" - python3 setup.py build || return 1 + python3 setup.py build } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -md5sums="5ad51670567eec55f578fdc2583e93db dweepy3-0.2.0.tar.gz" -sha256sums="a89730cb2e924cb4cd9bafb605874baf6f709cd42ce141407cda6e0f8815e5f3 dweepy3-0.2.0.tar.gz" -sha512sums="5efeddb0f74ddbffe1374f8f86d6b4b6aedea02a119ecedb25a83de394c3ae57b411928299e5ca55e9efd74a0c5fb6a75f99ec9224043c07b7d529f6315e48bc dweepy3-0.2.0.tar.gz" +sha512sums="f190c40bbcfdbaa516fff3d2f91dc58bf8ed71096385a74476c2e1c13cfafc32c0c24645801b3fdb5116a80807b0150a4a4b0976ebf499b4fa51ebf9a5ac797e dweepy-0.3.0.tar.gz" |