pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  9 10:28:19 UTC 2019

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

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


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

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

Modified files:

Index: pkgsrc/archivers/Makefile
diff -u pkgsrc/archivers/Makefile:1.158 pkgsrc/archivers/Makefile:1.159
--- pkgsrc/archivers/Makefile:1.158     Mon Jun 18 20:46:49 2018
+++ pkgsrc/archivers/Makefile   Wed Jan  9 10:28:19 2019
@@ -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+=      pigz
 SUBDIR+=       ppmd
 SUBDIR+=       ppunpack
 SUBDIR+=       py-brotlipy
+SUBDIR+=       py-bz2file
 SUBDIR+=       py-czipfile
 SUBDIR+=       py-lhafile
 SUBDIR+=       py-libarchive-c

Added files:

Index: pkgsrc/archivers/py-bz2file/DESCR
diff -u /dev/null pkgsrc/archivers/py-bz2file/DESCR:1.1
--- /dev/null   Wed Jan  9 10:28:19 2019
+++ pkgsrc/archivers/py-bz2file/DESCR   Wed Jan  9 10:28:19 2019
@@ -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.
Index: pkgsrc/archivers/py-bz2file/Makefile
diff -u /dev/null pkgsrc/archivers/py-bz2file/Makefile:1.1
--- /dev/null   Wed Jan  9 10:28:19 2019
+++ pkgsrc/archivers/py-bz2file/Makefile        Wed Jan  9 10:28:19 2019
@@ -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"
Index: pkgsrc/archivers/py-bz2file/PLIST
diff -u /dev/null pkgsrc/archivers/py-bz2file/PLIST:1.1
--- /dev/null   Wed Jan  9 10:28:19 2019
+++ pkgsrc/archivers/py-bz2file/PLIST   Wed Jan  9 10:28:19 2019
@@ -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
Index: pkgsrc/archivers/py-bz2file/distinfo
diff -u /dev/null pkgsrc/archivers/py-bz2file/distinfo:1.1
--- /dev/null   Wed Jan  9 10:28:19 2019
+++ pkgsrc/archivers/py-bz2file/distinfo        Wed Jan  9 10:28:19 2019
@@ -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