From 103db7f8070a222ae01c6b9d5c61d9ccb596dbe9 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 23:10:36 +0700 Subject: [PATCH] python-blessings: drop package --- srcpkgs/python-blessings/template | 31 ------------------------------ srcpkgs/python3-blessings | 1 - srcpkgs/python3-blessings/template | 18 +++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-blessings/template delete mode 120000 srcpkgs/python3-blessings create mode 100644 srcpkgs/python3-blessings/template diff --git a/srcpkgs/python-blessings/template b/srcpkgs/python-blessings/template deleted file mode 100644 index baa4938c328..00000000000 --- a/srcpkgs/python-blessings/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-blessings' -pkgname=python-blessings -version=1.7 -revision=2 -archs=noarch -wrksrc="blessings-${version}" -build_style=python-module -pycompile_module="blessings" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-six" -short_desc="Wrapper around terminal coloring, styling, and positioning (Python2)" -maintainer="Maurizio Porrato " -homepage="https://github.com/erikrose/blessings" -license="MIT" -distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz" -checksum=98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d - -post_install() { - vlicense LICENSE -} - -python3-blessings_package() { - archs=noarch - depends="python3-six" - pycompile_module="blessings" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-blessings b/srcpkgs/python3-blessings deleted file mode 120000 index bf277e1bbbc..00000000000 --- a/srcpkgs/python3-blessings +++ /dev/null @@ -1 +0,0 @@ -python-blessings \ No newline at end of file diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template new file mode 100644 index 00000000000..914f8922590 --- /dev/null +++ b/srcpkgs/python3-blessings/template @@ -0,0 +1,18 @@ +# Template file for 'python3-blessings' +pkgname=python3-blessings +version=1.7 +revision=3 +wrksrc="blessings-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-six" +short_desc="Wrapper around terminal coloring, styling, and positioning (Python3)" +maintainer="Maurizio Porrato " +license="MIT" +homepage="https://github.com/erikrose/blessings" +distfiles="${PYPI_SITE}/b/blessings/blessings-${version}.tar.gz" +checksum=98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d + +post_install() { + vlicense LICENSE +}