python-argh: drop package
This commit is contained in:
parent
be4c9769f4
commit
3ec0a587f3
3 changed files with 14 additions and 27 deletions
|
@ -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 <maurizio.porrato@gmail.com>"
|
||||
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*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-argh
|
14
srcpkgs/python3-argh/template
Normal file
14
srcpkgs/python3-argh/template
Normal file
|
@ -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 <maurizio.porrato@gmail.com>"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="http://github.com/neithere/argh/"
|
||||
distfiles="${PYPI_SITE}/a/argh/argh-${version}.tar.gz"
|
||||
checksum=e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65
|
Loading…
Reference in a new issue