diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-03-27 18:38:14 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-06 20:36:43 +0000 |
| commit | bd4481ed0441dce9b0825c5d3498a024d500b11d (patch) | |
| tree | eba5e6fa40d5cfbcfc1569af684fe62992427d94 /testing | |
| parent | bf394997c332e8b46055bbc216c2f6f036848b30 (diff) | |
| download | aports-bd4481ed0441dce9b0825c5d3498a024d500b11d.tar.bz2 aports-bd4481ed0441dce9b0825c5d3498a024d500b11d.tar.xz | |
testing/py3-sniffio: new aport
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-sniffio/APKBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/py3-sniffio/APKBUILD b/testing/py3-sniffio/APKBUILD new file mode 100644 index 0000000000..31cb76b98b --- /dev/null +++ b/testing/py3-sniffio/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=py3-sniffio +pkgver=1.1.0 +pkgrel=0 +pkgdesc="Sniff out which async library your code is running under" +url="https://github.com/python-trio/sniffio" +arch="noarch" +license="MIT OR Apache-2.0" +depends="python3 py3-curio" +makedepends="py3-setuptools" +source="https://pypi.python.org/packages/source/s/sniffio/sniffio-$pkgver.tar.gz" +options="!check" # No tests +builddir="$srcdir/sniffio-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="f315c79245ccec8e1e6e0f8ffe4cf42fdab7f5fe3e680ddc05c65732a6d26989ac1459135f13938380928b02802bc0a6b1174c83118a60b0ad15f59730927912 sniffio-1.1.0.tar.gz" |
