# Contributor: Leo # Maintainer: pkgname=py3-deprecated pkgver=1.2.13 pkgrel=2 pkgdesc="@deprecated decorator to deprecate old python classes, functions or methods." url="https://github.com/tantale/deprecated" arch="noarch" license="MIT" depends="python3 py3-wrapt<2" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov" source="$pkgname-$pkgver.tar.gz::https://github.com/tantale/deprecated/archive/v$pkgver.tar.gz" builddir="$srcdir/deprecated-$pkgver" build() { python3 setup.py build } check() { python3 -m pytest } package() { python3 setup.py install --skip-build --root="$pkgdir" } sha512sums=" c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619 py3-deprecated-1.2.13.tar.gz "