From 55324c7039141e0efe14803254bf1e4601c232c7 Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Sun, 31 May 2020 22:00:48 +0200 Subject: testing/py3-pytest-aiohttp: new aport this doesn't solve https://gitlab.alpinelinux.org/alpine/aports/-/issues/11597, unfortunately. --- testing/py3-pytest-aiohttp/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testing/py3-pytest-aiohttp/APKBUILD diff --git a/testing/py3-pytest-aiohttp/APKBUILD b/testing/py3-pytest-aiohttp/APKBUILD new file mode 100644 index 00000000000..7ccb31d3867 --- /dev/null +++ b/testing/py3-pytest-aiohttp/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Antoine Fontaine +# Maintainer: Antoine Fontaine +pkgname=py3-pytest-aiohttp +pkgver=0.3.0 +pkgrel=0 +pkgdesc="pytest plugin for aiohttp support" +options="!check" # no testsuite +url="https://github.com/aio-libs/pytest-aiohttp/" +arch="noarch" +license="Apache-2.0" +depends="python3" +makedepends="py3-setuptools" +source="https://files.pythonhosted.org/packages/source/p/pytest-aiohttp/pytest-aiohttp-$pkgver.tar.gz" +builddir="$srcdir/pytest-aiohttp-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="4164166465dc40ff78a86304d1bcd4db9fb3f7dad3188f8ebe2ff151ed51eb0bf9c1b7a608d94cfe3339ee3b6efd4d5abbaa0691388460d5ac95635afa14984c pytest-aiohttp-0.3.0.tar.gz" -- cgit v1.2.3