pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-rarfile Import py-rarfile-3.0 as archiver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b7f2b76eb62
branches:  trunk
changeset: 361086:5b7f2b76eb62
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Apr 14 14:01:02 2017 +0000

description:
Import py-rarfile-3.0 as archivers/py-rarfile

This is Python module for RAR archive reading. The interface is made as zipfile
like as possible. Licensed under ISC license.

Features:

 * Supports both RAR3 and RAR5 format archives.
 * Supports multi volume archives.
 * Supports Unicode filenames.
 * Supports password-protected archives.
 * Supports archive and file comments.
 * Archive parsing and non-compressed files are handled in pure Python code.
 * Compressed files are extracted by executing external tool: either unrar from
   RARLAB or bsdtar from libarchive.
 * Works with both Python 2.7 and 3.x.

diffstat:

 archivers/py-rarfile/DESCR    |  14 ++++++++++++++
 archivers/py-rarfile/Makefile |  18 ++++++++++++++++++
 archivers/py-rarfile/PLIST    |   8 ++++++++
 archivers/py-rarfile/distinfo |   6 ++++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 444fcc282a80 -r 5b7f2b76eb62 archivers/py-rarfile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-rarfile/DESCR        Fri Apr 14 14:01:02 2017 +0000
@@ -0,0 +1,14 @@
+This is Python module for RAR archive reading. The interface is made as zipfile
+like as possible. Licensed under ISC license.
+
+Features:
+
+ * Supports both RAR3 and RAR5 format archives.
+ * Supports multi volume archives.
+ * Supports Unicode filenames.
+ * Supports password-protected archives.
+ * Supports archive and file comments.
+ * Archive parsing and non-compressed files are handled in pure Python code.
+ * Compressed files are extracted by executing external tool: either unrar from
+   RARLAB or bsdtar from libarchive.
+ * Works with both Python 2.7 and 3.x.
diff -r 444fcc282a80 -r 5b7f2b76eb62 archivers/py-rarfile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-rarfile/Makefile     Fri Apr 14 14:01:02 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 14:01:02 leot Exp $
+
+DISTNAME=      rarfile-3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rarfile/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/markokr/rarfile
+COMMENT=       RAR archive reader for Python
+LICENSE=       isc
+
+DEPENDS+=      bsdtar-[0-9]*:../../archivers/bsdtar
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 444fcc282a80 -r 5b7f2b76eb62 archivers/py-rarfile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-rarfile/PLIST        Fri Apr 14 14:01:02 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 14:01:02 leot Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/rarfile.py
+${PYSITELIB}/rarfile.pyc
+${PYSITELIB}/rarfile.pyo
diff -r 444fcc282a80 -r 5b7f2b76eb62 archivers/py-rarfile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/py-rarfile/distinfo     Fri Apr 14 14:01:02 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 14:01:02 leot Exp $
+
+SHA1 (rarfile-3.0.tar.gz) = 97adfdd73a0b04d4a5d51481ebcdab9470c51685
+RMD160 (rarfile-3.0.tar.gz) = 20b4ae5564bd532fa9755a2834020324f9a47db8
+SHA512 (rarfile-3.0.tar.gz) = b0b816bf09fe455e4d8d35b447c30e7810468a6927555164a1b513d4161f3fd4e77a37439620bd935c3a12e46b1e5eda3e35d7d281899d2f9fd26b6e989aa6e4
+Size (rarfile-3.0.tar.gz) = 110665 bytes



Home | Main Index | Thread Index | Old Index