Date: Sat, 29 Apr 2017 18:10:40 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> To: "Carlos J. Puga Medina" <cpm@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439453 - head/devel/py-codecov Message-ID: <26decac4-d935-294b-0bc6-d6848313a1c2@FreeBSD.org> In-Reply-To: <201704261400.v3QE0OwI092804@repo.freebsd.org> References: <201704261400.v3QE0OwI092804@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26decac4-d935-294b-0bc6-d6848313a1c2>