pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-gnuplot py-gnuplot-1.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f4a19f3aed4
branches: trunk
changeset: 568595:9f4a19f3aed4
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Dec 15 16:41:12 2009 +0000
description:
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:
graphics/py-gnuplot/Makefile | 9 ++++-----
graphics/py-gnuplot/distinfo | 9 +++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r c631d5632c0c -r 9f4a19f3aed4 graphics/py-gnuplot/Makefile
--- a/graphics/py-gnuplot/Makefile Tue Dec 15 16:40:01 2009 +0000
+++ b/graphics/py-gnuplot/Makefile Tue Dec 15 16:41:12 2009 +0000
@@ -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 @@
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 -r c631d5632c0c -r 9f4a19f3aed4 graphics/py-gnuplot/distinfo
--- a/graphics/py-gnuplot/distinfo Tue Dec 15 16:40:01 2009 +0000
+++ b/graphics/py-gnuplot/distinfo Tue Dec 15 16:41:12 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index