mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
python-daemonize: update to 2.5.0.
This commit is contained in:
parent
c80b26c861
commit
032c06fa51
1 changed files with 8 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-daemonize'
|
# Template file for 'python-daemonize'
|
||||||
pkgname=python-daemonize
|
pkgname=python-daemonize
|
||||||
version=2.4.7
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="daemonize-${version}"
|
wrksrc="daemonize-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="daemonize"
|
pycompile_module="daemonize.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Daemonize is a library for writing system daemons in Python (Python2)"
|
short_desc="Daemonize is a library for writing system daemons in Python (Python2)"
|
||||||
|
@ -13,13 +13,17 @@ maintainer="Luca Weiss <luca@z3ntu.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/thesharp/daemonize"
|
homepage="https://github.com/thesharp/daemonize"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4bc4ec9a8afac6c5e55c4e4defe221a711e3d7abeed820bde9cba2107e26a1d4
|
checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481
|
||||||
|
|
||||||
|
post_Install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-daemonize_package() {
|
python3-daemonize_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
pycompile_module="daemonize.py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue