diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /converters | |
parent | a67f3f35a3078187a2ab3b4163d501c43cabbb66 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-bcode/Makefile | 3 | ||||
-rw-r--r-- | converters/py-iconv/Makefile | 3 | ||||
-rw-r--r-- | converters/py-zfec/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/converters/py-bcode/Makefile b/converters/py-bcode/Makefile index 311c260932ec..8f439f40720d 100644 --- a/converters/py-bcode/Makefile +++ b/converters/py-bcode/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Another bencode implementation +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= MIT USES= python:2.7 diff --git a/converters/py-iconv/Makefile b/converters/py-iconv/Makefile index 96c9ce017ab3..3cc8574183f1 100644 --- a/converters/py-iconv/Makefile +++ b/converters/py-iconv/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Iconv wrapper with Unicode codec for Python +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + USES= iconv python:2.7 USE_PYTHON= autoplist distutils diff --git a/converters/py-zfec/Makefile b/converters/py-zfec/Makefile index 832fa2e6d364..c6203fafef2d 100644 --- a/converters/py-zfec/Makefile +++ b/converters/py-zfec/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Fast erasure codec for Python +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.GPL |