Bump PORTREVISION because of additon of py-parsing dep;
Move some python modules deps out of BUILD_DEPENDS (they seem to be runtime only). Thanks to Mikhail Tsatsenko <m.tsatsenko@gmail.com>, Geoffrey Mainland <mainland@apeiron.net> (maintainer)
This commit is contained in:
parent
f013458030
commit
1c54e9bd92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369918
1 changed files with 7 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= matplotlib
|
PORTNAME= matplotlib
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.4.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,13 +13,14 @@ COMMENT= Plotting library uses a syntax familiar to MATLAB users
|
||||||
|
|
||||||
LICENSE= PSFL
|
LICENSE= PSFL
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYNUMPY} \
|
BUILD_DEPENDS= ${PYNUMPY}
|
||||||
${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
|
|
||||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
|
|
||||||
${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
|
|
||||||
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||||
libpng15.so:${PORTSDIR}/graphics/png
|
libpng15.so:${PORTSDIR}/graphics/png
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${PYNUMPY} \
|
||||||
|
{PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateut
|
||||||
|
il \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
|
||||||
|
|
||||||
USES= pkgconfig shebangfix python
|
USES= pkgconfig shebangfix python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
Loading…
Reference in a new issue