Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 23:57:43 +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: r478835 - head/math/py-pymc3
Message-ID:  <201809022357.w82NvhJ0019204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep  2 23:57:43 2018
New Revision: 478835
URL: https://svnweb.freebsd.org/changeset/ports/478835

Log:
  Simplify Makefile: use PY_ENUM34
  
  With hat:	python

Modified:
  head/math/py-pymc3/Makefile

Modified: head/math/py-pymc3/Makefile
==============================================================================
--- head/math/py-pymc3/Makefile	Sun Sep  2 23:57:38 2018	(r478834)
+++ head/math/py-pymc3/Makefile	Sun Sep  2 23:57:43 2018	(r478835)
@@ -13,6 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYNUMPY} \
+		${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}h5py>=2.7.0:science/py-h5py@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}joblib>=0.9:devel/py-joblib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.18.0:math/py-pandas@${PY_FLAVOR} \
@@ -20,7 +21,6 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}theano>=1.0.0:math/py-theano@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.8.4:misc/py-tqdm@${PY_FLAVOR}
-py27_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enum34>=1.1.6:devel/py-enum34@${PY_FLAVOR}
 
 USES=		python
 USE_GITHUB=	yes



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