1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/testing/py3-aiohttp-socks/APKBUILD
2020-06-11 16:29:49 +00:00

25 lines
743 B
Text

# Maintainer: Michał Adamski <michal@ert.pl>
pkgname=py3-aiohttp-socks
pkgver=0.3.9
pkgrel=0
pkgdesc="Proxy connector for aiohttp"
url="https://github.com/romis2012/aiohttp-socks"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-aiohttp py3-attrs"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/a/aiohttp_socks/aiohttp_socks-$pkgver.tar.gz"
builddir="$srcdir/aiohttp_socks-$pkgver"
build() {
python3 setup.py build
}
check() {
python3 setup.py check
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="1c0c07fc76a3b404c67620b6df97fec07a259c9e3bc7e4630a3bead424b84ff1d2aa23be4b82ae5a04c244c7616ae6986ab6732f8e20f28ac8489bb8ed436456 aiohttp_socks-0.3.9.tar.gz"