diff options
author | imil <imil> | 2014-04-17 14:54:07 +0000 |
---|---|---|
committer | imil <imil> | 2014-04-17 14:54:07 +0000 |
commit | 94f0f6dfea47da4b47bb21b31b34ce98b5e8c500 (patch) | |
tree | bf5c85cefb00e08137d90514e01f70545f71e496 /net | |
parent | a0e931b3b352194d93dc7de950a4d2b3aa91b5e5 (diff) | |
download | pkgsrc-94f0f6dfea47da4b47bb21b31b34ce98b5e8c500.tar.gz |
Initial import of py-softlayer, version 3.0.2, into the NetBSD Packages
Collection.
SoftLayer API bindings for Python. For use with SoftLayer's API.
This library provides a simple interface to interact with SoftLayer's XML-RPC
API and provides support for many of SoftLayer API's features like object masks
and a command-line interface that can be used to access various SoftLayer
services using the API.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-softlayer/DESCR | 6 | ||||
-rw-r--r-- | net/py-softlayer/Makefile | 16 | ||||
-rw-r--r-- | net/py-softlayer/PLIST | 238 | ||||
-rw-r--r-- | net/py-softlayer/distinfo | 5 |
4 files changed, 265 insertions, 0 deletions
diff --git a/net/py-softlayer/DESCR b/net/py-softlayer/DESCR new file mode 100644 index 00000000000..159f9e190b5 --- /dev/null +++ b/net/py-softlayer/DESCR @@ -0,0 +1,6 @@ +SoftLayer API bindings for Python. For use with SoftLayer's API. + +This library provides a simple interface to interact with SoftLayer's XML-RPC +API and provides support for many of SoftLayer API's features like object masks +and a command-line interface that can be used to access various SoftLayer +services using the API. diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile new file mode 100644 index 00000000000..7044f364896 --- /dev/null +++ b/net/py-softlayer/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2014/04/17 14:54:07 imil Exp $ + +DISTNAME= SoftLayer-3.0.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SoftLayer/softlayer/} +CATEGORIES= net +MASTER_SITES= https://pypi.python.org/packages/source/S/SoftLayer/ + +MAINTAINER= imil@NetBSD.org +HOMEPAGE= https://pypi.python.org/packages/source/S/SoftLayer/ +COMMENT= SoftLayer API bindings for Python +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-softlayer/PLIST b/net/py-softlayer/PLIST new file mode 100644 index 00000000000..333584ba225 --- /dev/null +++ b/net/py-softlayer/PLIST @@ -0,0 +1,238 @@ +@comment $NetBSD: PLIST,v 1.1 2014/04/17 14:54:07 imil Exp $ +bin/sl +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/SoftLayer/API.py +${PYSITELIB}/SoftLayer/API.pyc +${PYSITELIB}/SoftLayer/API.pyo +${PYSITELIB}/SoftLayer/CLI/__init__.py +${PYSITELIB}/SoftLayer/CLI/__init__.pyc +${PYSITELIB}/SoftLayer/CLI/__init__.pyo +${PYSITELIB}/SoftLayer/CLI/core.py +${PYSITELIB}/SoftLayer/CLI/core.pyc +${PYSITELIB}/SoftLayer/CLI/core.pyo +${PYSITELIB}/SoftLayer/CLI/environment.py +${PYSITELIB}/SoftLayer/CLI/environment.pyc +${PYSITELIB}/SoftLayer/CLI/environment.pyo +${PYSITELIB}/SoftLayer/CLI/exceptions.py +${PYSITELIB}/SoftLayer/CLI/exceptions.pyc +${PYSITELIB}/SoftLayer/CLI/exceptions.pyo +${PYSITELIB}/SoftLayer/CLI/formatting.py +${PYSITELIB}/SoftLayer/CLI/formatting.pyc +${PYSITELIB}/SoftLayer/CLI/formatting.pyo +${PYSITELIB}/SoftLayer/CLI/helpers.py +${PYSITELIB}/SoftLayer/CLI/helpers.pyc +${PYSITELIB}/SoftLayer/CLI/helpers.pyo +${PYSITELIB}/SoftLayer/CLI/modules/__init__.py +${PYSITELIB}/SoftLayer/CLI/modules/__init__.pyc +${PYSITELIB}/SoftLayer/CLI/modules/__init__.pyo +${PYSITELIB}/SoftLayer/CLI/modules/bmc.py +${PYSITELIB}/SoftLayer/CLI/modules/bmc.pyc +${PYSITELIB}/SoftLayer/CLI/modules/bmc.pyo +${PYSITELIB}/SoftLayer/CLI/modules/cci.py +${PYSITELIB}/SoftLayer/CLI/modules/cci.pyc +${PYSITELIB}/SoftLayer/CLI/modules/cci.pyo +${PYSITELIB}/SoftLayer/CLI/modules/config.py +${PYSITELIB}/SoftLayer/CLI/modules/config.pyc +${PYSITELIB}/SoftLayer/CLI/modules/config.pyo +${PYSITELIB}/SoftLayer/CLI/modules/dns.py +${PYSITELIB}/SoftLayer/CLI/modules/dns.pyc +${PYSITELIB}/SoftLayer/CLI/modules/dns.pyo +${PYSITELIB}/SoftLayer/CLI/modules/filters.py +${PYSITELIB}/SoftLayer/CLI/modules/filters.pyc +${PYSITELIB}/SoftLayer/CLI/modules/filters.pyo +${PYSITELIB}/SoftLayer/CLI/modules/firewall.py +${PYSITELIB}/SoftLayer/CLI/modules/firewall.pyc +${PYSITELIB}/SoftLayer/CLI/modules/firewall.pyo +${PYSITELIB}/SoftLayer/CLI/modules/globalip.py +${PYSITELIB}/SoftLayer/CLI/modules/globalip.pyc +${PYSITELIB}/SoftLayer/CLI/modules/globalip.pyo +${PYSITELIB}/SoftLayer/CLI/modules/help.py +${PYSITELIB}/SoftLayer/CLI/modules/help.pyc +${PYSITELIB}/SoftLayer/CLI/modules/help.pyo +${PYSITELIB}/SoftLayer/CLI/modules/image.py +${PYSITELIB}/SoftLayer/CLI/modules/image.pyc +${PYSITELIB}/SoftLayer/CLI/modules/image.pyo +${PYSITELIB}/SoftLayer/CLI/modules/iscsi.py +${PYSITELIB}/SoftLayer/CLI/modules/iscsi.pyc +${PYSITELIB}/SoftLayer/CLI/modules/iscsi.pyo +${PYSITELIB}/SoftLayer/CLI/modules/messaging.py +${PYSITELIB}/SoftLayer/CLI/modules/messaging.pyc +${PYSITELIB}/SoftLayer/CLI/modules/messaging.pyo +${PYSITELIB}/SoftLayer/CLI/modules/metadata.py +${PYSITELIB}/SoftLayer/CLI/modules/metadata.pyc +${PYSITELIB}/SoftLayer/CLI/modules/metadata.pyo +${PYSITELIB}/SoftLayer/CLI/modules/nas.py +${PYSITELIB}/SoftLayer/CLI/modules/nas.pyc +${PYSITELIB}/SoftLayer/CLI/modules/nas.pyo +${PYSITELIB}/SoftLayer/CLI/modules/rwhois.py +${PYSITELIB}/SoftLayer/CLI/modules/rwhois.pyc +${PYSITELIB}/SoftLayer/CLI/modules/rwhois.pyo +${PYSITELIB}/SoftLayer/CLI/modules/server.py +${PYSITELIB}/SoftLayer/CLI/modules/server.pyc +${PYSITELIB}/SoftLayer/CLI/modules/server.pyo +${PYSITELIB}/SoftLayer/CLI/modules/sshkey.py +${PYSITELIB}/SoftLayer/CLI/modules/sshkey.pyc +${PYSITELIB}/SoftLayer/CLI/modules/sshkey.pyo +${PYSITELIB}/SoftLayer/CLI/modules/ssl.py +${PYSITELIB}/SoftLayer/CLI/modules/ssl.pyc +${PYSITELIB}/SoftLayer/CLI/modules/ssl.pyo +${PYSITELIB}/SoftLayer/CLI/modules/subnet.py +${PYSITELIB}/SoftLayer/CLI/modules/subnet.pyc +${PYSITELIB}/SoftLayer/CLI/modules/subnet.pyo +${PYSITELIB}/SoftLayer/CLI/modules/summary.py +${PYSITELIB}/SoftLayer/CLI/modules/summary.pyc +${PYSITELIB}/SoftLayer/CLI/modules/summary.pyo +${PYSITELIB}/SoftLayer/CLI/modules/vlan.py +${PYSITELIB}/SoftLayer/CLI/modules/vlan.pyc +${PYSITELIB}/SoftLayer/CLI/modules/vlan.pyo +${PYSITELIB}/SoftLayer/CLI/template.py +${PYSITELIB}/SoftLayer/CLI/template.pyc +${PYSITELIB}/SoftLayer/CLI/template.pyo +${PYSITELIB}/SoftLayer/__init__.py +${PYSITELIB}/SoftLayer/__init__.pyc +${PYSITELIB}/SoftLayer/__init__.pyo +${PYSITELIB}/SoftLayer/auth.py +${PYSITELIB}/SoftLayer/auth.pyc +${PYSITELIB}/SoftLayer/auth.pyo +${PYSITELIB}/SoftLayer/config.py +${PYSITELIB}/SoftLayer/config.pyc +${PYSITELIB}/SoftLayer/config.pyo +${PYSITELIB}/SoftLayer/consts.py +${PYSITELIB}/SoftLayer/consts.pyc +${PYSITELIB}/SoftLayer/consts.pyo +${PYSITELIB}/SoftLayer/exceptions.py +${PYSITELIB}/SoftLayer/exceptions.pyc +${PYSITELIB}/SoftLayer/exceptions.pyo +${PYSITELIB}/SoftLayer/managers/__init__.py +${PYSITELIB}/SoftLayer/managers/__init__.pyc +${PYSITELIB}/SoftLayer/managers/__init__.pyo +${PYSITELIB}/SoftLayer/managers/cci.py +${PYSITELIB}/SoftLayer/managers/cci.pyc +${PYSITELIB}/SoftLayer/managers/cci.pyo +${PYSITELIB}/SoftLayer/managers/dns.py +${PYSITELIB}/SoftLayer/managers/dns.pyc +${PYSITELIB}/SoftLayer/managers/dns.pyo +${PYSITELIB}/SoftLayer/managers/firewall.py +${PYSITELIB}/SoftLayer/managers/firewall.pyc +${PYSITELIB}/SoftLayer/managers/firewall.pyo +${PYSITELIB}/SoftLayer/managers/hardware.py +${PYSITELIB}/SoftLayer/managers/hardware.pyc +${PYSITELIB}/SoftLayer/managers/hardware.pyo +${PYSITELIB}/SoftLayer/managers/messaging.py +${PYSITELIB}/SoftLayer/managers/messaging.pyc +${PYSITELIB}/SoftLayer/managers/messaging.pyo +${PYSITELIB}/SoftLayer/managers/metadata.py +${PYSITELIB}/SoftLayer/managers/metadata.pyc +${PYSITELIB}/SoftLayer/managers/metadata.pyo +${PYSITELIB}/SoftLayer/managers/network.py +${PYSITELIB}/SoftLayer/managers/network.pyc +${PYSITELIB}/SoftLayer/managers/network.pyo +${PYSITELIB}/SoftLayer/managers/sshkey.py +${PYSITELIB}/SoftLayer/managers/sshkey.pyc +${PYSITELIB}/SoftLayer/managers/sshkey.pyo +${PYSITELIB}/SoftLayer/managers/ssl.py +${PYSITELIB}/SoftLayer/managers/ssl.pyc +${PYSITELIB}/SoftLayer/managers/ssl.pyo +${PYSITELIB}/SoftLayer/tests/CLI/__init__.py +${PYSITELIB}/SoftLayer/tests/CLI/__init__.pyc +${PYSITELIB}/SoftLayer/tests/CLI/__init__.pyo +${PYSITELIB}/SoftLayer/tests/CLI/core_tests.py +${PYSITELIB}/SoftLayer/tests/CLI/core_tests.pyc +${PYSITELIB}/SoftLayer/tests/CLI/core_tests.pyo +${PYSITELIB}/SoftLayer/tests/CLI/environment_tests.py +${PYSITELIB}/SoftLayer/tests/CLI/environment_tests.pyc +${PYSITELIB}/SoftLayer/tests/CLI/environment_tests.pyo +${PYSITELIB}/SoftLayer/tests/CLI/helper_tests.py +${PYSITELIB}/SoftLayer/tests/CLI/helper_tests.pyc +${PYSITELIB}/SoftLayer/tests/CLI/helper_tests.pyo +${PYSITELIB}/SoftLayer/tests/CLI/modules/__init__.py +${PYSITELIB}/SoftLayer/tests/CLI/modules/__init__.pyc +${PYSITELIB}/SoftLayer/tests/CLI/modules/__init__.pyo +${PYSITELIB}/SoftLayer/tests/CLI/modules/bmc_tests.py +${PYSITELIB}/SoftLayer/tests/CLI/modules/bmc_tests.pyc +${PYSITELIB}/SoftLayer/tests/CLI/modules/bmc_tests.pyo +${PYSITELIB}/SoftLayer/tests/CLI/modules/server_tests.py +${PYSITELIB}/SoftLayer/tests/CLI/modules/server_tests.pyc +${PYSITELIB}/SoftLayer/tests/CLI/modules/server_tests.pyo +${PYSITELIB}/SoftLayer/tests/__init__.py +${PYSITELIB}/SoftLayer/tests/__init__.pyc +${PYSITELIB}/SoftLayer/tests/__init__.pyo +${PYSITELIB}/SoftLayer/tests/api_tests.py +${PYSITELIB}/SoftLayer/tests/api_tests.pyc +${PYSITELIB}/SoftLayer/tests/api_tests.pyo +${PYSITELIB}/SoftLayer/tests/auth_tests.py +${PYSITELIB}/SoftLayer/tests/auth_tests.pyc +${PYSITELIB}/SoftLayer/tests/auth_tests.pyo +${PYSITELIB}/SoftLayer/tests/basic_tests.py +${PYSITELIB}/SoftLayer/tests/basic_tests.pyc +${PYSITELIB}/SoftLayer/tests/basic_tests.pyo +${PYSITELIB}/SoftLayer/tests/config_tests.py +${PYSITELIB}/SoftLayer/tests/config_tests.pyc +${PYSITELIB}/SoftLayer/tests/config_tests.pyo +${PYSITELIB}/SoftLayer/tests/fixtures/empty.conf +${PYSITELIB}/SoftLayer/tests/fixtures/full.conf +${PYSITELIB}/SoftLayer/tests/fixtures/no_options.conf +${PYSITELIB}/SoftLayer/tests/fixtures/sample_cci_template.conf +${PYSITELIB}/SoftLayer/tests/functional_tests.py +${PYSITELIB}/SoftLayer/tests/functional_tests.pyc +${PYSITELIB}/SoftLayer/tests/functional_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/__init__.py +${PYSITELIB}/SoftLayer/tests/managers/__init__.pyc +${PYSITELIB}/SoftLayer/tests/managers/__init__.pyo +${PYSITELIB}/SoftLayer/tests/managers/cci_tests.py +${PYSITELIB}/SoftLayer/tests/managers/cci_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/cci_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/dns_tests.py +${PYSITELIB}/SoftLayer/tests/managers/dns_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/dns_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/firewall_tests.py +${PYSITELIB}/SoftLayer/tests/managers/firewall_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/firewall_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/hardware_tests.py +${PYSITELIB}/SoftLayer/tests/managers/hardware_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/hardware_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/metadata_tests.py +${PYSITELIB}/SoftLayer/tests/managers/metadata_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/metadata_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/network_tests.py +${PYSITELIB}/SoftLayer/tests/managers/network_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/network_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/queue_tests.py +${PYSITELIB}/SoftLayer/tests/managers/queue_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/queue_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/sshkey_tests.py +${PYSITELIB}/SoftLayer/tests/managers/sshkey_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/sshkey_tests.pyo +${PYSITELIB}/SoftLayer/tests/managers/ssl_tests.py +${PYSITELIB}/SoftLayer/tests/managers/ssl_tests.pyc +${PYSITELIB}/SoftLayer/tests/managers/ssl_tests.pyo +${PYSITELIB}/SoftLayer/tests/mocks/__init__.py +${PYSITELIB}/SoftLayer/tests/mocks/__init__.pyc +${PYSITELIB}/SoftLayer/tests/mocks/__init__.pyo +${PYSITELIB}/SoftLayer/tests/mocks/account_mock.py +${PYSITELIB}/SoftLayer/tests/mocks/account_mock.pyc +${PYSITELIB}/SoftLayer/tests/mocks/account_mock.pyo +${PYSITELIB}/SoftLayer/tests/mocks/hardware_mock.py +${PYSITELIB}/SoftLayer/tests/mocks/hardware_mock.pyc +${PYSITELIB}/SoftLayer/tests/mocks/hardware_mock.pyo +${PYSITELIB}/SoftLayer/tests/mocks/product_package_mock.py +${PYSITELIB}/SoftLayer/tests/mocks/product_package_mock.pyc +${PYSITELIB}/SoftLayer/tests/mocks/product_package_mock.pyo +${PYSITELIB}/SoftLayer/tests/mocks/virtual_guest_mock.py +${PYSITELIB}/SoftLayer/tests/mocks/virtual_guest_mock.pyc +${PYSITELIB}/SoftLayer/tests/mocks/virtual_guest_mock.pyo +${PYSITELIB}/SoftLayer/tests/transport_tests.py +${PYSITELIB}/SoftLayer/tests/transport_tests.pyc +${PYSITELIB}/SoftLayer/tests/transport_tests.pyo +${PYSITELIB}/SoftLayer/transports.py +${PYSITELIB}/SoftLayer/transports.pyc +${PYSITELIB}/SoftLayer/transports.pyo +${PYSITELIB}/SoftLayer/utils.py +${PYSITELIB}/SoftLayer/utils.pyc +${PYSITELIB}/SoftLayer/utils.pyo diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo new file mode 100644 index 00000000000..26889ad75ac --- /dev/null +++ b/net/py-softlayer/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/04/17 14:54:07 imil Exp $ + +SHA1 (SoftLayer-3.0.2.tar.gz) = 55d4bbcd8618b4e124d84e6d6a7e2f26dfb5d10f +RMD160 (SoftLayer-3.0.2.tar.gz) = 9593e18c5f306b0b02363efecd323d08da142897 +Size (SoftLayer-3.0.2.tar.gz) = 99747 bytes |