diff --git a/srcpkgs/python3-utils b/srcpkgs/python3-utils deleted file mode 120000 index e2d9680c00f..00000000000 --- a/srcpkgs/python3-utils +++ /dev/null @@ -1 +0,0 @@ -python-utils \ No newline at end of file diff --git a/srcpkgs/python-utils/template b/srcpkgs/python3-utils/template similarity index 53% rename from srcpkgs/python-utils/template rename to srcpkgs/python3-utils/template index 4c7a5ef1bfb..00135c5218e 100644 --- a/srcpkgs/python-utils/template +++ b/srcpkgs/python3-utils/template @@ -1,13 +1,12 @@ -# Template file for 'python-utils' -pkgname=python-utils +# Template file for 'python3-utils' +pkgname=python3-utils version=2.4.0 -revision=1 -archs=noarch +revision=2 wrksrc="python-utils-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-six" -short_desc="Convenient utilities not included with the standard Python2 install" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-six" +short_desc="Convenient utilities not included with the standard Python3 install" maintainer="Karl Nilsson " license="BSD-3-Clause" homepage="https://github.com/WoLpH/python-utils" @@ -17,13 +16,3 @@ checksum=870b415913b380a76efa2efb1e99b174305b2a1fb4eab61a13ecc4307eccfd62 post_install() { vlicense LICENSE } - -python3-utils_package() { - archs=noarch - depends="python3-six" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -}