From 3ec0a587f3bf95b600243c3fe601cc22b8c45559 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:30:53 +0700 Subject: [PATCH] python-argh: drop package --- srcpkgs/python-argh/template | 26 -------------------------- srcpkgs/python3-argh | 1 - srcpkgs/python3-argh/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-argh/template delete mode 120000 srcpkgs/python3-argh create mode 100644 srcpkgs/python3-argh/template diff --git a/srcpkgs/python-argh/template b/srcpkgs/python-argh/template deleted file mode 100644 index 656da44175..0000000000 --- a/srcpkgs/python-argh/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'python-argh' -pkgname=python-argh -version=0.26.2 -revision=2 -archs=noarch -wrksrc="argh-${version}" -build_style=python-module -pycompile_module="argh" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="An unobtrusive argparse wrapper with natural syntax (Python2)" -maintainer="Maurizio Porrato " -homepage="http://github.com/neithere/argh/" -license="LGPL-3" -distfiles="${PYPI_SITE}/a/argh/argh-${version}.tar.gz" -checksum=e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 - -python3-argh_package() { - archs=noarch - pycompile_module="argh" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-argh b/srcpkgs/python3-argh deleted file mode 120000 index d67f34c56a..0000000000 --- a/srcpkgs/python3-argh +++ /dev/null @@ -1 +0,0 @@ -python-argh \ No newline at end of file diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template new file mode 100644 index 0000000000..51d4e18343 --- /dev/null +++ b/srcpkgs/python3-argh/template @@ -0,0 +1,14 @@ +# Template file for 'python3-argh' +pkgname=python3-argh +version=0.26.2 +revision=3 +wrksrc="argh-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Unobtrusive argparse wrapper with natural syntax (Python3)" +maintainer="Maurizio Porrato " +license="LGPL-3.0-only" +homepage="http://github.com/neithere/argh/" +distfiles="${PYPI_SITE}/a/argh/argh-${version}.tar.gz" +checksum=e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65