mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.3.2
- Add STAGE support - Add LICENSE PR: 190343 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
5cfe3554eb
commit
de1d8e3315
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355974
@ -2,20 +2,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pybrain
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
DISTNAME= PyBrain-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= PyBrain is the swiss army knife for neural networking
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.1:${PORTSDIR}/science/py-scipy
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= PyBrain
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_COMMIT= a56fafc
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (PyBrain-0.3.tar.gz) = f44e86f37f37e22f29605217d811249c0b58d6b6c261f6c22ba04f2ad9635863
|
||||
SIZE (PyBrain-0.3.tar.gz) = 262129
|
||||
SHA256 (PyBrain-0.3.2.tar.gz) = e4907532026a966695148cd65bb5c70c9a8a82dbab63be859205588b411854b1
|
||||
SIZE (PyBrain-0.3.2.tar.gz) = 1167748
|
||||
|
@ -8,4 +8,4 @@ Artificial Intelligence and Neural Network Library. In fact,
|
||||
we came up with the name first and later reverse-engineerer
|
||||
this quite descriptive "Backronym".
|
||||
|
||||
WWW: http://pybrain.org/
|
||||
WWW: http://pybrain.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user