aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-12-12 13:32:18 +0000
committerRene Ladan <rene@FreeBSD.org>2020-12-12 13:32:18 +0000
commit47cd8e34352b2f9b0c087159971d89ace2ef76ad (patch)
treeb29338c00ef2237edf0f22f3b2c0ef706df79f43 /news
parent5fc0baea9612f8cf07fd90cf27f8e2981df098c2 (diff)
downloadports-47cd8e34352b2f9b0c087159971d89ace2ef76ad.tar.gz
ports-47cd8e34352b2f9b0c087159971d89ace2ef76ad.zip
Remove expired port:
2020-12-12 news/py-sabyenc: Uses deprecated version of python
Notes
Notes: svn path=/head/; revision=557823
Diffstat (limited to 'news')
-rw-r--r--news/Makefile1
-rw-r--r--news/py-sabyenc/Makefile24
-rw-r--r--news/py-sabyenc/distinfo3
-rw-r--r--news/py-sabyenc/pkg-descr11
4 files changed, 0 insertions, 39 deletions
diff --git a/news/Makefile b/news/Makefile
index dae03c9e9794..22b3887fb38c 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -55,7 +55,6 @@
SUBDIR += pgpmoose
SUBDIR += plor
SUBDIR += py-pynzb
- SUBDIR += py-sabyenc
SUBDIR += py-sabyenc3
SUBDIR += rntrack
SUBDIR += s-news
diff --git a/news/py-sabyenc/Makefile b/news/py-sabyenc/Makefile
deleted file mode 100644
index b60bd7c58579..000000000000
--- a/news/py-sabyenc/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Ralf van der Enden <tremere@cainites.net>
-# $FreeBSD$
-
-PORTNAME= sabyenc
-PORTVERSION= 3.3.6
-CATEGORIES= news python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python yEnc package optimized for use within SABnzbd
-
-LICENSE= LGPL3
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-12-12
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc.so
-
-.include <bsd.port.mk>
diff --git a/news/py-sabyenc/distinfo b/news/py-sabyenc/distinfo
deleted file mode 100644
index 809f9fc26dd3..000000000000
--- a/news/py-sabyenc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1561313855
-SHA256 (sabyenc-3.3.6.tar.gz) = a4cacd0332577c52a4e416c18509ddf2bc9ea7f89637ac6d67b51a6142ac7ee1
-SIZE (sabyenc-3.3.6.tar.gz) = 9831
diff --git a/news/py-sabyenc/pkg-descr b/news/py-sabyenc/pkg-descr
deleted file mode 100644
index 6467caaf6fd4..000000000000
--- a/news/py-sabyenc/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Modified the original yenc module by Alessandro Duca alessandro.duca@gmail.com
-for use within SABnzbd.
-
-The module was extended to do header parsing and full yEnc decoding from a
-Python list of chunks, the way in which data is retrieved from usenet. This is
-particularly beneficial when SSL is enabled, which limits the size of each
-chunk to 16K. Parsing these chunks in Python is much more costly. Additionally,
-this module releases Python's GIL during decoding, greatly increasing
-performance of the overall download process.
-
-WWW: https://github.com/sabnzbd/sabyenc