From f916c797f51fa054fe93439c4d012d4045267f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 28 Sep 2020 23:42:09 +0700 Subject: [PATCH] python-setproctitle: drop package --- srcpkgs/python-setproctitle/template | 26 -------------------------- srcpkgs/python3-setproctitle | 1 - srcpkgs/python3-setproctitle/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-setproctitle/template delete mode 120000 srcpkgs/python3-setproctitle create mode 100644 srcpkgs/python3-setproctitle/template diff --git a/srcpkgs/python-setproctitle/template b/srcpkgs/python-setproctitle/template deleted file mode 100644 index c47e3a9db53..00000000000 --- a/srcpkgs/python-setproctitle/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-setproctitle' -pkgname=python-setproctitle -version=1.1.10 -revision=6 -wrksrc="setproctitle-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -short_desc="Python2 library to allow customization of the process title" -maintainer="Orphaned " -homepage="https://github.com/dvarrazzo/py-setproctitle" -license="3-clause-BSD" -distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz" -checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 - -post_install() { - vlicense COPYRIGHT LICENSE -} - -python3-setproctitle_package() { - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vlicense COPYRIGHT LICENSE - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-setproctitle b/srcpkgs/python3-setproctitle deleted file mode 120000 index 5edeb0c8129..00000000000 --- a/srcpkgs/python3-setproctitle +++ /dev/null @@ -1 +0,0 @@ -python-setproctitle \ No newline at end of file diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template new file mode 100644 index 00000000000..6b6f93931af --- /dev/null +++ b/srcpkgs/python3-setproctitle/template @@ -0,0 +1,18 @@ +# Template file for 'python3-setproctitle' +pkgname=python3-setproctitle +version=1.1.10 +revision=7 +wrksrc="setproctitle-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +short_desc="Python3 library to allow customization of the process title" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/dvarrazzo/py-setproctitle" +distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz" +checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398 + +post_install() { + vlicense COPYRIGHT LICENSE +}