New package: python3-augeas-1.1.0
This commit is contained in:
parent
3994bcd77c
commit
e4a3172382
1 changed files with 25 additions and 0 deletions
25
srcpkgs/python3-augeas/template
Normal file
25
srcpkgs/python3-augeas/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'python3-augeas'
|
||||
pkgname=python3-augeas
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="python-augeas-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools augeas-devel python3-cffi"
|
||||
makedepends="python3-devel"
|
||||
depends="augeas python3-cffi"
|
||||
checkdepends="python3-cffi"
|
||||
short_desc="Python 3 bindings for Augeas"
|
||||
maintainer="Kartik S. <kartik.ynwa@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/hercules-team/python-augeas"
|
||||
distfiles="${PYPI_SITE}/p/python-augeas/python-augeas-${version}.tar.gz"
|
||||
checksum=5194a49e86b40ffc57055f73d833f87e39dce6fce934683e7d0d5bbb8eff3b8c
|
||||
|
||||
do_check() {
|
||||
cd test
|
||||
python3 test_augeas.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/test
|
||||
}
|
Loading…
Reference in a new issue