Add py-softlayer 5.4.3
This library provides a simple Python client to interact with SoftLayer's XML-RPC API. A command-line interface is also included and can be used to manage various SoftLayer products and services. WWW: https://github.com/softlayer/softlayer-python
This commit is contained in:
parent
8fb4f7cbf6
commit
39dadb0521
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466734
4 changed files with 40 additions and 0 deletions
|
@ -1082,6 +1082,7 @@
|
|||
SUBDIR += py-soap2py
|
||||
SUBDIR += py-soappy
|
||||
SUBDIR += py-socketio-client
|
||||
SUBDIR += py-softlayer
|
||||
SUBDIR += py-speedtest-cli
|
||||
SUBDIR += py-sshuttle
|
||||
SUBDIR += py-stomp.py
|
||||
|
|
29
net/py-softlayer/Makefile
Normal file
29
net/py-softlayer/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= softlayer
|
||||
PORTVERSION= 5.4.3
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= SoftLayer-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= SoftLayer API Python Client
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5:devel/py-click@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.0:devel/py-prettytable@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.53:devel/py-prompt_toolkit@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=2.0.0:textproc/py-pygments@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.22:net/py-urllib3@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/py-softlayer/distinfo
Normal file
3
net/py-softlayer/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1523016550
|
||||
SHA256 (SoftLayer-5.4.3.tar.gz) = 7c4fdfb30ca22ae8096b1b3f03c34cac9e02082d28816a3fd55047a82ed7eb09
|
||||
SIZE (SoftLayer-5.4.3.tar.gz) = 253279
|
7
net/py-softlayer/pkg-descr
Normal file
7
net/py-softlayer/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
This library provides a simple Python client to interact with SoftLayer's
|
||||
XML-RPC API.
|
||||
|
||||
A command-line interface is also included and can be used to manage various
|
||||
SoftLayer products and services.
|
||||
|
||||
WWW: https://github.com/softlayer/softlayer-python
|
Loading…
Reference in a new issue