git: a52944442ca7 - 2021Q2 - sysutils/py-hcloud -- fix dependency versions

Matthew Seaman matthew at FreeBSD.org
Wed May 19 06:03:08 UTC 2021


The branch 2021Q2 has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a52944442ca77bf18f587e70ab7b31c5daaeb1d0

commit a52944442ca77bf18f587e70ab7b31c5daaeb1d0
Author:     Matthew Seaman <matthew at FreeBSD.org>
AuthorDate: 2021-05-18 17:34:03 +0000
Commit:     Matthew Seaman <matthew at FreeBSD.org>
CommitDate: 2021-05-19 06:01:51 +0000

    sysutils/py-hcloud -- fix dependency versions
    
    This removes one impediment to the pending update of www/py-requests
    
    PR:     250941
    (cherry picked from commit 31ac02bd2729f5701ff471453720e90c9e5d3e48)
---
 sysutils/py-hcloud/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile
index 33fcded51a7d..3e09e8ce44f3 100644
--- a/sysutils/py-hcloud/Makefile
+++ b/sysutils/py-hcloud/Makefile
@@ -1,6 +1,7 @@
 
 PORTNAME=	hcloud
 DISTVERSION=	1.12.0
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,15 +12,15 @@ COMMENT=	Official Hetzner Cloud python library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.5,<2.9:devel/py-dateutil@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.20,<2.23:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.17.1<1:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.5,<3:devel/py-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.20,<3:www/py-requests@${PY_FLAVOR}
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:devel/py-flake8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.3.4:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=3.10.0:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tox>=3.5.3:devel/py-tox@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tox>=3.23.1:devel/py-tox@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python:3.6+


More information about the dev-commits-ports-all mailing list