python-wcwidth: remove package
This commit is contained in:
parent
bae773510c
commit
0428a0e653
|
@ -1 +0,0 @@
|
|||
python-wcwidth
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python-wcwidth'
|
||||
pkgname=python-wcwidth
|
||||
# Template file for 'python3-wcwidth'
|
||||
pkgname=python3-wcwidth
|
||||
version=0.2.5
|
||||
revision=4
|
||||
wrksrc="wcwidth-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-backports.functools_lru_cache"
|
||||
short_desc="Measures no. of terminal column cells of wide-character codes (Python2)"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Measures no. of terminal column cells of wide-character codes"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jquast/wcwidth"
|
||||
|
@ -16,12 +17,3 @@ checksum=c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83
|
|||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-wcwidth_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue