From dc90f1fa685894e1a0ba386e34c60fa17b03e213 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 23:32:54 +0700 Subject: [PATCH] python-Yapsy: drop package --- srcpkgs/python-Yapsy/template | 31 ------------------------------- srcpkgs/python3-Yapsy | 1 - srcpkgs/python3-Yapsy/template | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/python-Yapsy/template delete mode 120000 srcpkgs/python3-Yapsy create mode 100644 srcpkgs/python3-Yapsy/template diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template deleted file mode 100644 index 5ad8b234f5d..00000000000 --- a/srcpkgs/python-Yapsy/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-Yapsy' -pkgname=python-Yapsy -version=1.12.2 -revision=2 -archs=noarch -wrksrc="Yapsy-${version}" -build_style=python-module -pycompile_module="yapsy" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Yet another plugin system" -maintainer="Leah Neukirchen " -license="BSD-2-Clause" -homepage="http://yapsy.sourceforge.net/" -distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz" -checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b - -post_install() { - vlicense LICENSE.txt -} - -python3-Yapsy_package() { - archs=noarch - depends="python3" - pycompile_module="yapsy" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-Yapsy b/srcpkgs/python3-Yapsy deleted file mode 120000 index 4345c734003..00000000000 --- a/srcpkgs/python3-Yapsy +++ /dev/null @@ -1 +0,0 @@ -python-Yapsy \ No newline at end of file diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template new file mode 100644 index 00000000000..38b88be2a1a --- /dev/null +++ b/srcpkgs/python3-Yapsy/template @@ -0,0 +1,18 @@ +# Template file for 'python3-Yapsy' +pkgname=python3-Yapsy +version=1.12.2 +revision=3 +wrksrc="Yapsy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Yet another plugin system" +maintainer="Leah Neukirchen " +license="BSD-2-Clause" +homepage="http://yapsy.sourceforge.net/" +distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz" +checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b + +post_install() { + vlicense LICENSE.txt +}