aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-amf
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-28 03:21:00 +0800
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-28 03:21:00 +0800
commit9d88e7853343b918a25ad44d0945ac3208bb595c (patch)
tree5fa70d17b8203ab72973f7fbe6b2fd9379338ca7 /www/py-amf
parent9649baf9ec2b72cd9f01a5a3424401e8a953a50b (diff)
downloadfreebsd-ports-gnome-9d88e7853343b918a25ad44d0945ac3208bb595c.tar.gz
freebsd-ports-gnome-9d88e7853343b918a25ad44d0945ac3208bb595c.tar.zst
freebsd-ports-gnome-9d88e7853343b918a25ad44d0945ac3208bb595c.zip
- Fix build with distribute -> setuptools change
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'www/py-amf')
-rw-r--r--www/py-amf/files/patch-setup.py14
1 files changed, 14 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