From 57833404fb2924404968253611963a503271275b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 22:07:40 +0700 Subject: [PATCH] python-kitchen: drop package --- srcpkgs/python-kitchen/template | 26 -------------------------- srcpkgs/python3-kitchen | 1 - srcpkgs/python3-kitchen/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-kitchen/template delete mode 120000 srcpkgs/python3-kitchen create mode 100644 srcpkgs/python3-kitchen/template diff --git a/srcpkgs/python-kitchen/template b/srcpkgs/python-kitchen/template deleted file mode 100644 index 917131d6d93..00000000000 --- a/srcpkgs/python-kitchen/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-kitchen' -pkgname=python-kitchen -version=1.2.6 -revision=3 -archs=noarch -wrksrc="kitchen-${version}" -build_style=python-module -pycompile_module="kitchen" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Useful snippets for Python2" -maintainer="Orphaned " -license="LGPL-2.1-or-later" -homepage="https://github.com/fedora-infra/kitchen" -distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz" -checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0 - -python3-kitchen_package() { - archs=noarch - depends="python3" - pycompile_module="kitchen" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-kitchen b/srcpkgs/python3-kitchen deleted file mode 120000 index 39c60205412..00000000000 --- a/srcpkgs/python3-kitchen +++ /dev/null @@ -1 +0,0 @@ -python-kitchen \ No newline at end of file diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template new file mode 100644 index 00000000000..165899bfbab --- /dev/null +++ b/srcpkgs/python3-kitchen/template @@ -0,0 +1,14 @@ +# Template file for 'python3-kitchen' +pkgname=python3-kitchen +version=1.2.6 +revision=4 +wrksrc="kitchen-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Useful snippets for Python3" +maintainer="Orphaned " +license="LGPL-2.1-or-later" +homepage="https://github.com/fedora-infra/kitchen" +distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz" +checksum=6963dd84819713aafdd55e5314dcce6df5a37430b62fd9c48770e9f1a467b2b0