# Contributor: Leo # Maintainer: pkgname=py3-deprecated pkgver=1.2.9 pkgrel=0 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 --prefix=/usr --root="$pkgdir" } sha512sums="04a248d78021c45a1254f80966e6e4e6817ff3f8312d36fa9874c300fc106b7bed3600702a6953044f88cfa08f8ea8d6447c160554d8c1e1568051d3ce4a175b py3-deprecated-1.2.9.tar.gz"