https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217044
--- Comment #7 from Antoine Brodin <anto...@freebsd.org> --- A problem is that we currently have 6 ports, so that poudriere builds a setuptools package for all versions of python in the ports tree: devel/py-setuptools devel/py-setuptools27 devel/py-setuptools33 devel/py-setuptools34 devel/py-setuptools35 devel/py-setuptools36 With your patch, only 1 version of py-parsing, py-packaging etc. will be build and the dependencies of py-setuptools3* won't be satisfied in poudriere builds. Other problems: - install should be run with "-c -O1" to create pyo files - the plist won't work with python 3, py3kplist may help -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"