pkgsrc-WIP-changes archive

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

Remove py-yenc, imported to pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jan 7 10:38:28 2016 +0100
Changeset:	3f54065ce052b7c01c293e7d7bf8a99b27c732e8

Modified Files:
	Makefile
	sabnzbdplus/options.mk
Removed Files:
	py-yenc/DESCR
	py-yenc/Makefile
	py-yenc/PLIST
	py-yenc/distinfo

Log Message:
Remove py-yenc, imported to pkgsrc.

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

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

diffstat:
 Makefile               |  1 -
 py-yenc/DESCR          |  2 --
 py-yenc/Makefile       | 19 -------------------
 py-yenc/PLIST          |  5 -----
 py-yenc/distinfo       |  5 -----
 sabnzbdplus/options.mk |  3 ++-
 6 files changed, 2 insertions(+), 33 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 45b7eb1..5127664 100755
--- a/Makefile
+++ b/Makefile
@@ -3403,7 +3403,6 @@ SUBDIR+=	py-yapgvb
 SUBDIR+=	py-yapps2
 SUBDIR+=	py-yaprt
 SUBDIR+=	py-yellowhiggs
-SUBDIR+=	py-yenc
 SUBDIR+=	py-yt
 SUBDIR+=	py-z2pack
 SUBDIR+=	py-zeitgeist
diff --git a/py-yenc/DESCR b/py-yenc/DESCR
deleted file mode 100644
index 576122d..0000000
--- a/py-yenc/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This a fairly simple Python module, it provides only raw yEnc
-encoding/decoding with built-in crc32 calculation.
diff --git a/py-yenc/Makefile b/py-yenc/Makefile
deleted file mode 100644
index ab844ee..0000000
--- a/py-yenc/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/11/27 20:54:49 wongk Exp $
-
-DISTNAME=	yenc-${DISTVERSION}
-DISTVERSION=	0.4.0
-
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-REPLACE_PYTHON=	*.py
-CATEGORIES=	devel
-MASTER_SITES=	http://www.golug.it/pub/yenc/
-
-PYDISTUTILSPKG=	yes
-
-MAINTAINER=	pkgsrc128%fastmail.us@localhost
-HOMEPAGE=	http://www.golug.it/yenc.html
-COMMENT=	Python module for yenc decoding module in C
-LICENSE=        gnu-lgpl-v2.1
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-yenc/PLIST b/py-yenc/PLIST
deleted file mode 100644
index fc1fc61..0000000
--- a/py-yenc/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/08/23 20:54:49 wongk Exp $
-${PYSITELIB}/_yenc.so
-${PYSITELIB}/yenc.py
-${PYSITELIB}/yenc.pyc
-${PYSITELIB}/yenc.pyo
diff --git a/py-yenc/distinfo b/py-yenc/distinfo
deleted file mode 100644
index 1f4dff5..0000000
--- a/py-yenc/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/08/23 20:54:49 wongk Exp $
-
-SHA1 (yenc-0.4.0.tar.gz) = 7e84dbadae82a48b9037262756a3f64c5c0482d8
-RMD160 (yenc-0.4.0.tar.gz) = 36356363bddd6626a9e6659df126284591b5952a
-Size (yenc-0.4.0.tar.gz) = 63156 bytes
diff --git a/sabnzbdplus/options.mk b/sabnzbdplus/options.mk
index 5885769..98d881a 100644
--- a/sabnzbdplus/options.mk
+++ b/sabnzbdplus/options.mk
@@ -34,7 +34,8 @@ DEPENDS+=	${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser
 ### par2 support
 ###
 .if !empty(PKG_OPTIONS:Myenc)
-DEPENDS+=	${PYPKGPREFIX}-yenc-[0-9]*:../../wip/py-yenc
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-yenc
+DEPENDS+=	${PYPKGPREFIX}-yenc-[0-9]*:../../converters/py-yenc
 .endif
 
 ###


Home | Main Index | Thread Index | Old Index