Index: head/devel/py-rbtree/files/patch-setup.py =================================================================== --- head/devel/py-rbtree/files/patch-setup.py (revision 208567) +++ head/devel/py-rbtree/files/patch-setup.py (nonexistent) @@ -1,15 +0,0 @@ ---- setup.py.orig 2007-10-29 09:59:28.000000000 +0900 -+++ setup.py 2007-10-29 10:01:54.000000000 +0900 -@@ -1,6 +1,12 @@ - from setuptools import setup, find_packages - from setuptools.extension import Extension - -+# workaround to avoid erroneous workaround on setuptools -+import sys -+if sys.hexversion >= 0x2050000: -+ from setuptools.command import build_ext -+ del build_ext.build_ext.swig_sources -+ - setup( - name="rbtree", - version="0.8.0", Property changes on: head/devel/py-rbtree/files/patch-setup.py ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property