diff options
Diffstat (limited to 'user/py3-attrs')
-rw-r--r-- | user/py3-attrs/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/user/py3-attrs/APKBUILD b/user/py3-attrs/APKBUILD index fad246453..ec2bb62c3 100644 --- a/user/py3-attrs/APKBUILD +++ b/user/py3-attrs/APKBUILD @@ -7,11 +7,12 @@ pkgdesc="Python classes without boilerplate" url="https://www.attrs.org" arch="noarch" options="!check" # Circular dependency with py3-pytest. Passes on x86_64 +# Certified net clean license="MIT" depends="python3" makedepends="python3-dev" -#checkdepends="py3-tox" -source="py3-attrs-$pkgver.tar.gz::https://github.com/python-attrs/attrs/archive/$pkgver.tar.gz" +#checkdepends="py3-pytest py3-hypothesis py3-six" +source="$pkgname-$pkgver.tar.gz::https://github.com/python-attrs/attrs/archive/$pkgver.tar.gz" builddir="$srcdir/attrs-$pkgver" build() { @@ -21,7 +22,7 @@ build() { check() { cd "$builddir" - tox -e py36 + pytest } package() { |