python-logfury: drop package
This commit is contained in:
parent
1015ba8dd4
commit
9dded937dd
3 changed files with 25 additions and 41 deletions
|
@ -1,40 +0,0 @@
|
||||||
# Template file for 'python-logfury'
|
|
||||||
pkgname=python-logfury
|
|
||||||
version=0.1.2
|
|
||||||
revision=5
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="logfury-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="logfury"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-six python-funcsigs"
|
|
||||||
checkdepends="python-pytest python3-pytest python-six python3-six flake8
|
|
||||||
python3-docutils python-nose python3-nose python-bleach python3-bleach
|
|
||||||
python-webencodings python3-webencodings python-toml python3-toml
|
|
||||||
python-funcsigs python-Pygments python3-Pygments"
|
|
||||||
short_desc="Low-boilerplate logging of method calls (Python2)"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
homepage="https://github.com/ppolewicz/logfury"
|
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
|
||||||
checksum=07464a8c1673a6012fee0e7b70b9b12941ede4210ed53e8dcda40433e2ef70fa
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python setup.py test
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-logfury_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="logfury"
|
|
||||||
depends="python3-six"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-logfury
|
|
25
srcpkgs/python3-logfury/template
Normal file
25
srcpkgs/python3-logfury/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'python3-logfury'
|
||||||
|
pkgname=python3-logfury
|
||||||
|
version=0.1.2
|
||||||
|
revision=6
|
||||||
|
wrksrc="logfury-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-six"
|
||||||
|
checkdepends="python3-pytest python3-six flake8 python3-docutils
|
||||||
|
python3-nose python3-bleach python3-webencodings python3-toml
|
||||||
|
python3-Pygments"
|
||||||
|
short_desc="Low-boilerplate logging of method calls (Python3)"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/ppolewicz/logfury"
|
||||||
|
distfiles="$homepage/archive/$version.tar.gz"
|
||||||
|
checksum=07464a8c1673a6012fee0e7b70b9b12941ede4210ed53e8dcda40433e2ef70fa
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue