diff --git a/www/py-httpie/Makefile b/www/py-httpie/Makefile index 2cb3a1396b9c..7380b62d53ab 100644 --- a/www/py-httpie/Makefile +++ b/www/py-httpie/Makefile @@ -1,25 +1,26 @@ # Created by: Alex Dupre PORTNAME= httpie -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ale@FreeBSD.org COMMENT= Command line HTTP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.6.0:devel/py-defusedxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist USE_GITHUB= yes NO_ARCH= yes .include diff --git a/www/py-httpie/distinfo b/www/py-httpie/distinfo index e1e055cd30ba..b0c0ac791296 100644 --- a/www/py-httpie/distinfo +++ b/www/py-httpie/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613050388 -SHA256 (httpie-httpie-2.4.0_GH0.tar.gz) = 026239c8924a43f611783ce60049f661d61ff7d4ed1fa5031e42a7bdb6c86426 -SIZE (httpie-httpie-2.4.0_GH0.tar.gz) = 1772537 +TIMESTAMP = 1631004725 +SHA256 (httpie-httpie-2.5.0_GH0.tar.gz) = 66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea +SIZE (httpie-httpie-2.5.0_GH0.tar.gz) = 1105177 diff --git a/www/py-httpie/files/patch-setup.cfg b/www/py-httpie/files/patch-setup.cfg deleted file mode 100644 index 41ad023e98cd..000000000000 --- a/www/py-httpie/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2018-11-10 08:48:27 UTC -+++ setup.cfg -@@ -13,7 +13,7 @@ norecursedirs = tests/fixtures - exclude = .git,.idea,__pycache__,build,dist,.tox,.pytest_cache,*.egg-info - - # --# E241 - multiple spaces after ‘,’ -+# E241 - multiple spaces after ',' - # E501 - line too long - # W503 - line break before binary operator - ignore = E241,E501,W503