mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 1.4.0.
PR: 193505 Submitted by: m.tsatsenko@gmail.com Approved by: mainland@apeiron.net (maintainer)
This commit is contained in:
parent
6b53f7b503
commit
ec77e60fda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369440
3 changed files with 9 additions and 12 deletions
|
@ -2,15 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= matplotlib
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= Plotting library uses a syntax familiar to MATLAB users
|
||||
|
||||
LICENSE= PSFL
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz
|
||||
|
@ -18,12 +19,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
|||
libpng15.so:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= pkgconfig shebangfix
|
||||
SHEBANG_FILES= examples/pylab_examples/unicode_demo.py \
|
||||
examples/animation/old_animation/movie_demo.py
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST=yes
|
||||
USES= pkgconfig shebangfix python
|
||||
USE_PYTHON= distutils autoplist
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND TKAGGBACKEND WXAGGBACKEND
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (matplotlib-1.2.0.tar.gz) = 48fdb3b8f27010bc81ccf3925032768d499f82be979d9b6edccc4e2cced4dcaf
|
||||
SIZE (matplotlib-1.2.0.tar.gz) = 36893347
|
||||
SHA256 (matplotlib-1.4.0.tar.gz) = 6d670d0e7a0967ff92c8f8127440b7c533b22bc484b0b6b4d24548ab0d6a3da3
|
||||
SIZE (matplotlib-1.4.0.tar.gz) = 51153512
|
||||
|
|
|
@ -5,4 +5,4 @@ can be used in python scripts, interactively from the python shell (ala matlab
|
|||
or mathematica), in web application servers generating dynamic charts, or
|
||||
embedded in GTK, Tk or WX applications; see backends.
|
||||
|
||||
WWW: http://matplotlib.sourceforge.net/
|
||||
WWW: http://matplotlib.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue