From fc2e22e7fd723bb5cdb62f859a59a357d298dcdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 30 Sep 2020 22:10:46 +0700 Subject: [PATCH] python-kiwisolver: drop package --- srcpkgs/python3-kiwisolver | 1 - .../template | 26 +++++++------------ 2 files changed, 9 insertions(+), 18 deletions(-) delete mode 120000 srcpkgs/python3-kiwisolver rename srcpkgs/{python-kiwisolver => python3-kiwisolver}/template (54%) 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 - } -}