- update to 0.87.6
PR: 104317 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
This commit is contained in:
parent
095530e8b0
commit
6a31dd0bc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177556
2 changed files with 11 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= matplotlib
|
||||
PORTVERSION= 0.87.2
|
||||
PORTVERSION= 0.87.6
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -17,17 +17,18 @@ MAINTAINER= mainland@apeiron.net
|
|||
COMMENT= A plotting library uses a syntax familiar to matlab users
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMERIC} \
|
||||
${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_SITELIBDIR}/pytz/__init__.py:${PORTSDIR}/devel/py-pytz \
|
||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
|
||||
${LOCALBASE}/lib/libagg.a:${PORTSDIR}/graphics/agg
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS= ${PYNUMERIC} \
|
||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
|
||||
.endif
|
||||
|
||||
CONFLICTS= devel/py-dateutil-[0-9]*
|
||||
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_GNOME= gtk20 pygtk2
|
||||
|
@ -35,8 +36,9 @@ CFLAGS+= -I${X11BASE}/include
|
|||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} ${PYTHON_SITELIBDIR}/dateutil ${PYTHON_SITELIBDIR}/pytz \
|
||||
${PYTHON_SITELIBDIR}/pylab*
|
||||
PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} \
|
||||
${PYTHON_SITELIBDIR}/pylab* \
|
||||
${PYTHON_SITELIBDIR}/matplotlib-0.87.6-py2.5.egg-info
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLISTDIR+= ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (matplotlib-0.87.2.tar.gz) = 74dde3c3e33797f56ebd6ca578090f8e
|
||||
SHA256 (matplotlib-0.87.2.tar.gz) = 927d7d383f6cd757778a43fd3fdad05805bb0480a9c80cfb25a22ae65c354e45
|
||||
SIZE (matplotlib-0.87.2.tar.gz) = 2655790
|
||||
MD5 (matplotlib-0.87.6.tar.gz) = 30c30e10d2338c56ae5b31f0adf325f5
|
||||
SHA256 (matplotlib-0.87.6.tar.gz) = 950d5d5b3b552ce83c4a5c2b4406badf9bdda213b092cc8cf6448e50b54595bf
|
||||
SIZE (matplotlib-0.87.6.tar.gz) = 2729121
|
||||
|
|
Loading…
Reference in a new issue