diff --git a/srcpkgs/python-cached-property/template b/srcpkgs/python-cached-property/template deleted file mode 100644 index 16c8934656..0000000000 --- a/srcpkgs/python-cached-property/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-cached-property' -pkgname=python-cached-property -version=1.5.1 -revision=2 -archs=noarch -wrksrc="cached-property-${version}" -build_style=python-module -pycompile_module="cached_property.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Decorator for caching properties in classes (Python2)" -maintainer="Alessio Sergi " -homepage="https://github.com/pydanny/cached-property" -license="BSD-3-Clause" -distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz" -checksum=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504 - -post_install() { - vlicense LICENSE -} - -python3-cached-property_package() { - archs=noarch - depends="python3" - pycompile_module="cached_property.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-cached-property b/srcpkgs/python3-cached-property deleted file mode 120000 index e3c4d2f491..0000000000 --- a/srcpkgs/python3-cached-property +++ /dev/null @@ -1 +0,0 @@ -python-cached-property \ No newline at end of file diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template new file mode 100644 index 0000000000..ddb395595c --- /dev/null +++ b/srcpkgs/python3-cached-property/template @@ -0,0 +1,18 @@ +# Template file for 'python3-cached-property' +pkgname=python3-cached-property +version=1.5.1 +revision=3 +wrksrc="cached-property-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Decorator for caching properties in classes (Python3)" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/pydanny/cached-property" +distfiles="${PYPI_SITE}/c/cached-property/cached-property-${version}.tar.gz" +checksum=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504 + +post_install() { + vlicense LICENSE +}