pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zipp1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 12 06:59:23 UTC 2020

Added Files:
        pkgsrc/archivers/py-zipp1: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-zipp1/DESCR \
    pkgsrc/archivers/py-zipp1/Makefile pkgsrc/archivers/py-zipp1/PLIST \
    pkgsrc/archivers/py-zipp1/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/archivers/py-zipp1/DESCR
diff -u /dev/null pkgsrc/archivers/py-zipp1/DESCR:1.1
--- /dev/null   Thu Mar 12 06:59:23 2020
+++ pkgsrc/archivers/py-zipp1/DESCR     Thu Mar 12 06:59:22 2020
@@ -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.
Index: pkgsrc/archivers/py-zipp1/Makefile
diff -u /dev/null pkgsrc/archivers/py-zipp1/Makefile:1.1
--- /dev/null   Thu Mar 12 06:59:23 2020
+++ pkgsrc/archivers/py-zipp1/Makefile  Thu Mar 12 06:59:22 2020
@@ -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"
Index: pkgsrc/archivers/py-zipp1/PLIST
diff -u /dev/null pkgsrc/archivers/py-zipp1/PLIST:1.1
--- /dev/null   Thu Mar 12 06:59:23 2020
+++ pkgsrc/archivers/py-zipp1/PLIST     Thu Mar 12 06:59:22 2020
@@ -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
Index: pkgsrc/archivers/py-zipp1/distinfo
diff -u /dev/null pkgsrc/archivers/py-zipp1/distinfo:1.1
--- /dev/null   Thu Mar 12 06:59:23 2020
+++ pkgsrc/archivers/py-zipp1/distinfo  Thu Mar 12 06:59:22 2020
@@ -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