mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: python-zipp-0.5.2
This commit is contained in:
parent
82c4382aab
commit
5e259f8b0a
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-zipp/template
Normal file
21
srcpkgs/python3-zipp/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-zipp'
|
||||||
|
pkgname=python3-zipp
|
||||||
|
version=0.5.2
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="zipp-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="zipp.py"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Pathlib-compatible Zipfile object wrapper"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/jaraco/zipp"
|
||||||
|
changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
|
||||||
|
distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
|
||||||
|
checksum=4970c3758f4e89a7857a973b1e2a5d75bcdc47794442f2e2dd4fe8e0466e809a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue