From 4f6944c5f5d2cc86ce295b0515c6b03e6cd1b7df 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:31:42 +0700 Subject: [PATCH] python-ansicolor: drop package --- srcpkgs/python-ansicolor/template | 26 -------------------------- srcpkgs/python3-ansicolor | 1 - srcpkgs/python3-ansicolor/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-ansicolor/template delete mode 120000 srcpkgs/python3-ansicolor create mode 100644 srcpkgs/python3-ansicolor/template diff --git a/srcpkgs/python-ansicolor/template b/srcpkgs/python-ansicolor/template deleted file mode 100644 index 3663a82f0cc..00000000000 --- a/srcpkgs/python-ansicolor/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-ansicolor' -pkgname=python-ansicolor -version=0.2.6 -revision=3 -archs=noarch -wrksrc="ansicolor-${version}" -build_style=python-module -pycompile_module="ansicolor" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Library to produce ansi color output (Python2)" -maintainer="Joseph LaFreniere " -license="Apache-2.0" -homepage="https://github.com/numerodix/ansicolor" -distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz" -checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d - -python3-ansicolor_package() { - archs=noarch - depends="python3" - pycompile_module="ansicolor" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-ansicolor b/srcpkgs/python3-ansicolor deleted file mode 120000 index 9a095f0d4cf..00000000000 --- a/srcpkgs/python3-ansicolor +++ /dev/null @@ -1 +0,0 @@ -python-ansicolor \ No newline at end of file diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template new file mode 100644 index 00000000000..c60eea83303 --- /dev/null +++ b/srcpkgs/python3-ansicolor/template @@ -0,0 +1,14 @@ +# Template file for 'python3-ansicolor' +pkgname=python3-ansicolor +version=0.2.6 +revision=4 +wrksrc="ansicolor-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Library to produce ansi color output (Python3)" +maintainer="Joseph LaFreniere " +license="Apache-2.0" +homepage="https://github.com/numerodix/ansicolor" +distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz" +checksum=d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d