python3-zipp: drop package

zipp is a backport of Path object.
See: https://pypi.org/project/zipp/

We don't need python3-zipp anymore, now.
This commit is contained in:
Đoàn Trần Công Danh 2020-01-28 10:44:34 +07:00 committed by Piotr
parent 90bf8a84e2
commit 4b4dcde168
2 changed files with 5 additions and 16 deletions

View file

@ -1 +0,0 @@
python3-zipp

View file

@ -1,13 +1,12 @@
# Template file for 'python3-zipp' # Template file for 'python-zipp'
pkgname=python3-zipp pkgname=python-zipp
version=0.6.0 version=0.6.0
revision=2 revision=2
archs=noarch archs=noarch
wrksrc="zipp-${version}" wrksrc="zipp-${version}"
build_style=python-module build_style=python2-module
pycompile_module="zipp.py" hostmakedepends="python-setuptools"
hostmakedepends="python-setuptools python3-setuptools" depends="python"
depends="python3"
short_desc="Pathlib-compatible Zipfile object wrapper" short_desc="Pathlib-compatible Zipfile object wrapper"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT" license="MIT"
@ -19,12 +18,3 @@ checksum=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
python-zipp_package() {
depends=python
short_desc+=" - Python 2"
pkg_install() {
vmove "usr/lib/python2.7"
vlicense LICENSE
}
}