From f928c541dd80bf9fac545abed27507fd401982a6 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Wed, 10 Jan 2018 18:33:26 +0100 Subject: [PATCH] New package: python-daemonize-2.4.7 --- srcpkgs/python-daemonize/template | 27 +++++++++++++++++++++++++++ srcpkgs/python3-daemonize | 1 + 2 files changed, 28 insertions(+) create mode 100644 srcpkgs/python-daemonize/template create mode 120000 srcpkgs/python3-daemonize diff --git a/srcpkgs/python-daemonize/template b/srcpkgs/python-daemonize/template new file mode 100644 index 0000000000..4babaa491e --- /dev/null +++ b/srcpkgs/python-daemonize/template @@ -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 " +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 + } +} diff --git a/srcpkgs/python3-daemonize b/srcpkgs/python3-daemonize new file mode 120000 index 0000000000..0afab583a5 --- /dev/null +++ b/srcpkgs/python3-daemonize @@ -0,0 +1 @@ +python-daemonize \ No newline at end of file