New package: python-daemonize-2.4.7

This commit is contained in:
Luca Weiss 2018-01-10 18:33:26 +01:00 committed by Jürgen Buchmüller
parent 1124e1f8e4
commit f928c541dd
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,27 @@
# Template file for 'python-daemonize'
pkgname=python-daemonize
version=2.4.7
revision=1
noarch=yes
wrksrc="daemonize-${version}"
build_style=python-module
pycompile_module="daemonize"
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=4bc4ec9a8afac6c5e55c4e4defe221a711e3d7abeed820bde9cba2107e26a1d4
python3-daemonize_package() {
noarch=yes
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

1
srcpkgs/python3-daemonize Symbolic link
View file

@ -0,0 +1 @@
python-daemonize