Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2019 23:43:31 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r520326 - head/www/py-pecan
Message-ID:  <08da328a-cb52-1d6d-0714-4834de50ebca@FreeBSD.org>
In-Reply-To: <201912171235.xBHCZMk0028543@repo.freebsd.org>
References:  <201912171235.xBHCZMk0028543@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?08da328a-cb52-1d6d-0714-4834de50ebca>