svn commit: r465391 - head/math/py-theano

Yuri Victorovich yuri at FreeBSD.org
Fri Mar 23 17:35:01 UTC 2018


Author: yuri
Date: Fri Mar 23 17:35:00 2018
New Revision: 465391
URL: https://svnweb.freebsd.org/changeset/ports/465391

Log:
  math/py-theano: Update 0.9.0 -> 1.0.1
  
  Port changes:
  * Change to DISTVERSION
  * Simplified MASTER_SITES as per portlint recommendation
  * Add NO_ARCH
  
  PR:		226869
  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	Fri Mar 23 17:32:13 2018	(r465390)
+++ head/math/py-theano/Makefile	Fri Mar 23 17:35:00 2018	(r465391)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	theano
-PORTVERSION=	0.9.0
-PORTREVISION=	3
+DISTVERSION=	1.0.1
 CATEGORIES=	math python
-MASTER_SITES=	CHEESESHOP/source/T/Theano
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Theano-${DISTVERSION}
 
@@ -20,6 +19,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 
 USES=		compiler:openmp python
 USE_PYTHON=	concurrent distutils autoplist
+NO_ARCH=	yes
 
 SUB_FILES=	pkg-message
 SUB_LIST=	CXX=${CXX}

Modified: head/math/py-theano/distinfo
==============================================================================
--- head/math/py-theano/distinfo	Fri Mar 23 17:32:13 2018	(r465390)
+++ head/math/py-theano/distinfo	Fri Mar 23 17:35:00 2018	(r465391)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490101897
-SHA256 (Theano-0.9.0.tar.gz) = 745d66716531f9063127274b40503fbc21f931f78b7b03e79e5523d50078bc17
-SIZE (Theano-0.9.0.tar.gz) = 3116713
+TIMESTAMP = 1521790733
+SHA256 (Theano-1.0.1.tar.gz) = 88d8aba1fe2b6b75eacf455d01bc7e31e838c5a0fb8c13dde2d9472495ff4662
+SIZE (Theano-1.0.1.tar.gz) = 2831618


More information about the svn-ports-all mailing list