svn commit: r409516 - in head/net/py-pynsq: . files

Kubilay Kocak koobs at FreeBSD.org
Thu Feb 25 13:50:17 UTC 2016


On 26/02/2016 12:48 AM, Kubilay Kocak wrote:
> Author: koobs
> Date: Thu Feb 25 13:48:06 2016
> New Revision: 409516
> URL: https://svnweb.freebsd.org/changeset/ports/409516
> 
> Log:
>   net/py-pynsq: Update to 0.6.9, Modernize
>   
>   - Update PORTVERSION and distinfo checksum (0.6.9)
>   - Update TEST_DEPENDS and test target
>   - Remove TESTS option bits accordingly
>   - Sort USE{S} entries
>   - Enable NO_ARCH (architecture independent)
>   - Patch setup.py to remove unnecessary tornado entry and exclude tests
>     from installation, for a future upstream patch that adds tests to the
>     PyPI sdist.
>   
>   Changes:
>   
>     https://github.com/nsqio/pynsq/blob/v0.6.9/ChangeLog.md
> 

<snip>

> -USES=		python
> -USE_PYTHON=	distutils autoplist
> +USES=		python:-2.7

Also declare supported versions correctly (not 2/3 compatible)



More information about the svn-ports-all mailing list