diff options
Diffstat (limited to 'community/py3-async-timeout-gns3')
-rw-r--r-- | community/py3-async-timeout-gns3/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/py3-async-timeout-gns3/APKBUILD b/community/py3-async-timeout-gns3/APKBUILD index 050974d4f5..6ab9427d8d 100644 --- a/community/py3-async-timeout-gns3/APKBUILD +++ b/community/py3-async-timeout-gns3/APKBUILD @@ -2,31 +2,27 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-async-timeout-gns3 _pkgname=async-timeout -pkgver=2.0.1 -pkgrel=1 +pkgver=3.0.1 +pkgrel=0 pkgdesc="Timeout context manager for asyncio programs - GNS3 compatible version" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" license="Apache-2.0" -conflict="py3-async-timeout" -depends="python3" +depends="python3 !py3-async-timeout" makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py check } package() { - cd "$builddir" python3 setup.py install --root="$pkgdir" } -sha512sums="cb66bdc286082ef5570a7e3aa420434f82bb4131e9527c499c693a21d72b3f3772922c0ce2ad68e7de5f95960061e508effda56be398356ea75d55272f534a86 py3-async-timeout-gns3-2.0.1.tar.gz" +sha512sums="fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986 py3-async-timeout-gns3-3.0.1.tar.gz" |