From 576b6208d6defe240bfa2477d6dd19f1ed83bfaf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 05:23:45 +0200 Subject: Cleaned most of outdated stuff --- .../files/matplotlib-1.3.1-unbundle-pycxx.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-python/matplotlib/files/matplotlib-1.3.1-unbundle-pycxx.patch (limited to 'dev-python/matplotlib/files/matplotlib-1.3.1-unbundle-pycxx.patch') diff --git a/dev-python/matplotlib/files/matplotlib-1.3.1-unbundle-pycxx.patch b/dev-python/matplotlib/files/matplotlib-1.3.1-unbundle-pycxx.patch deleted file mode 100644 index c27922e..0000000 --- a/dev-python/matplotlib/files/matplotlib-1.3.1-unbundle-pycxx.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/setupext.py b/setupext.py -index 7b629b6..8131bb1 100644 ---- a/setupext.py -+++ b/setupext.py -@@ -674,16 +674,9 @@ class CXX(SetupPackage): - name = 'pycxx' - - def check(self): -- if sys.version_info[0] >= 3: -- # There is no version of PyCXX in the wild that will work -- # with Python 3.x -- self.__class__.found_external = False -- return ("Official versions of PyCXX are not compatible with " -- "Python 3.x. Using local copy") -- - self.__class__.found_external = True - old_stdout = sys.stdout -- sys.stdout = io.BytesIO() -+ #sys.stdout = io.BytesIO() - try: - import CXX - except ImportError: -- cgit v1.2.3