# Contributor: Jean-Louis Fuchs # Maintainer: Max Rees pkgname=py3-attrs pkgver=19.2.0 pkgrel=0 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-pytest py3-hypothesis py3-six py3-zope-interface" source="$pkgname-$pkgver.tar.gz::https://github.com/python-attrs/attrs/archive/$pkgver.tar.gz" builddir="$srcdir/attrs-$pkgver" build() { python3 setup.py build } check() { pytest } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="f7ad98edaf685e7ab85c26a93ab310d82e48927a64694a6fa947d110f6623103335a42e335ed9fd1d2bc61504e60ef8e8d0733603c980bf2c6c157f3429e8875 py3-attrs-19.2.0.tar.gz"