aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-simplegeneric/remove-setup-warning.patch
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-03-17 21:55:45 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-04 06:04:24 +0000
commitb111e6a766b9d1fa6a48bd564f4fab99db4533be (patch)
tree5fb5a0cdb08d374b9d16301e732161d58418302f /community/py3-simplegeneric/remove-setup-warning.patch
parent2e387f0199e91137e01c9dfe2dad55cb2e029506 (diff)
downloadaports-b111e6a766b9d1fa6a48bd564f4fab99db4533be.tar.bz2
aports-b111e6a766b9d1fa6a48bd564f4fab99db4533be.tar.xz
testing/py3-simplegeneric: move to community
Diffstat (limited to 'community/py3-simplegeneric/remove-setup-warning.patch')
-rw-r--r--community/py3-simplegeneric/remove-setup-warning.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/py3-simplegeneric/remove-setup-warning.patch b/community/py3-simplegeneric/remove-setup-warning.patch
new file mode 100644
index 0000000000..cbb4c7a692
--- /dev/null
+++ b/community/py3-simplegeneric/remove-setup-warning.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py.new
+index 0fd974742f..4a42241d37 100644
+--- a/setup.py
++++ b/setup.py.new
+@@ -33,7 +33,6 @@ setup(
+ author="Phillip J. Eby",
+ author_email="peak@eby-sarna.com",
+ license="ZPL 2.1",
+- test_suite = 'simplegeneric.test_suite',
+ py_modules = ['simplegeneric'],
+ classifiers = [
+ line.strip() for line in open('classifiers.txt') if line.strip()