svn commit: r553671 - head/math/py-networkx1

Kai Knoblich kai at FreeBSD.org
Fri Oct 30 07:32:11 UTC 2020


Author: kai
Date: Fri Oct 30 07:32:11 2020
New Revision: 553671
URL: https://svnweb.freebsd.org/changeset/ports/553671

Log:
  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.

Modified:
  head/math/py-networkx1/Makefile

Modified: head/math/py-networkx1/Makefile
==============================================================================
--- head/math/py-networkx1/Makefile	Fri Oct 30 07:30:08 2020	(r553670)
+++ head/math/py-networkx1/Makefile	Fri Oct 30 07:32:11 2020	(r553671)
@@ -15,6 +15,9 @@ COMMENT=	Tools for complex networks / Backported versi
 
 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


More information about the svn-ports-all mailing list