diff --git a/srcpkgs/python3-kiwisolver b/srcpkgs/python3-kiwisolver deleted file mode 120000 index 6bb16d6a5b7..00000000000 --- a/srcpkgs/python3-kiwisolver +++ /dev/null @@ -1 +0,0 @@ -python-kiwisolver \ No newline at end of file diff --git a/srcpkgs/python-kiwisolver/template b/srcpkgs/python3-kiwisolver/template similarity index 54% rename from srcpkgs/python-kiwisolver/template rename to srcpkgs/python3-kiwisolver/template index 67f0805aa51..cbabfa84931 100644 --- a/srcpkgs/python-kiwisolver/template +++ b/srcpkgs/python3-kiwisolver/template @@ -1,15 +1,15 @@ -# Template file for 'python-kiwisolver' -pkgname=python-kiwisolver +# Template file for 'python3-kiwisolver' +pkgname=python3-kiwisolver version=1.0.1 -revision=3 +revision=4 wrksrc="kiwisolver-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -short_desc="Fast implementation of the Cassowary constraint solver (Python2)" -maintainer="Alessio Sergi " -homepage="https://github.com/nucleic/kiwi" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +short_desc="Fast implementation of the Cassowary constraint solver (Python3)" +maintainer="Orphaned " license="BSD-3-Clause" +homepage="https://github.com/nucleic/kiwi" distfiles="${PYPI_SITE}/k/kiwisolver/kiwisolver-${version}.tar.gz" checksum=ce3be5d520b4d2c3e5eeb4cd2ef62b9b9ab8ac6b6fedbaa0e39cdb6f50644278 @@ -20,11 +20,3 @@ pre_build() { post_install() { vlicense COPYING.txt LICENSE } - -python3-kiwisolver_package() { - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense COPYING.txt LICENSE - } -}