gentoo-overlay/dev-python/pychecker/files/pychecker-0.8.18-pychecker2.patch

11 lines
599 B
Diff

--- 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