svn commit: r407211 - in head/devel/py-pyflakes: . files

Kubilay Kocak koobs at FreeBSD.org
Mon Jan 25 13:36:03 UTC 2016


On 26/01/2016 12:35 AM, Kubilay Kocak wrote:
> Author: koobs
> Date: Mon Jan 25 13:35:21 2016
> New Revision: 407211
> URL: https://svnweb.freebsd.org/changeset/ports/407211
> 
> Log:
>   devel/py-pyflakes: Make ports compliant
>   
>   - Add LICENSE_FILE [1]
>   - Sort USE_PYTHON [1]
>   - Update test target [1]
>   - Enable NO_ARCH [1]
>   - Remove setup.py patch (unnecessary, python.mk installs flat eggs)
>   
>   Part 1 of 2, splitting non-version-update changes for MFH.
>   
>   PR:		206603 [1]
>   Submitted by:	rm [1]

Forgot:

MFH: 2016Q1

> Deleted:
>   head/devel/py-pyflakes/files/
> Modified:
>   head/devel/py-pyflakes/Makefile
> 
> Modified: head/devel/py-pyflakes/Makefile
> ==============================================================================
> --- head/devel/py-pyflakes/Makefile	Mon Jan 25 12:54:50 2016	(r407210)
> +++ head/devel/py-pyflakes/Makefile	Mon Jan 25 13:35:21 2016	(r407211)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	pyflakes
>  PORTVERSION=	0.8.1
> +PORTREVISION=	1
>  CATEGORIES=	devel python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -11,11 +12,14 @@ MAINTAINER=	koobs at FreeBSD.org
>  COMMENT=	Program to analyze Python programs and detect various errors
>  
>  LICENSE=	MIT
> +LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>  USES=		python
> -USE_PYTHON=	distutils autoplist
> +USE_PYTHON=	autoplist distutils
>  
> -regression-test: build
> -	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
> +NO_ARCH=	yes
> +
> +do-test:
> +	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
>  
>  .include <bsd.port.mk>
> 



More information about the svn-ports-head mailing list