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