svn commit: r559945 - head/devel/py-backports

Rene Ladan rene at FreeBSD.org
Sat Jan 2 14:32:42 UTC 2021


Author: rene
Date: Sat Jan  2 14:32:42 2021
New Revision: 559945
URL: https://svnweb.freebsd.org/changeset/ports/559945

Log:
  devel/py-backports: mark port as deprecated
  
  It is a wrapper for other py-backports ports.
  
  PR:		249862
  Submitted by:	swills
  Approved by:	maintainer timout (lifanov, 3 months)

Modified:
  head/devel/py-backports/Makefile

Modified: head/devel/py-backports/Makefile
==============================================================================
--- head/devel/py-backports/Makefile	Sat Jan  2 14:17:53 2021	(r559944)
+++ head/devel/py-backports/Makefile	Sat Jan  2 14:32:42 2021	(r559945)
@@ -11,6 +11,9 @@ COMMENT=	Shared namespace shim for py-backports.* port
 
 LICENSE=	MIT
 
+DEPRECATED=	Python 2 is EOL upstream
+EXPIRATION_DATE=2020-12-31
+
 USES=		python
 USE_PYTHON=	flavors py3kplist
 


More information about the svn-ports-all mailing list