public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pychecker/files: pychecker-0.8.17-no-data-files.patch
@ 2008-09-01 22:03 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-09-01 22:03 UTC (permalink / raw
  To: gentoo-commits

hawking     08/09/01 22:03:59

  Added:                pychecker-0.8.17-no-data-files.patch
  Log:
  Revision bump. Add patch by René 'Necoro' Neumann not to install data files under site-packages, #236365
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.1                  dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pychecker/files/pychecker-0.8.17-no-data-files.patch?rev=1.1&content-type=text/plain

Index: pychecker-0.8.17-no-data-files.patch
===================================================================
=== 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, 
       }







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-01 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 22:03 [gentoo-commits] gentoo-x86 commit in dev-python/pychecker/files: pychecker-0.8.17-no-data-files.patch Ali Polatel (hawking)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox