aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-aiohttp-gns3/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-aiohttp-gns3/APKBUILD')
-rw-r--r--community/py3-aiohttp-gns3/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/py3-aiohttp-gns3/APKBUILD b/community/py3-aiohttp-gns3/APKBUILD
deleted file mode 100644
index 772fc0b46f6..00000000000
--- a/community/py3-aiohttp-gns3/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=py3-aiohttp-gns3
-_pkgname=aiohttp
-pkgver=3.6.2
-pkgrel=2
-pkgdesc="HTTP client/server for asyncio - GNS3 compatible version"
-url="https://pypi.python.org/pypi/aiohttp"
-arch="all"
-license="Apache-2.0"
-depends="python3 py3-async-timeout-gns3 py3-chardet-gns3 py3-multidict-gns3 py3-yarl-gns3
- py3-idna-ssl py3-attrs !py3-aiohttp"
-makedepends="python3-dev py3-setuptools cython"
-source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py check
-}
-
-package() {
- python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-sha512sums="49bd3089158c05ff6312420190ccd7fed95efb4a18b8aff7497d5507c71c692080d6949801edabdcd95379ca8e6614398408118d72ff1e782399e059e2cfc1a8 py3-aiohttp-gns3-3.6.2.tar.gz"