diff --git a/srcpkgs/python3-aspectlib/template b/srcpkgs/python3-aspectlib/template new file mode 100644 index 00000000000..dddae2684c5 --- /dev/null +++ b/srcpkgs/python3-aspectlib/template @@ -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 " +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 +}