pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers py-bz2file: added version 0.98



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8540fa58c6b
branches:  trunk
changeset: 317549:b8540fa58c6b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 09 10:28:19 2019 +0000

description:
py-bz2file: added version 0.98

Bz2file is a Python library for reading and writing bzip2-compressed files. It
contains a drop-in replacement for the file interface in the standard library's
bz2 module, including features from the latest development version of CPython
that are not available in older releases.

diffstat:

 archivers/Makefile            |   3 ++-
 archivers/py-bz2file/DESCR    |   4 ++++
 archivers/py-bz2file/Makefile |  21 +++++++++++++++++++++
 archivers/py-bz2file/PLIST    |   5 +++++
 archivers/py-bz2file/distinfo |   6 ++++++
 5 files changed, 38 insertions(+), 1 deletions(-)

diffs (69 lines):

diff -r 97a64209c8d3 -r b8540fa58c6b archivers/Makefile
--- a/archivers/Makefile        Wed Jan 09 09:04:20 2019 +0000
+++ b/archivers/Makefile        Wed Jan 09 10:28:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2018/06/18 20:46:49 minskim Exp $
+# $NetBSD: Makefile,v 1.159 2019/01/09 10:28:19 adam Exp $
 #
 
 COMMENT=       Archivers
@@ -88,6 +88,7 @@
 SUBDIR+=       ppmd
 SUBDIR+=       ppunpack
 SUBDIR+=       py-brotlipy
+SUBDIR+=       py-bz2file
 SUBDIR+=       py-czipfile
 SUBDIR+=       py-lhafile
 SUBDIR+=       py-libarchive-c
diff -r 97a64209c8d3 -r b8540fa58c6b archivers/py-bz2file/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-bz2file/DESCR        Wed Jan 09 10:28:19 2019 +0000
@@ -0,0 +1,4 @@
+Bz2file is a Python library for reading and writing bzip2-compressed files. It
+contains a drop-in replacement for the file interface in the standard library's
+bz2 module, including features from the latest development version of CPython
+that are not available in older releases.
diff -r 97a64209c8d3 -r b8540fa58c6b archivers/py-bz2file/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-bz2file/Makefile     Wed Jan 09 10:28:19 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/01/09 10:28:19 adam Exp $
+
+DISTNAME=      bz2file-0.98
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    archivers python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bz2file/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/nvawda/bz2file
+COMMENT=       Read and write bzip2-compressed files
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+do-test:
+       cd ${WRKSRC} && ${PYTHONBIN} test_bz2file.py
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 97a64209c8d3 -r b8540fa58c6b archivers/py-bz2file/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-bz2file/PLIST        Wed Jan 09 10:28:19 2019 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/09 10:28:19 adam Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/bz2file.py
+${PYSITELIB}/bz2file.pyc
+${PYSITELIB}/bz2file.pyo
diff -r 97a64209c8d3 -r b8540fa58c6b archivers/py-bz2file/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-bz2file/distinfo     Wed Jan 09 10:28:19 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/09 10:28:19 adam Exp $
+
+SHA1 (bz2file-0.98.tar.gz) = 46a66ab968518f258c4fd33f82c030659c910418
+RMD160 (bz2file-0.98.tar.gz) = 5fa4788ca3ebc2f3fbed7e37bc8e8ce13d11ccdf
+SHA512 (bz2file-0.98.tar.gz) = 2d28e71fe71b5fea4008d65a1fa91d5c6fafcacc09f891c5deaaa985661576bd97f2e33fe9f8c5943841f09c153f2079a2511329c066e57c775fb0b089b30b20
+Size (bz2file-0.98.tar.gz) = 11333 bytes



Home | Main Index | Thread Index | Old Index