New package: python-zipp-0.6.0.
This commit is contained in:
parent
cae4c73f92
commit
a2515b15f2
2 changed files with 12 additions and 2 deletions
1
srcpkgs/python-zipp
Symbolic link
1
srcpkgs/python-zipp
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python3-zipp
|
|
@ -4,9 +4,9 @@ version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="zipp-${version}"
|
wrksrc="zipp-${version}"
|
||||||
build_style=python3-module
|
build_style=python-module
|
||||||
pycompile_module="zipp.py"
|
pycompile_module="zipp.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python3"
|
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>"
|
||||||
|
@ -19,3 +19,12 @@ 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue