diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 14:34:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | e8895878e53989e97f305bdd66fb931578e404a3 (patch) | |
tree | b870126a7f3373c7f9b21c626abcb5d04ef97788 /community/py3-async-timeout | |
parent | 60d6102c60b14b5b64f8c3618600f3a703bca976 (diff) | |
download | aports-e8895878e53989e97f305bdd66fb931578e404a3.tar.bz2 aports-e8895878e53989e97f305bdd66fb931578e404a3.tar.xz |
community/py3-async-timeout: rebuild against python 3.7
Diffstat (limited to 'community/py3-async-timeout')
-rw-r--r-- | community/py3-async-timeout/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-async-timeout/APKBUILD b/community/py3-async-timeout/APKBUILD index 055971faf6..39220bae41 100644 --- a/community/py3-async-timeout/APKBUILD +++ b/community/py3-async-timeout/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-async-timeout _pkgname=async-timeout pkgver=3.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Timeout context manager for asyncio programs" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" license="Apache-2.0" depends="python3" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |