From 1e8394f07376a6b8733b4c350eb0c30c2860df7d 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 15:49:10 +0700 Subject: [PATCH] python-curtsies: drop package --- srcpkgs/python-curtsies/template | 31 ------------------- srcpkgs/python3-curtsies | 1 - .../patches/fix-setup.py.patch | 0 srcpkgs/python3-curtsies/template | 18 +++++++++++ 4 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-curtsies/template delete mode 120000 srcpkgs/python3-curtsies rename srcpkgs/{python-curtsies => python3-curtsies}/patches/fix-setup.py.patch (100%) create mode 100644 srcpkgs/python3-curtsies/template diff --git a/srcpkgs/python-curtsies/template b/srcpkgs/python-curtsies/template deleted file mode 100644 index 6126a11e9b4..00000000000 --- a/srcpkgs/python-curtsies/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-curtsies' -pkgname=python-curtsies -version=0.3.0 -revision=2 -archs=noarch -wrksrc="curtsies-${version}" -build_style=python-module -pycompile_module="curtsies" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-blessings python-wcwidth python-typing" -short_desc="Curses-like terminal wrapper, with colored strings (Python2)" -maintainer="Maurizio Porrato " -homepage="https://github.com/thomasballinger/curtsies" -license="MIT" -distfiles="${PYPI_SITE}/c/curtsies/curtsies-${version}.tar.gz" -checksum=89c802ec051d01dec6fc983e9856a3706e4ea8265d2940b1f6d504a9e26ed3a9 - -post_install() { - vlicense LICENSE -} - -python3-curtsies_package() { - archs=noarch - pycompile_module="curtsies" - depends="python3-blessings python3-wcwidth" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-curtsies b/srcpkgs/python3-curtsies deleted file mode 120000 index 2e1d562ff64..00000000000 --- a/srcpkgs/python3-curtsies +++ /dev/null @@ -1 +0,0 @@ -python-curtsies \ No newline at end of file diff --git a/srcpkgs/python-curtsies/patches/fix-setup.py.patch b/srcpkgs/python3-curtsies/patches/fix-setup.py.patch similarity index 100% rename from srcpkgs/python-curtsies/patches/fix-setup.py.patch rename to srcpkgs/python3-curtsies/patches/fix-setup.py.patch diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template new file mode 100644 index 00000000000..25277e5fa28 --- /dev/null +++ b/srcpkgs/python3-curtsies/template @@ -0,0 +1,18 @@ +# Template file for 'python3-curtsies' +pkgname=python3-curtsies +version=0.3.0 +revision=3 +wrksrc="curtsies-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-blessings python3-wcwidth" +short_desc="Curses-like terminal wrapper, with colored strings (Python3)" +maintainer="Maurizio Porrato " +license="MIT" +homepage="https://github.com/thomasballinger/curtsies" +distfiles="${PYPI_SITE}/c/curtsies/curtsies-${version}.tar.gz" +checksum=89c802ec051d01dec6fc983e9856a3706e4ea8265d2940b1f6d504a9e26ed3a9 + +post_install() { + vlicense LICENSE +}