mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
New package: python3-aspectlib-2.0.0
This commit is contained in:
parent
6c83077524
commit
d99b70c28e
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-aspectlib/template
Normal file
21
srcpkgs/python3-aspectlib/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue