svn commit: r398468 - head/databases/py-mysql-connector-python2

Kubilay Kocak koobs at FreeBSD.org
Sat Oct 3 14:06:54 UTC 2015


On 3/10/2015 11:55 PM, Muhammad Moinur Rahman wrote:
> setup.py cannot identify this parameter. Most probably the dist used an
> old setuptools to create the setup.py file.

It should if it's correctly being wrapped in the setuptools as per:

https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?revision=397067&view=markup#l457

If it's not, it should be fixed so that it does, not removed.

> On Sat, Oct 3, 2015 at 7:52 PM, Kubilay Kocak <koobs at freebsd.org
> <mailto:koobs at freebsd.org>> wrote:
> 
>     On 3/10/2015 11:12 PM, Muhammad Moinur Rahman wrote:
>     > +PYDISTUTILS_INSTALLARGS:=    ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
> 
>     What was the root cause/need requiring this change (not mentioned in
>     commit message)
> 
>     It's likely an indicator of a package with broken distutils/setuptools
>     support or a broken Python environment.
> 
>     ./koobs
> 



More information about the svn-ports-head mailing list