git: 31ac02bd2729 - main - sysutils/py-hcloud -- fix dependency versions
Matthew Seaman
matthew at FreeBSD.org
Tue May 18 17:37:23 UTC 2021
The branch main has been updated by matthew:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31ac02bd2729f5701ff471453720e90c9e5d3e48
commit 31ac02bd2729f5701ff471453720e90c9e5d3e48
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-18 17:37:10 +0000
sysutils/py-hcloud -- fix dependency versions
This removes one impediment to the pending update of www/py-requests
PR: 250941
---
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 645933f1945a..b2aa47530364 100644
--- a/sysutils/py-hcloud/Makefile
+++ b/sysutils/py-hcloud/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hcloud
DISTVERSION= 1.12.0
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,15 +11,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