summaryrefslogtreecommitdiff
path: root/devel/py-backports.weakref
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
commit41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch)
treedc94bc3df22b218498c473b644b9ddf5d9c9342d /devel/py-backports.weakref
parentUpdate to 2.6.0 (diff)
Deprecate a few ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=526925
Diffstat (limited to 'devel/py-backports.weakref')
-rw-r--r--devel/py-backports.weakref/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-backports.weakref/Makefile b/devel/py-backports.weakref/Makefile
index 08e48e03ebfa..3ac7a0a16f87 100644
--- a/devel/py-backports.weakref/Makefile
+++ b/devel/py-backports.weakref/Makefile
@@ -15,6 +15,9 @@ COMMENT= Backport of the weakref module from Python 3.4
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${PY_FLAVOR}