python-wcwidth: remove package

This commit is contained in:
Michal Vasilek 2022-09-25 15:03:32 +02:00 committed by classabbyamp
parent bae773510c
commit 0428a0e653
2 changed files with 7 additions and 16 deletions

View File

@ -1 +0,0 @@
python-wcwidth

View File

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