void-packages/srcpkgs/python-zipp/template
Đoàn Trần Công Danh 4b4dcde168 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.
2020-01-29 19:19:32 +01:00

20 lines
599 B
Bash

# Template file for 'python-zipp'
pkgname=python-zipp
version=0.6.0
revision=2
archs=noarch
wrksrc="zipp-${version}"
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"
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=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
post_install() {
vlicense LICENSE
}