From 1c8034cc42b7ff62edb8dedde804987d4d31c94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 22:54:28 +0700 Subject: [PATCH] python-daemonize: drop package --- srcpkgs/python-daemonize/template | 31 ------------------------------ srcpkgs/python3-daemonize | 1 - srcpkgs/python3-daemonize/template | 18 +++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-daemonize/template delete mode 120000 srcpkgs/python3-daemonize create mode 100644 srcpkgs/python3-daemonize/template diff --git a/srcpkgs/python-daemonize/template b/srcpkgs/python-daemonize/template deleted file mode 100644 index efaf163e57..0000000000 --- a/srcpkgs/python-daemonize/template +++ /dev/null @@ -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 " -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 - } -} diff --git a/srcpkgs/python3-daemonize b/srcpkgs/python3-daemonize deleted file mode 120000 index 0afab583a5..0000000000 --- a/srcpkgs/python3-daemonize +++ /dev/null @@ -1 +0,0 @@ -python-daemonize \ No newline at end of file diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template new file mode 100644 index 0000000000..a0870abb61 --- /dev/null +++ b/srcpkgs/python3-daemonize/template @@ -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 " +license="MIT" +homepage="https://github.com/thesharp/daemonize" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=72ed6f7de45a50feea51017df8cf0829a903ca8b8d0b2453261dfbb1cdeb9481 + +post_Install() { + vlicense LICENSE +}