Date: Tue, 26 Feb 2019 13:44:32 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493965 - head/math/py-theano Message-ID: <201902261344.x1QDiWv6033838@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Feb 26 13:44:32 2019 New Revision: 493965 URL: https://svnweb.freebsd.org/changeset/ports/493965 Log: math/py-theano: update to 1.0.4 Changelog: - Theano is now compatible with NumPy 1.16 PR: 236052 Approved by: demon (maintainer) Modified: head/math/py-theano/Makefile head/math/py-theano/distinfo Modified: head/math/py-theano/Makefile ============================================================================== --- head/math/py-theano/Makefile Tue Feb 26 13:28:23 2019 (r493964) +++ head/math/py-theano/Makefile Tue Feb 26 13:44:32 2019 (r493965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= theano -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +15,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} USES= compiler:openmp python USE_PYTHON= concurrent distutils autoplist -NO_ARCH= yes +NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= CXX=${CXX} Modified: head/math/py-theano/distinfo ============================================================================== --- head/math/py-theano/distinfo Tue Feb 26 13:28:23 2019 (r493964) +++ head/math/py-theano/distinfo Tue Feb 26 13:44:32 2019 (r493965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545051758 -SHA256 (Theano-1.0.3.tar.gz) = 637f3b34d40ef5e0d54dd4c40618475aaa085c26d2491e925c98e2ad4bc2115a -SIZE (Theano-1.0.3.tar.gz) = 2831862 +TIMESTAMP = 1551183056 +SHA256 (Theano-1.0.4.tar.gz) = 35c9bbef56b61ffa299265a42a4e8f8cb5a07b2997dabaef0f8830b397086913 +SIZE (Theano-1.0.4.tar.gz) = 2840691
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902261344.x1QDiWv6033838>