https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204850

--- Comment #5 from Kubilay Kocak <ko...@freebsd.org> ---
(In reply to 6yearold from comment #4)

You observe that error when using USE_PYTHON=distutils, or with the existing
do-install?

Note: The flag will only 'exist' (be available):

a) If the package by default imports setuptools (which this one doesn't), OR
b) When the setup.py build|install calls are wrapped using the '''import
setuptools ...' code, as USE_PYTHON=distutils provides. This feature is
*specifically* implemented to wrap pure distutils-only packages like this one.
So if it doesn't work, we need to understand why.

See: contents of PYDISTUTILS_SETUP variable.

I'm testing the build of this to see what's going on, as I can't see anything
in the upstream setup.py that would preclude that command running.

-- 
You are receiving this mail because:
You are on the CC list 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"

Reply via email to