diff options
author | joerg <joerg> | 2009-12-15 16:41:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-12-15 16:41:12 +0000 |
commit | ebc516e50ba5165622bbaf69af6352a740273700 (patch) | |
tree | 3b5dcc4e831f6ed670f0d4e30c062449be57b326 /graphics/py-gnuplot | |
parent | 6223a9558693e37c6c4345035e90725a8e544105 (diff) | |
download | pkgsrc-ebc516e50ba5165622bbaf69af6352a740273700.tar.gz |
py-gnuplot-1.8:
* hardcopy allows for terminal='svg' (using a patch from Spyros Blanas)
* Use with_ instead of with as that will be a python keyword in the
future.
* Added an option "filename" to Data and GridData in PlotItems.py.
This allows saving the data to a permanent, rather than temporary,
file. (Patch contributed by Matthew Fulmer.)
* Added a 'pdf' terminal definition (using a patch from Jim Kleckner).
* Added close() and __del__() methods to the Gnuplot class. This
might help with some cases of premature temporary file deletion.
(Suggested by Jim Kleckner.)
Diffstat (limited to 'graphics/py-gnuplot')
-rw-r--r-- | graphics/py-gnuplot/Makefile | 9 | ||||
-rw-r--r-- | graphics/py-gnuplot/distinfo | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index f46346a6576..0a3650a3314 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2009/12/15 16:41:12 joerg Exp $ # -DISTNAME= gnuplot-py-1.7 -PKGNAME= ${PYPKGPREFIX}-gnuplot-1.7 -PKGREVISION= 1 +DISTNAME= gnuplot-py-1.8 +PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/} @@ -16,5 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" -.include "../../math/py-Numeric/buildlink3.mk" +.include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-gnuplot/distinfo b/graphics/py-gnuplot/distinfo index 227a93246fa..108aaa08ae9 100644 --- a/graphics/py-gnuplot/distinfo +++ b/graphics/py-gnuplot/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/10/06 18:04:42 drochner Exp $ +$NetBSD: distinfo,v 1.4 2009/12/15 16:41:12 joerg Exp $ -SHA1 (gnuplot-py-1.7.tar.gz) = 363bf3db4b4c523f62725932f1ec6c1e9fa8c58e -RMD160 (gnuplot-py-1.7.tar.gz) = 0d0f465f0dad0e3ff35f6bdea5fc6ea9ab1b245f -Size (gnuplot-py-1.7.tar.gz) = 107278 bytes +SHA1 (gnuplot-py-1.8.tar.gz) = 1fab2850cd1881f4ede1f7978a8746af2aff9bb2 +RMD160 (gnuplot-py-1.8.tar.gz) = 0a06385a38e8b34d60d95e37b5d0a13dc682d520 +Size (gnuplot-py-1.8.tar.gz) = 118828 bytes +SHA1 (patch-aa) = df880a26ede4e6ff83ec293f8914a96aca16b88a |