New package: python3-aspectlib-2.0.0

This commit is contained in:
Jan Christian Grünhage 2022-11-27 13:15:41 +01:00 committed by Piraty
parent 6c83077524
commit d99b70c28e
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -0,0 +1,21 @@
# Template file for 'python3-aspectlib'
pkgname=python3-aspectlib
version=2.0.0
revision=1
build_style=python3-pep517
make_check_args="--ignore tests/test_integrations.py"
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-fields"
checkdepends="python3-pytest"
short_desc="Aspect-oriented programming, monkey-patch and decorators library"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="BSD-2-Clause"
homepage="https://github.com/ionelmc/python-aspectlib"
changelog="https://github.com/ionelmc/python-aspectlib/raw/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
checksum=a4b461b9da0b531aebcb93efcde3de808a72c60226dd8d902c467d13faf7ce92
make_check_pre="env PYTHONPATH=src"
post_install() {
vlicense LICENSE
}