diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-amf/files/patch-setup.py | 14 | ||||
-rw-r--r-- | www/py-cssmin/files/patch-setup.py | 10 |
2 files changed, 24 insertions, 0 deletions
diff --git a/www/py-amf/files/patch-setup.py b/www/py-amf/files/patch-setup.py new file mode 100644 index 000000000000..b9dbf2e08d90 --- /dev/null +++ b/www/py-amf/files/patch-setup.py @@ -0,0 +1,14 @@ +--- ./setup.py.orig 2013-11-27 16:59:40.606322333 -0200 ++++ ./setup.py 2013-11-27 17:00:06.922319988 -0200 +@@ -3,11 +3,6 @@ + # Copyright (c) The PyAMF Project. + # See LICENSE.txt for details. + +-from distribute_setup import use_setuptools +- +-# 15 seconds is far too long .... +-use_setuptools(download_delay=3) +- + # import ordering is important + import setupinfo + from setuptools import setup, find_packages diff --git a/www/py-cssmin/files/patch-setup.py b/www/py-cssmin/files/patch-setup.py new file mode 100644 index 000000000000..3c761773f42f --- /dev/null +++ b/www/py-cssmin/files/patch-setup.py @@ -0,0 +1,10 @@ +--- ./setup.py.orig 2013-11-27 16:51:22.144320041 -0200 ++++ ./setup.py 2013-11-27 16:51:29.013319136 -0200 +@@ -4,7 +4,6 @@ + import os + import re + +-from distribute_setup import use_setuptools; use_setuptools() + from setuptools import setup, find_packages + + |