python-tqdm: drop package
This commit is contained in:
parent
804c83f7ef
commit
ad1402a700
3 changed files with 20 additions and 41 deletions
|
@ -1,40 +0,0 @@
|
|||
# Template file for 'python-tqdm'
|
||||
pkgname=python-tqdm
|
||||
version=4.48.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="tqdm-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
short_desc="Fast, extensible progress bar for Python and CLI (Python2)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MPL-2.0, MIT"
|
||||
homepage="https://tqdm.github.io/"
|
||||
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||||
checksum=91a61673103ae2d5a1b93672ff60455d689b58372c08b1a27e1a7def71dc05a3
|
||||
alternatives="
|
||||
tqdm:tqdm:/usr/bin/tqdm2
|
||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm2.1"
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/${py2_sitelib}/tqdm/tqdm.1
|
||||
vman tqdm/tqdm.1 tqdm2.1
|
||||
vlicense LICENCE
|
||||
}
|
||||
|
||||
python3-tqdm_package() {
|
||||
alternatives="
|
||||
tqdm:tqdm:/usr/bin/tqdm3
|
||||
tqdm:tqdm.1:/usr/share/man/man1/tqdm3.1"
|
||||
archs=noarch
|
||||
depends="python3-setuptools"
|
||||
short_desc="${short_desc/2/3}"
|
||||
pkg_install() {
|
||||
rm -f ${DESTDIR}/${py3_sitelib}/tqdm/tqdm.1
|
||||
vman tqdm/tqdm.1 tqdm3.1
|
||||
vmove "usr/lib/python3*"
|
||||
vmove usr/bin/tqdm3
|
||||
vlicense LICENCE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-tqdm
|
20
srcpkgs/python3-tqdm/template
Normal file
20
srcpkgs/python3-tqdm/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-tqdm'
|
||||
pkgname=python3-tqdm
|
||||
version=4.48.2
|
||||
revision=2
|
||||
wrksrc="tqdm-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
short_desc="Fast, extensible progress bar for Python and CLI (Python3)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MPL-2.0, MIT"
|
||||
homepage="https://tqdm.github.io/"
|
||||
distfiles="https://github.com/tqdm/tqdm/archive/v${version}.tar.gz"
|
||||
checksum=91a61673103ae2d5a1b93672ff60455d689b58372c08b1a27e1a7def71dc05a3
|
||||
conflicts="python-tqdm>=0"
|
||||
|
||||
post_install() {
|
||||
vman tqdm/tqdm.1 tqdm.1
|
||||
vlicense LICENCE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue