pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-rarfile
Module Name: pkgsrc
Committed By: leot
Date: Fri Apr 14 14:01:02 UTC 2017
Added Files:
pkgsrc/archivers/py-rarfile: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-rarfile/DESCR \
pkgsrc/archivers/py-rarfile/Makefile pkgsrc/archivers/py-rarfile/PLIST \
pkgsrc/archivers/py-rarfile/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-rarfile/DESCR
diff -u /dev/null pkgsrc/archivers/py-rarfile/DESCR:1.1
--- /dev/null Fri Apr 14 14:01:02 2017
+++ pkgsrc/archivers/py-rarfile/DESCR Fri Apr 14 14:01:02 2017
@@ -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.
Index: pkgsrc/archivers/py-rarfile/Makefile
diff -u /dev/null pkgsrc/archivers/py-rarfile/Makefile:1.1
--- /dev/null Fri Apr 14 14:01:02 2017
+++ pkgsrc/archivers/py-rarfile/Makefile Fri Apr 14 14:01:02 2017
@@ -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"
Index: pkgsrc/archivers/py-rarfile/PLIST
diff -u /dev/null pkgsrc/archivers/py-rarfile/PLIST:1.1
--- /dev/null Fri Apr 14 14:01:02 2017
+++ pkgsrc/archivers/py-rarfile/PLIST Fri Apr 14 14:01:02 2017
@@ -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
Index: pkgsrc/archivers/py-rarfile/distinfo
diff -u /dev/null pkgsrc/archivers/py-rarfile/distinfo:1.1
--- /dev/null Fri Apr 14 14:01:02 2017
+++ pkgsrc/archivers/py-rarfile/distinfo Fri Apr 14 14:01:02 2017
@@ -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