Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 02:12:07 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552788 - in head: devel/py-dis3 devel/py-functools32 devel/py-weakrefmethod sysutils/py-shutilwhich
Message-ID:  <202010200212.09K2C752087719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Oct 20 02:12:07 2020
New Revision: 552788
URL: https://svnweb.freebsd.org/changeset/ports/552788

Log:
  Deprecate a few ports, following lang/python27
  
  These are already deprecated because of lang/python27, just formalizing.

Modified:
  head/devel/py-dis3/Makefile
  head/devel/py-functools32/Makefile
  head/devel/py-weakrefmethod/Makefile
  head/sysutils/py-shutilwhich/Makefile

Modified: head/devel/py-dis3/Makefile
==============================================================================
--- head/devel/py-dis3/Makefile	Tue Oct 20 02:02:39 2020	(r552787)
+++ head/devel/py-dis3/Makefile	Tue Oct 20 02:12:07 2020	(r552788)
@@ -14,6 +14,9 @@ LICENSE=	MIT PSFL
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Python 2 only, backport of Python 3
+EXPIRATION_DATE=	2020-12-31
+
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 

Modified: head/devel/py-functools32/Makefile
==============================================================================
--- head/devel/py-functools32/Makefile	Tue Oct 20 02:02:39 2020	(r552787)
+++ head/devel/py-functools32/Makefile	Tue Oct 20 02:12:07 2020	(r552788)
@@ -11,6 +11,9 @@ COMMENT=	Backport of the functools module from Python 
 
 LICENSE=	PSFL
 
+DEPRECATED=	Python 2 only, backport of Python 3
+EXPIRATION_DATE=	2020-12-31
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	MiCHiLU
 GH_PROJECT=	python-functools32

Modified: head/devel/py-weakrefmethod/Makefile
==============================================================================
--- head/devel/py-weakrefmethod/Makefile	Tue Oct 20 02:02:39 2020	(r552787)
+++ head/devel/py-weakrefmethod/Makefile	Tue Oct 20 02:12:07 2020	(r552788)
@@ -13,6 +13,9 @@ COMMENT=	WeakMethod class for storing bound methods us
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Python 2 only, backport of Python 3
+EXPIRATION_DATE=	2020-12-31
+
 NO_ARCH=	yes
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist

Modified: head/sysutils/py-shutilwhich/Makefile
==============================================================================
--- head/sysutils/py-shutilwhich/Makefile	Tue Oct 20 02:02:39 2020	(r552787)
+++ head/sysutils/py-shutilwhich/Makefile	Tue Oct 20 02:12:07 2020	(r552788)
@@ -11,6 +11,9 @@ COMMENT=	shutil.which for those not using Python 3.3
 
 LICENSE=	PSFL
 
+DEPRECATED=	Python 2 only, backport of Python 3
+EXPIRATION_DATE=	2020-12-31
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:2.7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010200212.09K2C752087719>