diff --git a/srcpkgs/python-uritemplate/template b/srcpkgs/python-uritemplate/template deleted file mode 100644 index eb358488bc..0000000000 --- a/srcpkgs/python-uritemplate/template +++ /dev/null @@ -1,27 +0,0 @@ -# Template file for 'python-uritemplate' -pkgname=python-uritemplate -version=3.0.1 -revision=2 -wrksrc="${pkgname#*-}-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 implementation of RFC6570 URI Template" -maintainer="Peter Bui " -license="Apache-2.0, BSD-3-Clause" -homepage="https://github.com/sigmavirus24/uritemplate" -distfiles="${PYPI_SITE}/u/uritemplate/uritemplate-${version}.tar.gz" -checksum=5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae - -post_install() { - vlicense LICENSE -} - -python3-uritemplate_package() { - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-uritemplate b/srcpkgs/python3-uritemplate deleted file mode 120000 index fa183c856b..0000000000 --- a/srcpkgs/python3-uritemplate +++ /dev/null @@ -1 +0,0 @@ -python-uritemplate \ No newline at end of file diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template new file mode 100644 index 0000000000..9e4053f31c --- /dev/null +++ b/srcpkgs/python3-uritemplate/template @@ -0,0 +1,18 @@ +# Template file for 'python3-uritemplate' +pkgname=python3-uritemplate +version=3.0.1 +revision=3 +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 implementation of RFC6570 URI Template" +maintainer="Peter Bui " +license="Apache-2.0, BSD-3-Clause" +homepage="https://github.com/sigmavirus24/uritemplate" +distfiles="${PYPI_SITE}/u/uritemplate/uritemplate-${version}.tar.gz" +checksum=5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae + +post_install() { + vlicense LICENSE +}