net/py-softlayer: Update to 6.0.2
Changes: https://github.com/softlayer/softlayer-python/releases
This commit is contained in:
parent
6363be08ca
commit
a40dcd23b1
@ -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} \
|
||||
|
@ -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
net/py-softlayer/files/patch-setup.py
Normal file
11
net/py-softlayer/files/patch-setup.py
Normal file
@ -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',
|
Loading…
Reference in New Issue
Block a user