Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 17:59:15 +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: r480289 - head/science/py-chempy
Message-ID:  <201809211759.w8LHxF55096778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Sep 21 17:59:14 2018
New Revision: 480289
URL: https://svnweb.freebsd.org/changeset/ports/480289

Log:
  science/py-chempy: python2 is deprecated for this version of chempy.

Modified:
  head/science/py-chempy/Makefile

Modified: head/science/py-chempy/Makefile
==============================================================================
--- head/science/py-chempy/Makefile	Fri Sep 21 17:56:23 2018	(r480288)
+++ head/science/py-chempy/Makefile	Fri Sep 21 17:59:14 2018	(r480289)
@@ -25,8 +25,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bokeh>=0.11.1:ww
 		${NUMPY}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 



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