pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/py-zipp1 archivers/py-zipp1: re-import of py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b379a9d51c1
branches:  trunk
changeset: 412769:6b379a9d51c1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 12 06:59:22 2020 +0000

description:
archivers/py-zipp1: re-import of py-zipp

A pathlib-compatible Zipfile object wrapper. A backport of the Path
object.

This package contains the last Python 2.x compatible version.

diffstat:

 archivers/py-zipp1/DESCR    |   4 ++++
 archivers/py-zipp1/Makefile |  26 ++++++++++++++++++++++++++
 archivers/py-zipp1/PLIST    |   9 +++++++++
 archivers/py-zipp1/distinfo |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r d9c8e7ded173 -r 6b379a9d51c1 archivers/py-zipp1/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp1/DESCR  Thu Mar 12 06:59:22 2020 +0000
@@ -0,0 +1,4 @@
+A pathlib-compatible Zipfile object wrapper. A backport of the Path
+object.
+
+This package contains the last Python 2.x compatible version.
diff -r d9c8e7ded173 -r 6b379a9d51c1 archivers/py-zipp1/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp1/Makefile       Thu Mar 12 06:59:22 2020 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/03/12 06:59:22 wiz Exp $
+
+DISTNAME=      zipp-1.1.0
+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 (for Python 2.x)
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
+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
+
+PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d9c8e7ded173 -r 6b379a9d51c1 archivers/py-zipp1/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp1/PLIST  Thu Mar 12 06:59:22 2020 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/12 06:59:22 wiz 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 d9c8e7ded173 -r 6b379a9d51c1 archivers/py-zipp1/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-zipp1/distinfo       Thu Mar 12 06:59:22 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/12 06:59:22 wiz Exp $
+
+SHA1 (zipp-1.1.0.tar.gz) = 38ca6cd1c08fef6386689b8cf9ddb53db43b20e5
+RMD160 (zipp-1.1.0.tar.gz) = 632e25ded32f45b3b89f8ec21437c72df0bfb570
+SHA512 (zipp-1.1.0.tar.gz) = a7d6355e16fea270bc89f6f6b3d61bc9b444bd98e8014f97da189631d2a4a0fa25bd84d6cae3835638d7912c5edd0a6dfa0276b1088d5b00c02c56b7ce059695
+Size (zipp-1.1.0.tar.gz) = 12837 bytes



Home | Main Index | Thread Index | Old Index