aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-codecov/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-codecov/Makefile')
-rw-r--r--devel/py-codecov/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-codecov/Makefile b/devel/py-codecov/Makefile
index 580163e5c92d..cc99e7cb2c9e 100644
--- a/devel/py-codecov/Makefile
+++ b/devel/py-codecov/Makefile
@@ -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