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