python-progress: drop package
This commit is contained in:
parent
90b9f2562d
commit
2b812dcbdd
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python-progress'
|
||||
pkgname=python-progress
|
||||
version=1.5
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="progress-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="progress"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Easy to use progress bars (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/verigak/progress"
|
||||
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
|
||||
checksum=69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-progress_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="progress"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-progress
|
18
srcpkgs/python3-progress/template
Normal file
18
srcpkgs/python3-progress/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-progress'
|
||||
pkgname=python3-progress
|
||||
version=1.5
|
||||
revision=3
|
||||
wrksrc="progress-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Easy to use progress bars (Python3)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/verigak/progress"
|
||||
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
|
||||
checksum=69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7dae64372
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue