mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Update to 0.87.2
- Take maintainership PR: ports/96164 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
This commit is contained in:
parent
92c398b014
commit
b9db741283
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160853
@ -7,14 +7,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= matplotlib
|
||||
PORTVERSION= 0.80
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.87.2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= A plotting library uses a syntax familiar to matlab users
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMERIC} \
|
||||
@ -27,17 +26,17 @@ RUN_DEPENDS= ${PYNUMERIC} \
|
||||
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
|
||||
.endif
|
||||
|
||||
USE_REINPLACE= yes
|
||||
CONFLICTS= devel/py-dateutil-[0-9]*
|
||||
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_GNOME= gtk20 pygtk2
|
||||
CFLAGS+= -I${X11BASE}/include
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
PLISTDIR= ${PYTHON_SITELIBDIR}/${PORTNAME} ${PYTHON_SITELIBDIR}/dateutil ${PYTHON_SITELIBDIR}/pytz \
|
||||
${PYTHON_SITELIBDIR}/pylab* ${DATADIR}
|
||||
${PYTHON_SITELIBDIR}/pylab*
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLISTDIR+= ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (matplotlib-0.80.tar.gz) = 0374c439d3fcbca193c1333b84713674
|
||||
SHA256 (matplotlib-0.80.tar.gz) = 9420b5eb388378310da24a00c9c8b9c0e233e37019f46ff105edd58a07ffb8f0
|
||||
SIZE (matplotlib-0.80.tar.gz) = 2332845
|
||||
MD5 (matplotlib-0.87.2.tar.gz) = 74dde3c3e33797f56ebd6ca578090f8e
|
||||
SHA256 (matplotlib-0.87.2.tar.gz) = 927d7d383f6cd757778a43fd3fdad05805bb0480a9c80cfb25a22ae65c354e45
|
||||
SIZE (matplotlib-0.87.2.tar.gz) = 2655790
|
||||
|
Loading…
Reference in New Issue
Block a user