git: a40dcd23b167 - main - net/py-softlayer: Update to 6.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:22:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a40dcd23b16791cb4ca3f94a1ef61ae332fa43f1 commit a40dcd23b16791cb4ca3f94a1ef61ae332fa43f1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 03:58:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:26 +0000 net/py-softlayer: Update to 6.0.2 Changes: https://github.com/softlayer/softlayer-python/releases --- net/py-softlayer/Makefile | 4 ++-- net/py-softlayer/distinfo | 6 +++--- net/py-softlayer/files/patch-setup.py | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index fb7748116b3f..e33c5a397544 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= softlayer -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= SoftLayer API Python Client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.3<8.1.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>=2.0.0:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${PY_FLAVOR} \ diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo index 117e59b77996..756e833de922 100644 --- a/net/py-softlayer/distinfo +++ b/net/py-softlayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264644 -SHA256 (SoftLayer-6.0.1.tar.gz) = 0bad1b5b559d8d3f7499ef0e027571a5531795d509cd20a40217ae8d32d1ee98 -SIZE (SoftLayer-6.0.1.tar.gz) = 442762 +TIMESTAMP = 1649423826 +SHA256 (SoftLayer-6.0.2.tar.gz) = a8fdb37cac84504c2d87159f15570e8745f1e4be26a4331d2ac669a2cb783339 +SIZE (SoftLayer-6.0.2.tar.gz) = 444924 diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py new file mode 100644 index 000000000000..42a3335f3657 --- /dev/null +++ b/net/py-softlayer/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2022-03-30 21:27:21 UTC ++++ setup.py +@@ -35,7 +35,7 @@ setup( + python_requires='>=3.5', + install_requires=[ + 'prettytable >= 2.0.0', +- 'click == 8.0.4', ++ 'click >= 8.0.3, < 8.1.0', + 'requests >= 2.20.0', + 'prompt_toolkit >= 2', + 'pygments >= 2.0.0',