From 3a356bab58fe479b3ec50842989e7e307144c8d6 Mon Sep 17 00:00:00 2001 From: Lorem Date: Wed, 19 May 2021 13:57:15 +0530 Subject: [PATCH] New package: python3-zipp-3.4.1 re-introduce since python3-importlib_metadata needs it. --- srcpkgs/python3-zipp/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-zipp/template diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template new file mode 100644 index 0000000000..06e5ce2ecf --- /dev/null +++ b/srcpkgs/python3-zipp/template @@ -0,0 +1,21 @@ +# Template file for 'python3-zipp' +pkgname=python3-zipp +version=3.4.1 +revision=1 +wrksrc="zipp-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools_scm python3-toml" +checkdepends="python3-jaraco" +short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)" +maintainer="Lorem " +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=3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76 +# Needs unpackaged "jaraco.itertools" +make_check=no + +post_install() { + vlicense LICENSE +}