Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:07:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560125 - head/devel/py-jaraco.functools2
Message-ID:  <202101032007.103K7MWc003199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:07:22 2021
New Revision: 560125
URL: https://svnweb.freebsd.org/changeset/ports/560125

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31

Modified:
  head/devel/py-jaraco.functools2/Makefile

Modified: head/devel/py-jaraco.functools2/Makefile
==============================================================================
--- head/devel/py-jaraco.functools2/Makefile	Sun Jan  3 20:07:17 2021	(r560124)
+++ head/devel/py-jaraco.functools2/Makefile	Sun Jan  3 20:07:22 2021	(r560125)
@@ -14,6 +14,9 @@ COMMENT=	Additional functools for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use devel/py-jaraco.functools instead
+EXPIRATION_DATE=2021-01-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR}
 



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