diff options
Diffstat (limited to 'security/py-certbot')
-rw-r--r-- | security/py-certbot/Makefile | 4 | ||||
-rw-r--r-- | security/py-certbot/distinfo | 6 | ||||
-rw-r--r-- | security/py-certbot/files/patch-setup.py | 18 |
3 files changed, 5 insertions, 23 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index 3c7d9d2cb866..5ae6d5f3ff27 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -26,8 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 857ea780ce24..f68483b4e595 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584280683 -SHA256 (certbot-1.3.0.tar.gz) = bc2091cbbc2f432872ed69309046e79771d9c81cd441bde3e6a6553ecd04b1d8 -SIZE (certbot-1.3.0.tar.gz) = 362957 +TIMESTAMP = 1589245378 +SHA256 (certbot-1.4.0.tar.gz) = 69b5b7925de0d3b693b00a40bf109d85afb24c7199bf616339d74d59a80d8d96 +SIZE (certbot-1.4.0.tar.gz) = 370661 diff --git a/security/py-certbot/files/patch-setup.py b/security/py-certbot/files/patch-setup.py deleted file mode 100644 index 9afa4e481ea8..000000000000 --- a/security/py-certbot/files/patch-setup.py +++ /dev/null @@ -1,18 +0,0 @@ ---- setup.py.orig 2020-01-14 18:41:32 UTC -+++ setup.py -@@ -47,7 +47,6 @@ install_requires = [ - # 1.1.0+ is required to avoid the warnings described at - # https://github.com/certbot/josepy/issues/13. - 'josepy>=1.1.0', -- 'mock', - 'parsedatetime>=1.3', # Calendar.parseDT - 'pyrfc3339', - 'pytz', -@@ -76,6 +75,7 @@ elif os.name == 'nt': - dev_extras = [ - 'coverage', - 'ipdb', -+ 'mock', - 'pytest', - 'pytest-cov', - 'pytest-xdist', |