diff options
author | wen <wen@FreeBSD.org> | 2018-05-29 14:26:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-05-29 14:26:39 +0800 |
commit | 3ffcdeab0c9d62daf66e78d5f7e3f25380d58405 (patch) | |
tree | ce572c4efab5f4b2e84725acbefb52a63d454c60 /science | |
parent | b8e22f87a7d507a82f68cd48b778e4afb3eadf1f (diff) | |
download | freebsd-ports-gnome-3ffcdeab0c9d62daf66e78d5f7e3f25380d58405.tar.gz freebsd-ports-gnome-3ffcdeab0c9d62daf66e78d5f7e3f25380d58405.tar.zst freebsd-ports-gnome-3ffcdeab0c9d62daf66e78d5f7e3f25380d58405.zip |
- Update to 1.4.4
- Update DEPENDS
Diffstat (limited to 'science')
-rw-r--r-- | science/brian/Makefile | 11 | ||||
-rw-r--r-- | science/brian/distinfo | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/science/brian/Makefile b/science/brian/Makefile index 282bb533a008..2d95f49f4186 100644 --- a/science/brian/Makefile +++ b/science/brian/Makefile @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= brian -PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTVERSION= 1.4.4 CATEGORIES= science python MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Clock-driven simulator for spiking neural networks -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0,1:math/py-numpy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:science/py-scipy@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.4.1,1:math/py-numpy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:math/py-matplotlib@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:2.7 zip +USES= python:2.7 +USE_GITHUB= yes +GH_ACCOUNT= brian-team USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/science/brian/distinfo b/science/brian/distinfo index 824611e41daa..df277801419e 100644 --- a/science/brian/distinfo +++ b/science/brian/distinfo @@ -1,2 +1,3 @@ -SHA256 (brian-1.4.3.zip) = 46bd78a48d2063ef7194ec9adf563c6e17712655624c241a3852ea90e1ebf3d6 -SIZE (brian-1.4.3.zip) = 753994 +TIMESTAMP = 1527577442 +SHA256 (brian-team-brian-1.4.4_GH0.tar.gz) = 38b9160b98a3b6b5ede4d4375427c7899c2fd409674e08b503dde68aed06afce +SIZE (brian-team-brian-1.4.4_GH0.tar.gz) = 10827012 |