summaryrefslogtreecommitdiff
path: root/databases/py-redis/files/patch-setup.py
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-02-10 10:06:18 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-02-10 10:06:18 +0000
commit01d733c2df9e450cb3e0f583fd5c161fbd51c963 (patch)
treed0b8de1dfc6fc6394c5121e2728b27d6f8aaeaec /databases/py-redis/files/patch-setup.py
parent- Update to 1.92 (diff)
databases/py-redis: Update to 2.9.1 & modernise
- Update to 2.9.1 - Deprecate easy_install target - Deprecate OPTIONSFILE override - Remove unecessary setup.py patch - Use OPTIONS helpers for HIREDIS RUN_DEPENDS Changes: https://github.com/andymccurdy/redis-py/blob/2.9.1/CHANGES
Notes
Notes: svn path=/head/; revision=343615
Diffstat (limited to '')
-rw-r--r--databases/py-redis/files/patch-setup.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/py-redis/files/patch-setup.py b/databases/py-redis/files/patch-setup.py
deleted file mode 100644
index 4cb0b62ae6df..000000000000
--- a/databases/py-redis/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./setup.py.orig 2013-06-16 18:54:43.668848521 +1000
-+++ ./setup.py 2013-06-16 18:54:57.779885292 +1000
-@@ -57,5 +57,6 @@
- 'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: 3.3',
-- ]
-+ ],
-+ zip_safe=False,
- )