FreeBSD ports you maintain which are out of date

2016-04-25 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/nuitka| 0.5.20  | 0.5.21
+-+
www/py-werkzeug | 0.11.8  | 0.11.9
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"


Re: PYDISTUTILS_INSTALLNOSINGLE error

2016-04-25 Thread Ben Woods
On 24 April 2016 at 04:31, Shane Ambler  wrote:

> On 23/04/2016 17:16, Ben Woods wrote:
>
>> Hi everyone,
>>
>> Does anyone know why PYDISTUTILS_INSTALLNOSINGLE is marked as deprecated?
>> It is still used by 9 ports...
>>
>> I am working on an update to multimedia/quodlibet in PR208988, and it
>> gives
>> the warning "PYDISTUTILS_INSTALLNOSINGLE is deprecated, please do not use
>> it anymore". However, if I remove that line from the Makefile, the build
>> fails with "error: option  --single-version-externally-managednot
>> recognized".
>>
>> --single-version-externally-managed is added by USES=python if you dont
>> set
>> PYDISTUTILS_INSTALLNOSINGLE=yes.
>>
>> Regards,
>> Ben
>>
>>
>>
> I had that error for some time and when I finally looked into it,
> it turned out an old copy of setuptools was (partly) in place.
> This error also caused entry_points in setup.py to fail.
>
> Look in /usr/local/lib/python${VERS}/site-packages for multiple
> setuptools-**-egg-info folders.
>
> You might have (for py27)
>
> setuptools-20.0-py2.7.egg-info
> setuptools_hg-0.4-py2.7.egg-info
> setuptools_scm-1.10.1-py2.7.egg-info
>
> which is ok, but if you have
>
> setuptools-18.7-py2.7.egg-info
> setuptools-5.4.1-py2.7.egg-info
>
> then you should delete the setuptools-5.4.1-py2.7.egg-info
>
> Check that the old port is not installed - pkg info -ox setuptools
>
> for me the old version of the egg-info dir was an empty dir left behind
> from the old port version and I deleted it manually - no more problem.
>
> Check each python version as it most likely happen to each version
> installed at the time the old version was meant to be removed.
>
> --
> FreeBSD - the place to B...Software Developing
>
> Shane Ambler
>
>
Hi Shane,

Thanks for your reply.

I have had a look, and there is only 1 version of
setuptools-20.0-py2.7.egg-info in /usr/local/lib/python2.7/site-packages/
So this does not seem to be the issue.

In fact, I think it may be that the setup.py that comes bundled with the
multimedia/quodlibet software does not support
--single-version-externally-managed and therefore requires
PYDISTUTILS_INSTALLNOSINGLE=yes?

Is PYDISTUTILS_INSTALLNOSINGLE being deprecated because each piece of
software that comes bundled with setup.py should be updating it to the
latest which supports --single-version-externally-managed ?

Regards,
Ben
___
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"


[Bug 208486] lang/python27 lang/python33 lang/python34 lang/python35: correct __FreeBSD_version check for ctype UTF-8 bug workaround

2016-04-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208486

Antoine Brodin  changed:

   What|Removed |Added

   Assignee|pyt...@freebsd.org  |d...@freebsd.org

--- Comment #11 from Antoine Brodin  ---
Exp-run looks good, approved by portmgr.

-- 
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"