- Update to 2.0.5
- Add devel/py-argparse to RUN_DEPENDS Reviewed by: amdmi3, junovitch (mentors) Approved by: amdmi3, junovitch (mentors) Differential Revision: D6690
This commit is contained in:
parent
2b16c8d127
commit
33803d1dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416297
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= codecov
|
||||
PORTVERSION= 2.0.3
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,7 +12,8 @@ COMMENT= Hosted coverage reports for Github, Bitbucket and Gitlab
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \
|
||||
${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1463447094
|
||||
SHA256 (codecov-2.0.3.tar.gz) = 81ca4e1363e559114108a423b3e7414b42574cea29431ae3b2c24a81331ba130
|
||||
SIZE (codecov-2.0.3.tar.gz) = 9349
|
||||
TIMESTAMP = 1464860779
|
||||
SHA256 (codecov-2.0.5.tar.gz) = efc64be243db87f730def701b60b7825f06281d7f59cdd4e525529be07edaa0a
|
||||
SIZE (codecov-2.0.5.tar.gz) = 9364
|
||||
|
|
Loading…
Reference in a new issue