summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 09:55:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 10:45:42 +0200
commitf01c33dbaa91da376313a3c4bddeeea022d91502 (patch)
tree5bd3e9e57cc772d44e119276cc460f3f26ada636 /dev-python/hiredis/files
parentdev-python/django-grappelli: Clean old versions up (diff)
downloadgentoo-f01c33dbaa91da376313a3c4bddeeea022d91502.tar.gz
gentoo-f01c33dbaa91da376313a3c4bddeeea022d91502.tar.bz2
gentoo-f01c33dbaa91da376313a3c4bddeeea022d91502.zip
dev-python/hiredis: Clean old versions up
Diffstat (limited to 'dev-python/hiredis/files')
-rw-r--r--dev-python/hiredis/files/hiredis-0.1.1-system-libs.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/hiredis/files/hiredis-0.1.1-system-libs.patch b/dev-python/hiredis/files/hiredis-0.1.1-system-libs.patch
deleted file mode 100644
index 298f5cf7ee2e..000000000000
--- a/dev-python/hiredis/files/hiredis-0.1.1-system-libs.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- hiredis-0.1.1/setup.py
-+++ hiredis-0.1.1/setup.py
-@@ -20,13 +20,9 @@
- if self.distribution.has_ext_modules():
- self.run_command('build_ext')
-
--lib = ("hiredis", {
-- "sources": ["vendor/hiredis/%s.c" % src for src in ("hiredis", "net", "sds")],
-- "include_dirs": ["vendor/hiredis"]})
--
- ext = Extension("hiredis.hiredis",
- sources=glob.glob("src/*.c"),
-- include_dirs=["src", "vendor"],
-+ include_dirs=["src"],
- libraries=["hiredis"])
-
- setup(
-@@ -39,7 +35,6 @@
- keywords=["Redis"],
- license="BSD",
- packages=["hiredis"],
-- libraries=[lib],
- ext_modules=[ext],
-
- # Override "install_lib" command