svn commit: r439453 - head/devel/py-codecov

Kubilay Kocak koobs at FreeBSD.org
Sat Apr 29 08:14:42 UTC 2017


On 4/27/17 12:00 AM, Carlos J. Puga Medina wrote:
> Author: cpm
> Date: Wed Apr 26 14:00:24 2017
> New Revision: 439453
> URL: https://svnweb.freebsd.org/changeset/ports/439453
> 
> Log:
>   - Update to 2.0.7
>   - Cosmetic fixes
>   - Remove do-test target because the package doesn't include tests

Please ask upstream (via issue or PR) to include tests in their sdist
(tarballs). This can often be done with a simple MANIFEST.in addition
(include-recursive tests/* or similar)

> Modified:
>   head/devel/py-codecov/Makefile
>   head/devel/py-codecov/distinfo
> 
> Modified: head/devel/py-codecov/Makefile
> ==============================================================================
> --- head/devel/py-codecov/Makefile	Wed Apr 26 13:56:03 2017	(r439452)
> +++ head/devel/py-codecov/Makefile	Wed Apr 26 14:00:24 2017	(r439453)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	codecov
> -PORTVERSION=	2.0.5
> -PORTREVISION=	1
> +PORTVERSION=	2.0.7
>  CATEGORIES=	devel python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -13,15 +12,12 @@ COMMENT=	Hosted coverage reports for Git
>  
>  LICENSE=	APACHE20
>  
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \
> -		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \
> +		${PYTHON_PKGNAMEPREFIX}requests>=2.7.9:www/py-requests
>  
>  USES=		python
>  USE_PYTHON=	autoplist distutils
>  
>  NO_ARCH=	yes
>  
> -do-test:
> -	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
> -
>  .include <bsd.port.mk>
> 
> Modified: head/devel/py-codecov/distinfo
> ==============================================================================
> --- head/devel/py-codecov/distinfo	Wed Apr 26 13:56:03 2017	(r439452)
> +++ head/devel/py-codecov/distinfo	Wed Apr 26 14:00:24 2017	(r439453)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1464860779
> -SHA256 (codecov-2.0.5.tar.gz) = efc64be243db87f730def701b60b7825f06281d7f59cdd4e525529be07edaa0a
> -SIZE (codecov-2.0.5.tar.gz) = 9364
> +TIMESTAMP = 1493118057
> +SHA256 (codecov-2.0.7.tar.gz) = ac2459d438921fb18c54d1fcc9a3a2b4f49d6b62e86984a4028c25041b02d119
> +SIZE (codecov-2.0.7.tar.gz) = 9501
> 



More information about the svn-ports-head mailing list