From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-python/clint/files/clint-setup.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-python/clint/files/clint-setup.patch (limited to 'dev-python/clint/files') diff --git a/dev-python/clint/files/clint-setup.patch b/dev-python/clint/files/clint-setup.patch new file mode 100644 index 000000000000..960dc99be429 --- /dev/null +++ b/dev-python/clint/files/clint-setup.patch @@ -0,0 +1,15 @@ +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='me@kennethreitz.com', + url='https://github.com/kennethreitz/clint', +- data_files=[ +- 'README.rst', +- 'HISTORY.rst', +- ], + packages= [ + 'clint', + 'clint.textui', -- cgit v1.2.3