python-PyICU: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-25 08:27:35 +07:00
parent 8a033bdd4f
commit 09c6009221
2 changed files with 7 additions and 17 deletions

View file

@ -1 +0,0 @@
python-PyICU

View file

@ -1,13 +1,13 @@
# Template file for 'python-PyICU'
pkgname=python-PyICU
# Template file for 'python3-PyICU'
pkgname=python3-PyICU
version=2.5
revision=1
revision=2
wrksrc="PyICU-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel icu-devel"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel icu-devel"
checkdepends="python3-pytest python3-six"
short_desc="Python extension wrapping the ICU C++ API (Python2)"
short_desc="Python extension wrapping the ICU C++ API (Python3)"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/ovalhub/pyicu"
@ -22,12 +22,3 @@ do_check() {
post_install() {
vlicense LICENSE
}
python3-PyICU_package() {
short_desc="${short_desc/Python2/Python3}"
depends="python3"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}