pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers py-zipp: added version 0.5.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5398360e799
branches: trunk
changeset: 334504:f5398360e799
user: adam <adam%pkgsrc.org@localhost>
date: Wed May 29 19:48:29 2019 +0000
description:
py-zipp: added version 0.5.1
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
diffstat:
archivers/Makefile | 3 ++-
archivers/py-zipp/DESCR | 1 +
archivers/py-zipp/Makefile | 20 ++++++++++++++++++++
archivers/py-zipp/PLIST | 9 +++++++++
archivers/py-zipp/distinfo | 6 ++++++
5 files changed, 38 insertions(+), 1 deletions(-)
diffs (69 lines):
diff -r 962af2db013f -r f5398360e799 archivers/Makefile
--- a/archivers/Makefile Wed May 29 17:50:12 2019 +0000
+++ b/archivers/Makefile Wed May 29 19:48:29 2019 +0000
@@ -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-lz4
SUBDIR+= py-rarfile
SUBDIR+= py-yuicompressor
+SUBDIR+= py-zipp
SUBDIR+= py-zstandard
SUBDIR+= rar
SUBDIR+= rox-archive
diff -r 962af2db013f -r f5398360e799 archivers/py-zipp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp/DESCR Wed May 29 19:48:29 2019 +0000
@@ -0,0 +1,1 @@
+A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
diff -r 962af2db013f -r f5398360e799 archivers/py-zipp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp/Makefile Wed May 29 19:48:29 2019 +0000
@@ -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@localhost
+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 -r 962af2db013f -r f5398360e799 archivers/py-zipp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp/PLIST Wed May 29 19:48:29 2019 +0000
@@ -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 -r 962af2db013f -r f5398360e799 archivers/py-zipp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp/distinfo Wed May 29 19:48:29 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index