svn commit: r527601 - in head: audio/py-ogg databases/py-pyPgSQL lang/py-mx-base net/pygopherd

Antoine Brodin antoine at FreeBSD.org
Sun Mar 1 20:27:44 UTC 2020


Author: antoine
Date: Sun Mar  1 20:27:42 2020
New Revision: 527601
URL: https://svnweb.freebsd.org/changeset/ports/527601

Log:
  Deprecate a few python 2.7 ports
  
  With hat:	portmgr

Modified:
  head/audio/py-ogg/Makefile
  head/databases/py-pyPgSQL/Makefile
  head/lang/py-mx-base/Makefile
  head/net/pygopherd/Makefile

Modified: head/audio/py-ogg/Makefile
==============================================================================
--- head/audio/py-ogg/Makefile	Sun Mar  1 20:14:06 2020	(r527600)
+++ head/audio/py-ogg/Makefile	Sun Mar  1 20:27:42 2020	(r527601)
@@ -14,6 +14,9 @@ COMMENT=	Object-oriented Python bindings for the ogg l
 
 LICENSE=	LGPL20
 
+DEPRECATED=	Unmaintained, uses EOLed python27
+EXPIRATION_DATE=	2020-03-31
+
 LIB_DEPENDS=	libogg.so:audio/libogg
 
 USES=		python:2.7

Modified: head/databases/py-pyPgSQL/Makefile
==============================================================================
--- head/databases/py-pyPgSQL/Makefile	Sun Mar  1 20:14:06 2020	(r527600)
+++ head/databases/py-pyPgSQL/Makefile	Sun Mar  1 20:27:42 2020	(r527601)
@@ -13,6 +13,9 @@ COMMENT=	Python DB-API 2.0 compliant interface to Post
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-08-15
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${PY_FLAVOR}
 
 USES=		pgsql python:2.7

Modified: head/lang/py-mx-base/Makefile
==============================================================================
--- head/lang/py-mx-base/Makefile	Sun Mar  1 20:14:06 2020	(r527600)
+++ head/lang/py-mx-base/Makefile	Sun Mar  1 20:27:42 2020	(r527601)
@@ -17,6 +17,9 @@ LICENSE_NAME=	EGENIX.COM Public License
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-08-15
+
 USES=		python:2.7
 USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	egenix-mx-base

Modified: head/net/pygopherd/Makefile
==============================================================================
--- head/net/pygopherd/Makefile	Sun Mar  1 20:14:06 2020	(r527600)
+++ head/net/pygopherd/Makefile	Sun Mar  1 20:27:42 2020	(r527601)
@@ -12,6 +12,9 @@ COMMENT=	Multiprotocol Information Server
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Unmaintained, uses EOLed python27
+EXPIRATION_DATE=	2020-03-31
+
 USES=		python:2.7
 USE_PYTHON=	distutils
 


More information about the svn-ports-all mailing list