mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1c56eaf767
Reported by: portscout
26 lines
554 B
Makefile
26 lines
554 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= chaospy
|
|
DISTVERSION= 3.0.12
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Toolbox for performing uncertainty quantification
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
post-extract: # https://github.com/jonathf/chaospy/issues/167
|
|
@truncate -s 0 ${WRKSRC}/README.rst
|
|
|
|
.include <bsd.port.mk>
|