mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/py-softlayer: Update to 6.2.6
Changes: https://github.com/softlayer/softlayer-python/releases PR: 284451 Reported by: diizzy
This commit is contained in:
parent
3d77c8189f
commit
133feeb1f9
3 changed files with 12 additions and 14 deletions
|
@ -1,10 +1,8 @@
|
|||
PORTNAME= softlayer
|
||||
PORTVERSION= 6.1.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 6.2.6
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= SoftLayer-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= SoftLayer API Python Client
|
||||
|
@ -19,8 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}prettytable>=2.5.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} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=13.7.0:textproc/py-rich@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.32.2:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rich>=13.9.4:textproc/py-rich@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1703227910
|
||||
SHA256 (SoftLayer-6.1.11.tar.gz) = e4ac91273fca6fb62b0a5ee5641b0ffb41163b38149014a156feed91721aa289
|
||||
SIZE (SoftLayer-6.1.11.tar.gz) = 490068
|
||||
TIMESTAMP = 1738443436
|
||||
SHA256 (softlayer-6.2.6.tar.gz) = 6e9d874648cbf234d49ee4f5b0829f6bcd4d706adf88318ed1b27a47debc7e5d
|
||||
SIZE (softlayer-6.2.6.tar.gz) = 501889
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- setup.py.orig 2023-12-20 21:04:33 UTC
|
||||
--- setup.py.orig 2025-01-09 20:04:58 UTC
|
||||
+++ setup.py
|
||||
@@ -14,7 +14,7 @@ setup(
|
||||
LONG_DESCRIPTION = DESCRIPTION
|
||||
|
@ -6,15 +6,15 @@
|
|||
setup(
|
||||
- name='SoftLayer',
|
||||
+ name='softlayer',
|
||||
version='v6.1.11',
|
||||
version='v6.2.6',
|
||||
description=DESCRIPTION,
|
||||
long_description=LONG_DESCRIPTION,
|
||||
@@ -39,7 +39,7 @@ setup(
|
||||
@@ -38,7 +38,7 @@ setup(
|
||||
'prompt_toolkit >= 2',
|
||||
'pygments >= 2.0.0',
|
||||
'urllib3 >= 1.24',
|
||||
- 'rich == 13.7.0'
|
||||
+ 'rich >= 13.7.0'
|
||||
- 'rich == 13.9.4'
|
||||
+ 'rich >= 13.9.4'
|
||||
],
|
||||
keywords=['softlayer', 'cloud', 'slcli'],
|
||||
keywords=['softlayer', 'cloud', 'slcli', 'ibmcloud'],
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Reference in a new issue