From 79327941e81e5c10f476f8e99c4b6e508ab18884 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 27 Nov 2022 00:47:25 +0530 Subject: [PATCH] python3-zipp: reinstate package, update to 3.11.0. --- srcpkgs/python3-zipp/template | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000000..63c2208061c --- /dev/null +++ b/srcpkgs/python3-zipp/template @@ -0,0 +1,18 @@ +# Template file for 'python3-zipp' +pkgname=python3-zipp +version=3.11.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel" +depends="python3" +short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)" +maintainer="icp " +license="MIT" +homepage="https://pypi.org/project/zipp/" +changelog="https://raw.githubusercontent.com/jaraco/zipp/main/CHANGES.rst" +distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz" +checksum=a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766 + +post_install() { + vlicense LICENSE +}