pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-xopen devel/py-xopen: import py27-xopen-0.3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36c1d085dd05
branches:  trunk
changeset: 372567:36c1d085dd05
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Sun Dec 10 14:48:50 2017 +0000

description:
devel/py-xopen: import py27-xopen-0.3.2

This small Python module provides an xopen function that works like the
built-in open function, but can also deal with compressed files. Supported
compression formats are gzip, bzip2 and xz. They are automatically recognized
by their file extensions .gz, .bz2 or .xz.

diffstat:

 devel/py-xopen/DESCR    |   4 ++++
 devel/py-xopen/Makefile |  14 ++++++++++++++
 devel/py-xopen/PLIST    |   9 +++++++++
 devel/py-xopen/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r c8df79375b67 -r 36c1d085dd05 devel/py-xopen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xopen/DESCR      Sun Dec 10 14:48:50 2017 +0000
@@ -0,0 +1,4 @@
+This small Python module provides an xopen function that works like the
+built-in open function, but can also deal with compressed files. Supported
+compression formats are gzip, bzip2 and xz. They are automatically recognized
+by their file extensions .gz, .bz2 or .xz.
diff -r c8df79375b67 -r 36c1d085dd05 devel/py-xopen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xopen/Makefile   Sun Dec 10 14:48:50 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/12/10 14:48:50 bacon Exp $
+
+DISTNAME=      xopen-0.3.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xopen/}
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/xopen
+COMMENT=       Open compressed files transparently
+LICENSE=       mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c8df79375b67 -r 36c1d085dd05 devel/py-xopen/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xopen/PLIST      Sun Dec 10 14:48:50 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/10 14:48:50 bacon 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}/xopen.py
+${PYSITELIB}/xopen.pyc
+${PYSITELIB}/xopen.pyo
diff -r c8df79375b67 -r 36c1d085dd05 devel/py-xopen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xopen/distinfo   Sun Dec 10 14:48:50 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/10 14:48:50 bacon Exp $
+
+SHA1 (xopen-0.3.2.tar.gz) = d9fad7acc894acc73fe4c9c4f4999a9adde92921
+RMD160 (xopen-0.3.2.tar.gz) = 770ec07acbf3e6349af1a024febcc0007ec6af13
+SHA512 (xopen-0.3.2.tar.gz) = 06e3e8ac9e3b96d393649bef91ab8ea9c01d03b4ad0d4e59760262d6fd5ea5a751267841de8a5f51ab0317f0d5426a0d99704201a14fd5834f6e26b6e0059bcf
+Size (xopen-0.3.2.tar.gz) = 4666 bytes



Home | Main Index | Thread Index | Old Index