diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-10-30 07:32:11 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-10-30 07:32:11 +0000 |
commit | 809e8164d4d43865287af4ea7aa8707c30bbfaff (patch) | |
tree | c4ebb7c6b5163435b15b00225e2e01af78ba0545 | |
parent | devel/py-backports.os: Deprecate port (diff) |
math/py-networkx1: Deprecate port
* The port was repo-copied from math/py-networkx to retain compatibility
with Python 2.7. Deprecate and set an expiration as it's no longer the
case and the port has no consumers left.
Notes
Notes:
svn path=/head/; revision=553671
-rw-r--r-- | math/py-networkx1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/py-networkx1/Makefile b/math/py-networkx1/Makefile index 21e4c6d5268b..4555ef125ffa 100644 --- a/math/py-networkx1/Makefile +++ b/math/py-networkx1/Makefile @@ -15,6 +15,9 @@ COMMENT= Tools for complex networks / Backported version LICENSE= BSD3CLAUSE +DEPRECATED= Obsolete, please use math/py-networkx instead +EXPIRATION_DATE= 2020-11-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR} USES= python:3.6+ shebangfix |