Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2020 07:32:11 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553671 - head/math/py-networkx1
Message-ID:  <202010300732.09U7WBpt020482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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