python-daemonize: drop package
This commit is contained in:
parent
b85c3777f8
commit
1c8034cc42
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-daemonize'
|
|
||||||
pkgname=python-daemonize
|
|
||||||
version=2.5.0
|
|
||||||
revision=2
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="daemonize-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="daemonize.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Daemonize is a library for writing system daemons in Python (Python2)"
|
|
||||||
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/thesharp/daemonize"
|
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
||||||
checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481
|
|
||||||
|
|
||||||
post_Install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-daemonize_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="daemonize.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-daemonize
|
|
18
srcpkgs/python3-daemonize/template
Normal file
18
srcpkgs/python3-daemonize/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-daemonize'
|
||||||
|
pkgname=python3-daemonize
|
||||||
|
version=2.5.0
|
||||||
|
revision=3
|
||||||
|
wrksrc="daemonize-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Daemonize is a library for writing system daemons in Python (Python3)"
|
||||||
|
maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/thesharp/daemonize"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481
|
||||||
|
|
||||||
|
post_Install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue