Skip to content

Commit

Permalink
net/py-softlayer: Update to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 16, 2022
1 parent 6363be0 commit a40dcd2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions net/py-softlayer/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions net/py-softlayer/distinfo
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions net/py-softlayer/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -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',

0 comments on commit a40dcd2

Please sign in to comment.