mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
committed by
David Seifert
parent
a2245f155b
commit
a9d08b324d
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user