Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 06:35:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531095 - head/science/py-GPy
Message-ID:  <202004080635.0386Z3BX062902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr  8 06:35:03 2020
New Revision: 531095
URL: https://svnweb.freebsd.org/changeset/ports/531095

Log:
  science/py-GPy: Change to USES=python because it builds fine with python-3.7

Modified:
  head/science/py-GPy/Makefile

Modified: head/science/py-GPy/Makefile
==============================================================================
--- head/science/py-GPy/Makefile	Wed Apr  8 06:27:40 2020	(r531094)
+++ head/science/py-GPy/Makefile	Wed Apr  8 06:35:03 2020	(r531095)
@@ -13,16 +13,13 @@ 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}
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.16:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR}
 
-USES=		localbase python:-3.6
+USES=		localbase python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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