diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template deleted file mode 100644 index 73c18fc79eb..00000000000 --- a/srcpkgs/python-termcolor/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-termcolor' -pkgname=python-termcolor -version=1.1.0 -revision=6 -archs=noarch -wrksrc="termcolor-${version}" -build_style=python-module -hostmakedepends="python-devel python3-devel" -makedepends="${hostmakedepends}" -depends="python" -pycompile_module="termcolor.py" -short_desc="Python2 ANSII Color formatting for output in terminal" -maintainer="Orphaned " -homepage="https://pypi.org/project/termcolor/" -license="MIT" -distfiles="${PYPI_SITE}/t/termcolor/termcolor-${version}.tar.gz" -checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b - -post_install() { - vlicense COPYING.txt LICENSE -} - -python3-termcolor_package() { - archs=noarch - depends="python3" - pycompile_module="termcolor.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense COPYING.txt LICENSE - } -} diff --git a/srcpkgs/python3-termcolor b/srcpkgs/python3-termcolor deleted file mode 120000 index 8ccc8e5931f..00000000000 --- a/srcpkgs/python3-termcolor +++ /dev/null @@ -1 +0,0 @@ -python-termcolor \ No newline at end of file diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template new file mode 100644 index 00000000000..c3e4ac4068e --- /dev/null +++ b/srcpkgs/python3-termcolor/template @@ -0,0 +1,19 @@ +# Template file for 'python3-termcolor' +pkgname=python3-termcolor +version=1.1.0 +revision=7 +wrksrc="termcolor-${version}" +build_style=python3-module +hostmakedepends="python3-devel" +makedepends="${hostmakedepends}" +depends="python3" +short_desc="Python3 ANSII Color formatting for output in terminal" +maintainer="Orphaned " +license="MIT" +homepage="https://pypi.org/project/termcolor/" +distfiles="${PYPI_SITE}/t/termcolor/termcolor-${version}.tar.gz" +checksum=1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b + +post_install() { + vlicense COPYING.txt LICENSE +}