svn commit: r520326 - head/www/py-pecan

Kubilay Kocak koobs at FreeBSD.org
Tue Dec 17 12:43:37 UTC 2019


On 17/12/2019 11:35 pm, Antoine Brodin wrote:
> Author: antoine
> Date: Tue Dec 17 12:35:21 2019
> New Revision: 520326
> URL: https://svnweb.freebsd.org/changeset/ports/520326
> 
> Log:
>    Python 2.6 support was removed 6 years ago
>    
>    Pointy hat:	koobs
> 
> Modified:
>    head/www/py-pecan/Makefile
> 
> Modified: head/www/py-pecan/Makefile
> ==============================================================================
> --- head/www/py-pecan/Makefile	Tue Dec 17 11:21:15 2019	(r520325)
> +++ head/www/py-pecan/Makefile	Tue Dec 17 12:35:21 2019	(r520326)
> @@ -23,7 +23,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/p
>   		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
>   		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR}
>   
> -USES=		python:2.7+
> +USES=		python
>   USE_PYTHON=	distutils autoplist concurrent
>   
>   NO_ARCH=	yes
> 

This is not a pointy hat, its an *explicit* declarative reflection of 
what the python package declares as supported, as has nothing to do 
with, and decoupled from (intentionally) what versions happen to be in 
the tree at any point in time.

Next time email me instead please Antoine


More information about the svn-ports-all mailing list