New package: py-ibm-cloud-sdk-core (#24114)

* [py-ibm-cloud-sdk-core] created template

* [py-ibm-cloud-sdk-core] added dependencies

* [py-ibm-cloud-sdk-core] set minimum python version

* [py-ibm-cloud-sdk-core] added version 3.10.0

* [py-ibm-cloud-sdk-core] Final Cleanup

- added homepage
- added description
- removed fixmes
This commit is contained in:
Jen Herting 2021-06-03 22:15:46 -04:00 committed by GitHub
parent a85bc4eee1
commit 1775383f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PyIbmCloudSdkCore(PythonPackage):
"""This project contains core functionality required by
Python code generated by the IBM Cloud OpenAPI SDK
Generator (openapi-sdkgen)."""
homepage = "https://github.com/IBM/python-sdk-core"
pypi = "ibm-cloud-sdk-core/ibm-cloud-sdk-core-3.9.0.tar.gz"
version('3.10.0', sha256='ab9520be99066ec41a24e31ac653c28953adc8fc349f0fa53a598e1802a79cd6')
version('3.9.0', sha256='51403f33003254d83d5028d8cebd7617f5cca82af85b6e9c4ad553eccd079dbf')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-requests@2.20:2.999', type=('build', 'run'))
depends_on('py-python-dateutil@2.5.3:2.999', type=('build', 'run'))
depends_on('py-pyjwt@2.0.1:2.999', type=('build', 'run'))