pkgsrc-WIP-changes archive

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

py-rarfile: delete, imported in pkgsrc as archivers/py-rarfile



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Apr 14 16:25:20 2017 +0200
Changeset:	73d62ae9931003fe2ecb1ec71bab6cb43c20a026

Modified Files:
	Makefile
Removed Files:
	py-rarfile/DESCR
	py-rarfile/Makefile
	py-rarfile/PLIST
	py-rarfile/distinfo

Log Message:
py-rarfile: delete, imported in pkgsrc as archivers/py-rarfile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=73d62ae9931003fe2ecb1ec71bab6cb43c20a026

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

diffstat:
 Makefile            |  1 -
 py-rarfile/DESCR    | 14 --------------
 py-rarfile/Makefile | 20 --------------------
 py-rarfile/PLIST    |  8 --------
 py-rarfile/distinfo |  6 ------
 5 files changed, 49 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fc6cca8d60..29c4c0875a 100644
--- a/Makefile
+++ b/Makefile
@@ -3422,7 +3422,6 @@ SUBDIR+=	py-qutrub
 SUBDIR+=	py-radontea
 SUBDIR+=	py-ranger
 SUBDIR+=	py-raphrase
-SUBDIR+=	py-rarfile
 SUBDIR+=	py-rasterio
 SUBDIR+=	py-raven
 SUBDIR+=	py-rcsparse
diff --git a/py-rarfile/DESCR b/py-rarfile/DESCR
deleted file mode 100644
index c7800bf39b..0000000000
--- a/py-rarfile/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-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 --git a/py-rarfile/Makefile b/py-rarfile/Makefile
deleted file mode 100644
index 25fc47c4aa..0000000000
--- a/py-rarfile/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-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
-
-# XXX: Should we use `USE_TOOLS+= bsdtar:run' instead?
-# XXX: Should we permit to eventually use unrar?
-DEPENDS+=	bsdtar-[0-9]*:../../archivers/bsdtar
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-rarfile/PLIST b/py-rarfile/PLIST
deleted file mode 100644
index deef9f3401..0000000000
--- a/py-rarfile/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-rarfile/distinfo b/py-rarfile/distinfo
deleted file mode 100644
index 48b16aed52..0000000000
--- a/py-rarfile/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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