diff --git a/srcpkgs/python-namedlist/template b/srcpkgs/python-namedlist/template deleted file mode 100644 index f3698e39e10..00000000000 --- a/srcpkgs/python-namedlist/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-namedlist' -pkgname=python-namedlist -version=1.8 -revision=1 -archs=noarch -wrksrc="namedlist-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -pycompile_module="namedlist.py" -short_desc="Similar to namedtuple, but instances are mutable" -maintainer="Leah Neukirchen " -homepage="https://gitlab.com/ericvsmith/namedlist" -license="Apache-2.0" -distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz" -checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef - -python3-namedlist_package() { - archs=noarch - depends="python3" - pycompile_module="namedlist.py" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-namedlist b/srcpkgs/python3-namedlist deleted file mode 120000 index df1c7622ef2..00000000000 --- a/srcpkgs/python3-namedlist +++ /dev/null @@ -1 +0,0 @@ -python-namedlist \ No newline at end of file diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template new file mode 100644 index 00000000000..1d947ec4cfd --- /dev/null +++ b/srcpkgs/python3-namedlist/template @@ -0,0 +1,14 @@ +# Template file for 'python3-namedlist' +pkgname=python3-namedlist +version=1.8 +revision=2 +wrksrc="namedlist-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Similar to namedtuple, but instances are mutable" +maintainer="Leah Neukirchen " +license="Apache-2.0" +homepage="https://gitlab.com/ericvsmith/namedlist" +distfiles="${PYPI_SITE}/n/namedlist/namedlist-${version}.tar.gz" +checksum=34f89fc992592c80b39a709e136edcf41ea17f24ba31eaf84a314a02c8b9bcef diff --git a/srcpkgs/python-namedlist/update b/srcpkgs/python3-namedlist/update similarity index 100% rename from srcpkgs/python-namedlist/update rename to srcpkgs/python3-namedlist/update