- Update to 2.0.7
- Cosmetic fixes - Remove do-test target because the package doesn't include tests
This commit is contained in:
parent
5e8cac772d
commit
c233131880
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439453
2 changed files with 6 additions and 10 deletions
|
@ -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 Github, Bitbucket and Gitlab
|
|||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue