This commit is contained in:
2023-03-12 21:19:08 +02:00
parent 03557b463a
commit 56b18d31aa
339 changed files with 16782 additions and 918 deletions

19
python/py-zipp/Makefile Normal file
View File

@@ -0,0 +1,19 @@
PORTNAME= zipp
PORTVERSION= 3.4.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Backport of pathlib-compatible object wrapper for zip files
WWW= https://github.com/jaraco/zipp
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:python/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0:python/py-toml@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
python/py-zipp/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1604116223
SHA256 (zipp-3.4.0.tar.gz) = ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb
SIZE (zipp-3.4.0.tar.gz) = 15638

1
python/py-zipp/pkg-descr Normal file
View File

@@ -0,0 +1 @@
A pathlib-compatible Zipfile object wrapper.