summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-04-04 23:26:52 +0000
committerMarien Zwart <marienz@gentoo.org>2006-04-04 23:26:52 +0000
commitf2e4102f7d6032844ce8a77e579f71acd1bfd188 (patch)
treea653480de7808786fff6a2ae77a43120ae057e6e /dev-python/matplotlib/files
parent(#125465) Filter -Bdirect linker flag. (diff)
downloadhistorical-f2e4102f7d6032844ce8a77e579f71acd1bfd188.tar.gz
historical-f2e4102f7d6032844ce8a77e579f71acd1bfd188.tar.bz2
historical-f2e4102f7d6032844ce8a77e579f71acd1bfd188.zip
Revision bump for 0.86.2 to disable setuptools (install with setuptools present is completely broken). Version bump.
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'dev-python/matplotlib/files')
-rw-r--r--dev-python/matplotlib/files/digest-matplotlib-0.86.21
-rw-r--r--dev-python/matplotlib/files/digest-matplotlib-0.86.2-r13
-rw-r--r--dev-python/matplotlib/files/digest-matplotlib-0.87.23
-rw-r--r--dev-python/matplotlib/files/matplotlib-0.86.2-no-setuptools.patch21
4 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.86.2 b/dev-python/matplotlib/files/digest-matplotlib-0.86.2
deleted file mode 100644
index a0e96439b790..000000000000
--- a/dev-python/matplotlib/files/digest-matplotlib-0.86.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2329312e4088e5f7b4d6acb373b3a7e6 matplotlib-0.86.2.tar.gz 2623905
diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.86.2-r1 b/dev-python/matplotlib/files/digest-matplotlib-0.86.2-r1
new file mode 100644
index 000000000000..b5fad127ac31
--- /dev/null
+++ b/dev-python/matplotlib/files/digest-matplotlib-0.86.2-r1
@@ -0,0 +1,3 @@
+MD5 2329312e4088e5f7b4d6acb373b3a7e6 matplotlib-0.86.2.tar.gz 2623905
+RMD160 46520384ebe971b67e398f4a934ec39c1a08ad77 matplotlib-0.86.2.tar.gz 2623905
+SHA256 2865db34d0f9734d58bf9f71cc6cfa871f0a34b4a4994cf4e02bae58bb09cd92 matplotlib-0.86.2.tar.gz 2623905
diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.87.2 b/dev-python/matplotlib/files/digest-matplotlib-0.87.2
new file mode 100644
index 000000000000..00ba0ce74aa1
--- /dev/null
+++ b/dev-python/matplotlib/files/digest-matplotlib-0.87.2
@@ -0,0 +1,3 @@
+MD5 74dde3c3e33797f56ebd6ca578090f8e matplotlib-0.87.2.tar.gz 2655790
+RMD160 0c913a357e8cec819a5a3f0812ef7854f329fb5c matplotlib-0.87.2.tar.gz 2655790
+SHA256 927d7d383f6cd757778a43fd3fdad05805bb0480a9c80cfb25a22ae65c354e45 matplotlib-0.87.2.tar.gz 2655790
diff --git a/dev-python/matplotlib/files/matplotlib-0.86.2-no-setuptools.patch b/dev-python/matplotlib/files/matplotlib-0.86.2-no-setuptools.patch
new file mode 100644
index 000000000000..74b43b8de5f8
--- /dev/null
+++ b/dev-python/matplotlib/files/matplotlib-0.86.2-no-setuptools.patch
@@ -0,0 +1,21 @@
+=== modified file 'setup.py'
+--- setup.py
++++ setup.py
+@@ -57,14 +57,8 @@
+ import os
+ if os.path.exists('MANIFEST'): os.remove('MANIFEST')
+
+-try:
+- # check if we have a reasonably recent copy of setuptools
+- from setuptools.command import bdist_egg
+- from setuptools import setup
+- has_setuptools = True
+-except ImportError:
+- from distutils.core import setup
+- has_setuptools = False
++from distutils.core import setup
++has_setuptools = False
+
+ import sys,os
+ import glob
+