dev-python/pychecker: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/2343

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-09-16 17:50:24 +02:00
committed by David Seifert
parent a2245f155b
commit a9d08b324d
2 changed files with 0 additions and 26 deletions

View File

@@ -1,15 +0,0 @@
=== modified file 'setup.py'
--- setup.py 2008-09-01 16:31:56 +0000
+++ setup.py 2008-09-01 16:33:28 +0000
@@ -255,7 +255,9 @@
'url' : "http://pychecker.sourceforge.net/",
'packages' : [ 'pychecker', ],
'scripts' : [ "pychecker" ], # note: will be replaced by customized action
- 'data_files' : [ ( "pychecker", DATA_FILES, ) ],
+ # Gentoo Modification: Do not install data files into site-packages
+ # use DOCS variable in ebuild instead
+ #'data_files' : [ ( "pychecker", DATA_FILES, ) ],
'long_description' : LONG_DESCRIPTION,
'cmdclass' : CUSTOMIZED_ACTIONS,
}

View File

@@ -1,11 +0,0 @@
--- setup.py 2008-11-09 17:43:10.928105449 +0100
+++ setup.py 2008-11-09 17:38:52.000000000 +0100
@@ -258,7 +258,7 @@
'author' : "Neal Norwitz",
'author_email' : "nnorwitz@gmail.com",
'url' : "http://pychecker.sourceforge.net/",
- 'packages' : [ 'pychecker', ],
+ 'packages' : [ 'pychecker', 'pychecker2' ],
'scripts' : [ "pychecker" ], # note: will be replaced by customized action
# Gentoo Modification: Do not install data files into site-packages
# use DOCS variable in ebuild instead