aboutsummaryrefslogtreecommitdiff
path: root/security/py-josepy
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-14 23:59:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-14 23:59:01 +0000
commit6e97d6c71cf8c3895113ce38e2b12296fdd34a02 (patch)
tree5b00e407eb6cce856427011dec4ae37ad37fa4b1 /security/py-josepy
parentf2a4709668f07979212b4a1722dcaaf929bceab4 (diff)
downloadports-6e97d6c71cf8c3895113ce38e2b12296fdd34a02.tar.gz
ports-6e97d6c71cf8c3895113ce38e2b12296fdd34a02.zip
Update to 1.1.0
- Remove py-setuptools from RUN_DEPENDS: it is already added by framework - Add complete TEST_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/certbot/josepy/blob/master/CHANGELOG.rst
Notes
Notes: svn path=/head/; revision=467353
Diffstat (limited to 'security/py-josepy')
-rw-r--r--security/py-josepy/Makefile13
-rw-r--r--security/py-josepy/distinfo6
2 files changed, 12 insertions, 7 deletions
diff --git a/security/py-josepy/Makefile b/security/py-josepy/Makefile
index f5ac0bef521e..728e503760a4 100644
--- a/security/py-josepy/Makefile
+++ b/security/py-josepy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= josepy
-PORTVERSION= 1.0.1
+PORTVERSION= 1.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,12 +15,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=1.0:devel/py-setuptools@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.0:devel/py-coverage@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cache>=1.0:devel/py-pytest-cache@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0.5:devel/py-pytest-flake8@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/security/py-josepy/distinfo b/security/py-josepy/distinfo
index ce6e04173efa..013b29db3dc8 100644
--- a/security/py-josepy/distinfo
+++ b/security/py-josepy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516619168
-SHA256 (josepy-1.0.1.tar.gz) = 9f48b88ca37f0244238b1cc77723989f7c54f7b90b2eee6294390bacfe870acc
-SIZE (josepy-1.0.1.tar.gz) = 50251
+TIMESTAMP = 1523717961
+SHA256 (josepy-1.1.0.tar.gz) = fb5c62c77d26e04df29cb5ecd01b9ce69b6fcc9e521eb1ca193b7faa2afa7086
+SIZE (josepy-1.1.0.tar.gz) = 51286