summaryrefslogtreecommitdiff
path: root/dev-python/pygame/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pygame/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pygame/files')
-rw-r--r--dev-python/pygame/files/pygame-1.9.2_pre20120101-import-bdist.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/pygame/files/pygame-1.9.2_pre20120101-import-bdist.patch b/dev-python/pygame/files/pygame-1.9.2_pre20120101-import-bdist.patch
deleted file mode 100644
index f587401ab25d..000000000000
--- a/dev-python/pygame/files/pygame-1.9.2_pre20120101-import-bdist.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From f5ee3952769d698d7d03ae61a9c70f2ec4d85874 Mon Sep 17 00:00:00 2001
-From: "Markus (root)" <mo@wurzel.org>
-Date: Sun, 19 Oct 2014 16:56:41 +0200
-Subject: [PATCH] This fails with a TypeError, but offers no functionality.
-
----
- pygame-1.9.2_pre20120101-python3_3/setup.py | 26 +++++++++++++-------------
- 1 file changed, 13 insertions(+), 13 deletions(-)
-
-diff --git a/pygame-1.9.2_pre20120101-python3_3/setup.py b/pygame-1.9.2_pre20120101-python3_3/setup.py
-index ecee5d1..b913f18 100644
---- a/pygame-1.9.2_pre20120101-python3_3/setup.py
-+++ b/pygame-1.9.2_pre20120101-python3_3/setup.py
-@@ -99,19 +99,19 @@ if "-setuptools" in sys.argv:
- sys.argv.remove ("-setuptools")
-
-
--# NOTE: the bdist_mpkg_support is for darwin.
--try:
-- import bdist_mpkg_support
-- from setuptools import setup, Extension
--except ImportError:
-- pass
--else:
-- EXTRAS.update({
-- 'options': bdist_mpkg_support.options,
-- 'setup_requires': ['bdist_mpkg>=0.4.2'],
-- #'install_requires': ['pyobjc'],
-- #'dependency_links': ['http://rene.f0o.com/~rene/stuff/macosx/']
-- })
-+# # NOTE: the bdist_mpkg_support is for darwin.
-+# try:
-+# import bdist_mpkg_support
-+# from setuptools import setup, Extension
-+# except ImportError:
-+# pass
-+# else:
-+# EXTRAS.update({
-+# 'options': bdist_mpkg_support.options,
-+# 'setup_requires': ['bdist_mpkg>=0.4.2'],
-+# #'install_requires': ['pyobjc'],
-+# #'dependency_links': ['http://rene.f0o.com/~rene/stuff/macosx/']
-+# })
-
- #headers to install
- headers = glob.glob(os.path.join('src', '*.h'))
---
-2.1.2
-