# Contributor: Leo # Maintainer: pkgname=py3-deprecated pkgver=1.2.11 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="343f62a7a658569de885ac923a1de7f7b4cc5bf63d27d1b13474795ca38cc52932e35133b45d05c1b42d498af56f5945fad5c49b3cbdebda70337294da5d84c4 py3-deprecated-1.2.11.tar.gz"