From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../testpath/files/testpath-0.2-setup.py.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-python/testpath/files/testpath-0.2-setup.py.patch (limited to 'dev-python/testpath/files') diff --git a/dev-python/testpath/files/testpath-0.2-setup.py.patch b/dev-python/testpath/files/testpath-0.2-setup.py.patch new file mode 100644 index 000000000000..a1bf41acd352 --- /dev/null +++ b/dev-python/testpath/files/testpath-0.2-setup.py.patch @@ -0,0 +1,28 @@ +Patch to bring back setup.py from +https://github.com/jupyter/testpath/blob/086bd1bd1ec7da1b3dacfed1705c0c99fae231b3/setup.py +--- /dev/null ++++ b/setup.py +@@ -0,0 +1,22 @@ ++from distutils.core import setup ++ ++with open("README.rst", "r") as f: ++ readme = f.read() ++ ++setup(name='testpath', ++ version='0.1', ++ description='Test utilities for code working with files and commands', ++ long_description = readme, ++ author='Thomas Kluyver', ++ author_email='thomas@kluyver.me.uk', ++ url='https://github.com/takluyver/testpath', ++ packages=['testpath'], ++ classifiers=[ ++ 'Intended Audience :: Developers', ++ 'License :: OSI Approved :: MIT License', ++ 'Programming Language :: Python', ++ 'Programming Language :: Python :: 2', ++ 'Programming Language :: Python :: 3', ++ 'Topic :: Software Development :: Testing', ++ ] ++) +\ No newline at end of file -- cgit v1.2.3