idella4     14/10/11 05:02:55

  Added:                clint-setup.patch
  Log:
  revbump; add patch to correct install of data files to a most unexpected 
location in only 0.3.1, authority given to commit by maintainer
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/clint/files/clint-setup.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/files/clint-setup.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/files/clint-setup.patch?rev=1.1&content-type=text/plain

Index: clint-setup.patch
===================================================================
setup.py installs data files to /usr/ !!!??!!
diff -ur clint-0.3.1.orig/setup.py clint-0.3.1/setup.py
--- setup.py    2012-01-16 22:25:54.000000000 +0800
+++ setup.py    2014-10-11 12:20:29.174133572 +0800
@@ -29,10 +29,6 @@
     author='Kenneth Reitz',
     author_email='[email protected]',
     url='https://github.com/kennethreitz/clint',
-    data_files=[
-        'README.rst',
-        'HISTORY.rst',
-    ],
     packages= [
         'clint',
         'clint.textui',




Reply via email to