summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-03 14:06:57 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-03 14:18:20 +0200
commit1e01394c7413c6fc07ac07930bbba488905ed0c1 (patch)
treec3dc32d6df08a7601c1115d7fa91a5af567fd6c9 /dev-python/appdirs/files
parentdev-python/setuptools: Clean old versions up (diff)
downloadgentoo-1e01394c7413c6fc07ac07930bbba488905ed0c1.tar.gz
gentoo-1e01394c7413c6fc07ac07930bbba488905ed0c1.tar.bz2
gentoo-1e01394c7413c6fc07ac07930bbba488905ed0c1.zip
dev-python/appdirs: Clean old versions up
Diffstat (limited to 'dev-python/appdirs/files')
-rw-r--r--dev-python/appdirs/files/appdirs-1.4.0-distutils.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/appdirs/files/appdirs-1.4.0-distutils.patch b/dev-python/appdirs/files/appdirs-1.4.0-distutils.patch
deleted file mode 100644
index eb0cf8217545..000000000000
--- a/dev-python/appdirs/files/appdirs-1.4.0-distutils.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Force setup.py to use distutils in order to break setuptools cyclic dependency.
-
---- appdirs-1.4.0/setup.py
-+++ appdirs-1.4.0/setup.py
-@@ -2,7 +2,7 @@
- import sys
- import os
- import os.path
--from setuptools import setup
-+from distutils.core import setup
- import appdirs
-
- tests_require = []
-@@ -38,8 +38,6 @@
- Programming Language :: Python :: 3.2
- Topic :: Software Development :: Libraries :: Python Modules
- """.split('\n') if c.strip()],
-- test_suite='test.test_api',
-- tests_require=tests_require,
- keywords='application directory log cache user',
- author='Trent Mick',
- author_email='trentm@gmail.com',