diff --git a/srcpkgs/python-pyrfc3339/template b/srcpkgs/python-pyrfc3339/template deleted file mode 100644 index cd81c4d062..0000000000 --- a/srcpkgs/python-pyrfc3339/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-pyrfc3339' -pkgname=python-pyrfc3339 -version=1.1 -revision=2 -archs=noarch -build_style=python-module -pycompile_module="pyrfc3339" -wrksrc="pyRFC3339-${version}" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-pytz" -short_desc="Python2 library for generating and parsing RFC 3339 timestamps" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/kurtraschke/pyRFC3339" -distfiles="${PYPI_SITE}/p/pyRFC3339/pyRFC3339-${version}.tar.gz" -checksum=81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a - -post_install() { - vlicense LICENSE.txt LICENSE -} - -python3-pyrfc3339_package() { - short_desc="${short_desc/Python2/Python3}" - depends="python3-pytz" - pycompile_module="pyrfc3339" - archs=noarch - pkg_install() { - vlicense LICENSE.txt LICENSE - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-pyrfc3339 b/srcpkgs/python3-pyrfc3339 deleted file mode 120000 index 3d0f617bf6..0000000000 --- a/srcpkgs/python3-pyrfc3339 +++ /dev/null @@ -1 +0,0 @@ -python-pyrfc3339 \ No newline at end of file diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template new file mode 100644 index 0000000000..331c6c4c33 --- /dev/null +++ b/srcpkgs/python3-pyrfc3339/template @@ -0,0 +1,18 @@ +# Template file for 'python3-pyrfc3339' +pkgname=python3-pyrfc3339 +version=1.1 +revision=3 +wrksrc="pyRFC3339-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-pytz" +short_desc="Python3 library for generating and parsing RFC 3339 timestamps" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/kurtraschke/pyRFC3339" +distfiles="${PYPI_SITE}/p/pyRFC3339/pyRFC3339-${version}.tar.gz" +checksum=81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a + +post_install() { + vlicense LICENSE.txt LICENSE +}