diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:13:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-27 02:13:27 +0800 |
commit | 15de572cfabdb28e42a668327bfa006cb9ef4fbb (patch) | |
tree | 5c5260bab1fdc0dfcd4f09866289950e22549a94 /science | |
parent | 6d81b79cc2054a4c0a12af6e852f77ba1c223aed (diff) | |
download | freebsd-ports-gnome-15de572cfabdb28e42a668327bfa006cb9ef4fbb.tar.gz freebsd-ports-gnome-15de572cfabdb28e42a668327bfa006cb9ef4fbb.tar.zst freebsd-ports-gnome-15de572cfabdb28e42a668327bfa006cb9ef4fbb.zip |
- Update to 3.3
- Pass maintainership to submitter
- While I'm here:
- Update LICENSE
- Convert to new options helper
Changes: https://github.com/mdp-toolkit/mdp-toolkit/blob/master/CHANGES
PR: ports/188409
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'science')
-rw-r--r-- | science/py-mdp/Makefile | 27 | ||||
-rw-r--r-- | science/py-mdp/distinfo | 4 |
2 files changed, 10 insertions, 21 deletions
diff --git a/science/py-mdp/Makefile b/science/py-mdp/Makefile index 3f6f10803836..b56eb903a786 100644 --- a/science/py-mdp/Makefile +++ b/science/py-mdp/Makefile @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= mdp -PORTVERSION= 3.2 -PORTREVISION= 2 +PORTVERSION= 3.3 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}-toolkit/${PORTNAME}-toolkit/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:U}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Modular toolkit for Data Processing -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options @@ -28,19 +27,9 @@ LIBSVM_DESC= Provide the LibSVMClassifier node PP_DESC= Provide the Parallel Python PPScheduler SCIPY_DESC= Instal SciPy versions of eigensolver, FFT and convolution -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLIBSVM} -RUN_DEPENDS+= libsvm>2.91:${PORTSDIR}/science/libsvm \ - libsvm-python>2.91:${PORTSDIR}/science/libsvm-python -.endif - -.if ${PORT_OPTIONS:MPP} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pp>0:${PORTSDIR}/devel/py-pp -.endif - -.if ${PORT_OPTIONS:MSCIPY} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}scipy>=0.5.2:${PORTSDIR}/science/py-scipy -.endif +LIBSVM_RUN_DEPENDS= libsvm>2.91:${PORTSDIR}/science/libsvm \ + libsvm-python>2.91:${PORTSDIR}/science/libsvm-python +PP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pp>0:${PORTSDIR}/devel/py-pp +SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.5.2:${PORTSDIR}/science/py-scipy .include <bsd.port.mk> diff --git a/science/py-mdp/distinfo b/science/py-mdp/distinfo index b03a898a0059..c54fdb7ff0cc 100644 --- a/science/py-mdp/distinfo +++ b/science/py-mdp/distinfo @@ -1,2 +1,2 @@ -SHA256 (MDP-3.2.tar.gz) = 5310d54766cb91a02988f42bea4b493197155ac1960fbfa41a8c9661b08c1665 -SIZE (MDP-3.2.tar.gz) = 469010 +SHA256 (MDP-3.3.tar.gz) = 3461a54c96a050029ec548c48fa5c60c2bb5b28cc088092438aa95c94d8b3478 +SIZE (MDP-3.3.tar.gz) = 471439 |