summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-01 22:03:59 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-01 22:03:59 +0000
commit9ee119f336975580b30f0243d55b483af5d5badb (patch)
treebb782383d4b03013a96e90235ef6f6195d09257b /dev-python/pychecker/files
parentVersion bump (diff)
downloadhistorical-9ee119f336975580b30f0243d55b483af5d5badb.tar.gz
historical-9ee119f336975580b30f0243d55b483af5d5badb.tar.bz2
historical-9ee119f336975580b30f0243d55b483af5d5badb.zip
Revision bump. Add patch by René 'Necoro' Neumann not to install data files under site-packages, #236365
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'dev-python/pychecker/files')
-rw-r--r--dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch b/dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch
new file mode 100644
index 000000000000..aeaaa1a98443
--- /dev/null
+++ b/dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch
@@ -0,0 +1,15 @@
+=== 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,
+ }
+