From owner-svn-ports-head@freebsd.org  Tue Feb 26 13:44:33 2019
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25788151A6D0;
 Tue, 26 Feb 2019 13:44:33 +0000 (UTC) (envelope-from rm@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id BA9A38696E;
 Tue, 26 Feb 2019 13:44:32 +0000 (UTC) (envelope-from rm@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A90A35FA9;
 Tue, 26 Feb 2019 13:44:32 +0000 (UTC) (envelope-from rm@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1QDiWbM033840;
 Tue, 26 Feb 2019 13:44:32 GMT (envelope-from rm@FreeBSD.org)
Received: (from rm@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1QDiWv6033838;
 Tue, 26 Feb 2019 13:44:32 GMT (envelope-from rm@FreeBSD.org)
Message-Id: <201902261344.x1QDiWv6033838@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org
 using -f
From: Ruslan Makhmatkhanov <rm@FreeBSD.org>
Date: Tue, 26 Feb 2019 13:44:32 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r493965 - head/math/py-theano
X-SVN-Group: ports-head
X-SVN-Commit-Author: rm
X-SVN-Commit-Paths: head/math/py-theano
X-SVN-Commit-Revision: 493965
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Rspamd-Queue-Id: BA9A38696E
X-Spamd-Bar: --
Authentication-Results: mx1.freebsd.org
X-Spamd-Result: default: False [-2.98 / 15.00];
 local_wl_from(0.00)[FreeBSD.org];
 NEURAL_HAM_MEDIUM(-1.00)[-0.998,0];
 NEURAL_HAM_LONG(-1.00)[-1.000,0];
 NEURAL_HAM_SHORT(-0.98)[-0.984,0];
 ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Feb 2019 13:44:33 -0000

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