Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 21:10:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528076 - in head: science/py-GPy www/py-url
Message-ID:  <202003082110.028LAFaR014013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Mar  8 21:10:15 2020
New Revision: 528076
URL: https://svnweb.freebsd.org/changeset/ports/528076

Log:
  Deprecate some ports using deprecated version of python
  
  With hat:	portmgr

Modified:
  head/science/py-GPy/Makefile
  head/www/py-url/Makefile

Modified: head/science/py-GPy/Makefile
==============================================================================
--- head/science/py-GPy/Makefile	Sun Mar  8 20:51:11 2020	(r528075)
+++ head/science/py-GPy/Makefile	Sun Mar  8 21:10:15 2020	(r528076)
@@ -12,6 +12,9 @@ COMMENT=	Gaussian process toolbox
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-08-15
+
 BUILD_DEPENDS=	${PYNUMPY} \
 		${LOCALBASE}/lib/libomp.so:devel/openmp
 RUN_DEPENDS=	${PYNUMPY} \

Modified: head/www/py-url/Makefile
==============================================================================
--- head/www/py-url/Makefile	Sun Mar  8 20:51:11 2020	(r528075)
+++ head/www/py-url/Makefile	Sun Mar  8 21:10:15 2020	(r528076)
@@ -12,6 +12,9 @@ COMMENT=	URL parsing, sanitizing and normalizing
 
 LICENSE=	MIT
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		compiler:c++11-lang python:-3.6



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