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 +}