summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-29 19:48:29 +0000
committeradam <adam@pkgsrc.org>2019-05-29 19:48:29 +0000
commit96ec6bad9c03d29a653f3a9e4747a28f900e6001 (patch)
tree9c5e183eb427630225c30700b23e72eca84e6bae /archivers
parent7a035edd4d5d98f0ffdc007515ed21346835c3f8 (diff)
downloadpkgsrc-96ec6bad9c03d29a653f3a9e4747a28f900e6001.tar.gz
py-zipp: added version 0.5.1
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile3
-rw-r--r--archivers/py-zipp/DESCR1
-rw-r--r--archivers/py-zipp/Makefile20
-rw-r--r--archivers/py-zipp/PLIST9
-rw-r--r--archivers/py-zipp/distinfo6
5 files changed, 38 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index c24615d76e9..c48991c9068 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2019/04/29 15:52:37 bacon Exp $
+# $NetBSD: Makefile,v 1.162 2019/05/29 19:48:29 adam Exp $
#
COMMENT= Archivers
@@ -97,6 +97,7 @@ SUBDIR+= py-libarchive-c
SUBDIR+= py-lz4
SUBDIR+= py-rarfile
SUBDIR+= py-yuicompressor
+SUBDIR+= py-zipp
SUBDIR+= py-zstandard
SUBDIR+= rar
SUBDIR+= rox-archive
diff --git a/archivers/py-zipp/DESCR b/archivers/py-zipp/DESCR
new file mode 100644
index 00000000000..995ffb6ef91
--- /dev/null
+++ b/archivers/py-zipp/DESCR
@@ -0,0 +1 @@
+A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
diff --git a/archivers/py-zipp/Makefile b/archivers/py-zipp/Makefile
new file mode 100644
index 00000000000..0b00b956ac8
--- /dev/null
+++ b/archivers/py-zipp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/05/29 19:48:29 adam Exp $
+
+DISTNAME= zipp-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= archivers python
+MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipp/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/jaraco/zipp
+COMMENT= Backport of pathlib-compatible object wrapper for zip files
+LICENSE= mit
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
+TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/py-zipp/PLIST b/archivers/py-zipp/PLIST
new file mode 100644
index 00000000000..1e4120117d5
--- /dev/null
+++ b/archivers/py-zipp/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/29 19:48:29 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zipp.py
+${PYSITELIB}/zipp.pyc
+${PYSITELIB}/zipp.pyo
diff --git a/archivers/py-zipp/distinfo b/archivers/py-zipp/distinfo
new file mode 100644
index 00000000000..6c97e815392
--- /dev/null
+++ b/archivers/py-zipp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/29 19:48:29 adam Exp $
+
+SHA1 (zipp-0.5.1.tar.gz) = 1fddfadec07973af906e6c59cd936511f1b35b9b
+RMD160 (zipp-0.5.1.tar.gz) = 6205a16c83d1cc99eb18cdf2325eb51d11863e0a
+SHA512 (zipp-0.5.1.tar.gz) = d4486ae98159677cd481cddb3bd00d5d2237dc94f0f3129b03994800b0e136c12b05e02d2ca7d628043dabce323f34dd919b9ba731549656802527abdcfea120
+Size (zipp-0.5.1.tar.gz) = 10763 bytes