matplotlib-0.83.2 (a minor release that fixes a few more bugs that I missed)
This commit is contained in:
parent
ea9ce73f1c
commit
5deb59a95d
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2005/09/19 01:42:11 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2005/09/19 02:05:20 djm Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "Python charting and plotting API"
|
||||
|
||||
DISTNAME= matplotlib-0.83
|
||||
DISTNAME= matplotlib-0.83.2
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (matplotlib-0.83.tar.gz) = 1342fd35cd52b8cfb722e4b9accdb9a8
|
||||
RMD160 (matplotlib-0.83.tar.gz) = 94c4b62e57bf713f0422c905393805e951f55c88
|
||||
SHA1 (matplotlib-0.83.tar.gz) = a9ac202e1ad1be4c52769487968fee7bab9ca3e4
|
||||
SIZE (matplotlib-0.83.tar.gz) = 2703881
|
||||
MD5 (matplotlib-0.83.2.tar.gz) = c5d7c39eeeeafd88a419194fba93a6cb
|
||||
RMD160 (matplotlib-0.83.2.tar.gz) = 2425941f69822dc2a9dacc0c5edb8539a6205937
|
||||
SHA1 (matplotlib-0.83.2.tar.gz) = 2b394ff05d9af2cf0099008d74ce085362e7dfb2
|
||||
SIZE (matplotlib-0.83.2.tar.gz) = 2703495
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-examples_tex_demo_py,v 1.2 2005/09/19 01:42:12 djm Exp $
|
||||
--- examples/tex_demo.py.orig Thu Jul 7 08:27:57 2005
|
||||
+++ examples/tex_demo.py Mon Sep 19 10:47:17 2005
|
||||
$OpenBSD: patch-examples_tex_demo_py,v 1.3 2005/09/19 02:05:20 djm Exp $
|
||||
--- examples/tex_demo.py.orig Fri Jul 29 04:21:18 2005
|
||||
+++ examples/tex_demo.py Mon Sep 19 11:45:58 2005
|
||||
@@ -28,7 +28,7 @@ ylabel(r'\it{voltage (mV)}',fontsize=16)
|
||||
title(r"\TeX\ is Number $\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$!",
|
||||
fontsize=16, color='r')
|
||||
grid(True)
|
||||
-savefig('/tmp/tex_demo.eps')
|
||||
+#savefig('/tmp/tex_demo.eps')
|
||||
-savefig('tex_demo.ps')
|
||||
+#savefig('tex_demo.ps')
|
||||
|
||||
|
||||
show()
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-examples_unicode_demo_py,v 1.1 2005/07/09 06:14:05 djm Exp $
|
||||
--- examples/unicode_demo.py.orig Sat Jul 9 13:00:48 2005
|
||||
+++ examples/unicode_demo.py Sat Jul 9 13:04:46 2005
|
||||
$OpenBSD: patch-examples_unicode_demo_py,v 1.2 2005/09/19 02:05:20 djm Exp $
|
||||
--- examples/unicode_demo.py.orig Sat Jul 30 00:54:04 2005
|
||||
+++ examples/unicode_demo.py Mon Sep 19 11:45:26 2005
|
||||
@@ -9,5 +9,5 @@ ylabel( unicode('Andr\xc3\xa9 was here!'
|
||||
text( 0.5, 2.5, unicode('Institut für Festkörperphysik', 'latin-1'), rotation=45)
|
||||
text( 1, 1.5, u'AVA (check kerning)')
|
||||
|
||||
-savefig('test.ps')
|
||||
-savefig('test.svg')
|
||||
+#savefig('test.ps')
|
||||
show()
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lib_matplotlib___init___py,v 1.5 2005/09/19 01:42:12 djm Exp $
|
||||
--- lib/matplotlib/__init__.py.orig Sat Jul 9 00:10:19 2005
|
||||
+++ lib/matplotlib/__init__.py Mon Sep 19 10:46:46 2005
|
||||
@@ -342,21 +342,21 @@ def _get_data_path():
|
||||
$OpenBSD: patch-lib_matplotlib___init___py,v 1.6 2005/09/19 02:05:20 djm Exp $
|
||||
--- lib/matplotlib/__init__.py.orig Sat Jul 30 01:00:50 2005
|
||||
+++ lib/matplotlib/__init__.py Mon Sep 19 11:45:26 2005
|
||||
@@ -343,21 +343,21 @@ def _get_data_path():
|
||||
path = os.environ['MATPLOTLIBDATA']
|
||||
if os.path.isdir(path): return path
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2005/09/19 01:42:12 djm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2005/09/19 02:05:20 djm Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/matplotlib/__init__.pyc
|
||||
@ -307,6 +307,7 @@ share/examples/py-matplotlib/dynamic_image_wxagg.py
|
||||
share/examples/py-matplotlib/dynamic_image_wxagg2.py
|
||||
share/examples/py-matplotlib/embedding_in_gtk.py
|
||||
share/examples/py-matplotlib/embedding_in_gtk2.py
|
||||
share/examples/py-matplotlib/embedding_in_gtk3.py
|
||||
share/examples/py-matplotlib/embedding_in_qt.py
|
||||
share/examples/py-matplotlib/embedding_in_tk.py
|
||||
share/examples/py-matplotlib/embedding_in_tk2.py
|
||||
@ -415,8 +416,10 @@ share/examples/py-matplotlib/widgets/
|
||||
share/examples/py-matplotlib/widgets/README
|
||||
share/examples/py-matplotlib/widgets/buttons.py
|
||||
share/examples/py-matplotlib/widgets/check_buttons.py
|
||||
share/examples/py-matplotlib/widgets/cursor.py
|
||||
share/examples/py-matplotlib/widgets/radio_buttons.py
|
||||
share/examples/py-matplotlib/widgets/sliders.py
|
||||
share/examples/py-matplotlib/widgets/span_selector.py
|
||||
share/examples/py-matplotlib/wxcursor_demo.py
|
||||
share/examples/py-matplotlib/zorder_demo.py
|
||||
share/py-matplotlib/
|
||||
|
Loading…
x
Reference in New Issue
Block a user