diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-12 06:59:37 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-12 06:59:37 +0000 |
commit | f5848366dc04f58d211274386510a8131f6cb7e4 (patch) | |
tree | 46326b1adeaeb6540df9e42da55c08a3afb77107 | |
parent | 67b3962c056e3238cc350642415c8c76a0400b2b (diff) | |
download | packages-f5848366dc04f58d211274386510a8131f6cb7e4.tar.gz packages-f5848366dc04f58d211274386510a8131f6cb7e4.tar.bz2 packages-f5848366dc04f58d211274386510a8131f6cb7e4.tar.xz packages-f5848366dc04f58d211274386510a8131f6cb7e4.zip |
user/py3-future: Bump to 0.18.2
-rw-r--r-- | user/py3-future/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/user/py3-future/APKBUILD b/user/py3-future/APKBUILD index 13265d2e6..d34548a8f 100644 --- a/user/py3-future/APKBUILD +++ b/user/py3-future/APKBUILD @@ -5,7 +5,7 @@ pkgname=py3-future _pkgname=${pkgname##py3-} _p="${_pkgname#?}" _p="${_pkgname%"$_p"}" -pkgver=0.17.1 +pkgver=0.18.2 pkgrel=0 pkgdesc="Easy, clean, reliable Python 2/3 compatibility" url="http://python-future.org/" @@ -19,14 +19,12 @@ source="https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$ builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" python3 setup.py build } package() { mkdir -p "$pkgdir" - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="50094c44db81afbfd37ee25e1710ed11ecb2c2d64ad076fb62a2688dd36a9696ab26b0d7989bf1ecb10da251961a0ee6bb37c4dbd115f70384cd8c9a675d0b2d future-0.17.1.tar.gz" +sha512sums="91c025f7d94bcdf93df838fab67053165a414fc84e8496f92ecbb910dd55f6b6af5e360bbd051444066880c5a6877e75157bd95e150ead46e5c605930dfc50f2 future-0.18.2.tar.gz" |