- update to py-gnuplot 1.8

- change maintainer per his request

ok ajacoutot@
This commit is contained in:
benoit 2009-05-19 13:56:11 +00:00
parent bb4ed2b8b5
commit 9858db5ab6
4 changed files with 100 additions and 90 deletions

View File

@ -1,14 +1,15 @@
# $OpenBSD: Makefile,v 1.6 2009/03/25 13:52:31 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2009/05/19 13:56:11 benoit Exp $
COMMENT= Python interface to the gnuplot plotting program
DISTNAME= gnuplot-py-1.7
PKGNAME= py-${DISTNAME:S/py-//}p2
CATEGORIES= math graphics
MODPY_EGG_VERSION= 1.8
DISTNAME= gnuplot-py-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:S/py-//}
CATEGORIES= math graphics
HOMEPAGE= http://gnuplot-py.sourceforge.net/
HOMEPAGE= http://gnuplot-py.sourceforge.net/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
@ -20,7 +21,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/}
MODULES= lang/python
BUILD_DEPENDS+= :py-Numeric-*:math/py-Numeric
BUILD_DEPENDS+= :py-Numeric-*:math/py-Numeric \
::math/py-numpy
RUN_DEPENDS+= :py-Numeric-*:math/py-Numeric \
:gnuplot-*:math/gnuplot

View File

@ -1,5 +1,5 @@
MD5 (gnuplot-py-1.7.tar.gz) = ck+e7hZNb/djd3sipYUVcg==
RMD160 (gnuplot-py-1.7.tar.gz) = DQ9GXw2tDj/zX2vepfxuqasbJF8=
SHA1 (gnuplot-py-1.7.tar.gz) = Njvz20tMUj9iclky8exsHp+oxY4=
SHA256 (gnuplot-py-1.7.tar.gz) = eOhxYyS2VDN4Af1oISzCGEqBMTQhCG3zAXGMGbtJ4hY=
SIZE (gnuplot-py-1.7.tar.gz) = 107278
MD5 (gnuplot-py-1.8.tar.gz) = q9b1ceeuxorn25ClIXzVsQ==
RMD160 (gnuplot-py-1.8.tar.gz) = CgY4Wjjos01g2V43tdChPcaC1SA=
SHA1 (gnuplot-py-1.8.tar.gz) = H6soUM0YgfTt4feXiodGryr/m7I=
SHA256 (gnuplot-py-1.8.tar.gz) = qzOb54R9MKis/WFvJ7UCG/3gmZt78taEAPvmLFMQbiE=
SIZE (gnuplot-py-1.8.tar.gz) = 118828

View File

@ -1,12 +1,11 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2004/02/05 23:37:27 xsa Exp $
--- setup.py.orig 2003-10-17 16:52:28.000000000 +0200
+++ setup.py 2004-02-04 15:14:33.000000000 +0100
@@ -31,7 +31,7 @@ setup (
author_email='mhagger@alum.mit.edu',
url='http://gnuplot-py.sourceforge.net',
license='LGPL',
- licence='LGPL', # Spelling error in distutils
+ #licence='LGPL', # Spelling error in distutils
--- setup.py.orig Fri May 2 02:53:07 2008
+++ setup.py Tue Mar 10 09:42:29 2009
@@ -33,7 +33,7 @@
# versions of distutils. The error has been fixed as of
# python2.3, but we leave this line here for compatibility with
# older python versions.
- licence='LGPL',
+ #licence='LGPL',
# Description of the package in the distribution
package_dir={'Gnuplot' : '.'},

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 09:12:00 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2009/05/19 13:56:20 benoit Exp $
lib/python${MODPY_VERSION}/site-packages/Gnuplot/
lib/python${MODPY_VERSION}/site-packages/Gnuplot/Errors.py
lib/python${MODPY_VERSION}/site-packages/Gnuplot/Errors.pyc
@ -34,92 +34,101 @@ lib/python${MODPY_VERSION}/site-packages/Gnuplot/test.py
lib/python${MODPY_VERSION}/site-packages/Gnuplot/test.pyc
lib/python${MODPY_VERSION}/site-packages/Gnuplot/utils.py
lib/python${MODPY_VERSION}/site-packages/Gnuplot/utils.pyc
lib/python${MODPY_VERSION}/site-packages/gnuplot_py-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
share/doc/py-gnuplot/
share/doc/py-gnuplot/Gnuplot/
share/doc/py-gnuplot/Gnuplot/ANNOUNCE.txt.html
share/doc/py-gnuplot/Gnuplot/Errors/
share/doc/py-gnuplot/Gnuplot/ANNOUNCE.html
share/doc/py-gnuplot/Gnuplot/CREDITS.html
share/doc/py-gnuplot/Gnuplot/Errors.html
share/doc/py-gnuplot/Gnuplot/Errors/DataError.html
share/doc/py-gnuplot/Gnuplot/Errors/Error.html
share/doc/py-gnuplot/Gnuplot/Errors/OptionError.html
share/doc/py-gnuplot/Gnuplot/LICENSE.txt.html
share/doc/py-gnuplot/Gnuplot/PlotItems/
share/doc/py-gnuplot/Gnuplot/Errors.py/
share/doc/py-gnuplot/Gnuplot/Errors.py/DataError.html
share/doc/py-gnuplot/Gnuplot/Errors.py/Error.html
share/doc/py-gnuplot/Gnuplot/Errors.py/OptionError.html
share/doc/py-gnuplot/Gnuplot/FAQ.html
share/doc/py-gnuplot/Gnuplot/Gnuplot.html
share/doc/py-gnuplot/Gnuplot/LICENSE.html
share/doc/py-gnuplot/Gnuplot/NEWS.html
share/doc/py-gnuplot/Gnuplot/PlotItems.html
share/doc/py-gnuplot/Gnuplot/PlotItems/Func.html
share/doc/py-gnuplot/Gnuplot/PlotItems/PlotItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems/_FileItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems/_InlineFileItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems/_TempFileItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems/_unset.html
share/doc/py-gnuplot/Gnuplot/README.txt.html
share/doc/py-gnuplot/Gnuplot/TODO.txt.html
share/doc/py-gnuplot/Gnuplot/_Gnuplot/
share/doc/py-gnuplot/Gnuplot/PlotItems.py/
share/doc/py-gnuplot/Gnuplot/PlotItems.py/Func.html
share/doc/py-gnuplot/Gnuplot/PlotItems.py/PlotItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems.py/_FileItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems.py/_InlineFileItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems.py/_NewFileItem.html
share/doc/py-gnuplot/Gnuplot/PlotItems.py/_unset.html
share/doc/py-gnuplot/Gnuplot/README.html
share/doc/py-gnuplot/Gnuplot/RELEASES.html
share/doc/py-gnuplot/Gnuplot/TODO.html
share/doc/py-gnuplot/Gnuplot/_Gnuplot.html
share/doc/py-gnuplot/Gnuplot/_Gnuplot/Gnuplot.html
share/doc/py-gnuplot/Gnuplot/_Gnuplot/_GnuplotFile.html
share/doc/py-gnuplot/Gnuplot/__init__.html
share/doc/py-gnuplot/Gnuplot/_Gnuplot.py/
share/doc/py-gnuplot/Gnuplot/_Gnuplot.py/Gnuplot.html
share/doc/py-gnuplot/Gnuplot/_Gnuplot.py/_GnuplotFile.html
share/doc/py-gnuplot/Gnuplot/demo.html
share/doc/py-gnuplot/Gnuplot/funcutils.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/Miscellaneous_Events.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/Standard_Suite.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/application.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/bounds.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/closeable.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/document.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/floating.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/gnuplot_Suite.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/graph.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/index.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/modal.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/modified.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/name.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/odds_and_ends.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/picture.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/position.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/resizable.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/titled.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/visible.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/window.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/zoomable.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites/zoomed.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/Miscellaneous_Events.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/Standard_Suite.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/application.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/bounds.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/closeable.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/document.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/floating.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/gnuplot_Suite.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/graph.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/index.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/modal.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/modified.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/name.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/odds_and_ends.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/picture.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/position.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/resizable.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/titled.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/visible.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/window.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/zoomable.html
share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py/zoomed.html
share/doc/py-gnuplot/Gnuplot/gp.html
share/doc/py-gnuplot/Gnuplot/gp_cygwin/
share/doc/py-gnuplot/Gnuplot/gp_cygwin.html
share/doc/py-gnuplot/Gnuplot/gp_cygwin/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_cygwin/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_mac/
share/doc/py-gnuplot/Gnuplot/gp_cygwin.py/
share/doc/py-gnuplot/Gnuplot/gp_cygwin.py/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_cygwin.py/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_java.html
share/doc/py-gnuplot/Gnuplot/gp_java.py/
share/doc/py-gnuplot/Gnuplot/gp_java.py/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_java.py/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_java.py/OutputProcessor.html
share/doc/py-gnuplot/Gnuplot/gp_mac.html
share/doc/py-gnuplot/Gnuplot/gp_mac/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_mac/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_mac/_GNUPLOT.html
share/doc/py-gnuplot/Gnuplot/gp_macosx/
share/doc/py-gnuplot/Gnuplot/gp_mac.py/
share/doc/py-gnuplot/Gnuplot/gp_mac.py/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_mac.py/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_mac.py/_GNUPLOT.html
share/doc/py-gnuplot/Gnuplot/gp_macosx.html
share/doc/py-gnuplot/Gnuplot/gp_macosx/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_macosx/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_unix/
share/doc/py-gnuplot/Gnuplot/gp_macosx.py/
share/doc/py-gnuplot/Gnuplot/gp_macosx.py/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_macosx.py/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_unix.html
share/doc/py-gnuplot/Gnuplot/gp_unix/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_unix/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_win32/
share/doc/py-gnuplot/Gnuplot/gp_unix.py/
share/doc/py-gnuplot/Gnuplot/gp_unix.py/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_unix.py/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_win32.html
share/doc/py-gnuplot/Gnuplot/gp_win32/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_win32/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/gp_win32.py/
share/doc/py-gnuplot/Gnuplot/gp_win32.py/GnuplotOpts.html
share/doc/py-gnuplot/Gnuplot/gp_win32.py/GnuplotProcess.html
share/doc/py-gnuplot/Gnuplot/index.html
share/doc/py-gnuplot/Gnuplot/setup.html
share/doc/py-gnuplot/Gnuplot/termdefs/
share/doc/py-gnuplot/Gnuplot/termdefs.html
share/doc/py-gnuplot/Gnuplot/termdefs/Arg.html
share/doc/py-gnuplot/Gnuplot/termdefs/ArgOneParam.html
share/doc/py-gnuplot/Gnuplot/termdefs/BareStringArg.html
share/doc/py-gnuplot/Gnuplot/termdefs/BooleanArg.html
share/doc/py-gnuplot/Gnuplot/termdefs/KeywordArg.html
share/doc/py-gnuplot/Gnuplot/termdefs/KeywordOrBooleanArg.html
share/doc/py-gnuplot/Gnuplot/termdefs/MutuallyExclusiveArgs.html
share/doc/py-gnuplot/Gnuplot/termdefs/StringArg.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/
share/doc/py-gnuplot/Gnuplot/termdefs.py/Arg.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/ArgOneParam.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/BareStringArg.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/BooleanArg.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/KeywordArg.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/KeywordOrBooleanArg.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/MutuallyExclusiveArgs.html
share/doc/py-gnuplot/Gnuplot/termdefs.py/StringArg.html
share/doc/py-gnuplot/Gnuplot/test.html
share/doc/py-gnuplot/Gnuplot/utils.html
share/doc/py-gnuplot/index.html
share/examples/py-gnuplot/
share/examples/py-gnuplot/test.py