summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-29 09:34:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-29 09:34:47 +0000
commit39872f780842f515e3dc8f51e417c9a593c1b4f1 (patch)
tree06b75091bf4b596f32cfeb79155d90cb04823df5
parentdb38613c27301fe7e777b206a9ad6353d1303d37 (diff)
automatic import of python-pulumi-mongodbatlas
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-mongodbatlas.spec249
-rw-r--r--sources1
3 files changed, 251 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..c9ea02e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pulumi_mongodbatlas-3.7.2.tar.gz
diff --git a/python-pulumi-mongodbatlas.spec b/python-pulumi-mongodbatlas.spec
new file mode 100644
index 0000000..f895d51
--- /dev/null
+++ b/python-pulumi-mongodbatlas.spec
@@ -0,0 +1,249 @@
+%global _empty_manifest_terminate_build 0
+Name: python-pulumi-mongodbatlas
+Version: 3.7.2
+Release: 1
+Summary: A Pulumi package for creating and managing mongodbatlas cloud resources.
+License: Apache-2.0
+URL: https://pulumi.io
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/4b/216857ca3584a286f62510badfb4a300c418b39d235efa7bf85845bec87f/pulumi_mongodbatlas-3.7.2.tar.gz
+BuildArch: noarch
+
+
+%description
+[![Actions Status](https://github.com/pulumi/pulumi-mongodbatlas/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mongodbatlas/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmongodbatlas.svg)](https://www.npmjs.com/package/@pulumi/mongodbatlas)
+[![Python version](https://badge.fury.io/py/pulumi-mongodbatlas.svg)](https://pypi.org/project/pulumi-mongodbatlas)
+[![NuGet version](https://badge.fury.io/nu/pulumi.mongodbatlas.svg)](https://badge.fury.io/nu/pulumi.mongodbatlas)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mongodbatlas/blob/master/LICENSE)
+
+# MongoDB Atlas provider
+
+The MongoDB Atlas resource provider for Pulumi lets you interact with MongoDB Atlas in your infrastructure
+programs. To use this package, please [install the Pulumi CLI first](https://pulumi.io/).
+
+## Installing
+
+This package is available in many languages in the standard packaging formats.
+
+### Node.js (Java/TypeScript)
+
+To use from JavaScript or TypeScript in Node.js, install using either `npm`:
+
+ $ npm install @pulumi/mongodbatlas
+
+or `yarn`:
+
+ $ yarn add @pulumi/mongodbatlas
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi-mongodbatlas
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-mongodbatlas/sdk/v2
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Mongodbatlas
+
+## Configuration
+
+The following configuration points are available:
+
+- `mongodbatlas:publicKey` - (Optional) This is the MongoDB Atlas API public_key. It must be provided, but it can also be
+ sourced from the `MONGODB_ATLAS_PUBLIC_KEY` environment variable.
+- `mongodbatlas:privateKey` - (Optional) This is the MongoDB Atlas private_key. It must be provided, but it can also be
+ sourced from the `MONGODB_ATLAS_PRIVATE_KEY` environment variable.
+
+## Reference
+
+For further information, please visit [the MongoDB Atlas provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mongodbatlas) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mongodbatlas).
+
+
+
+
+%package -n python3-pulumi-mongodbatlas
+Summary: A Pulumi package for creating and managing mongodbatlas cloud resources.
+Provides: python-pulumi-mongodbatlas
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-pulumi-mongodbatlas
+[![Actions Status](https://github.com/pulumi/pulumi-mongodbatlas/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mongodbatlas/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmongodbatlas.svg)](https://www.npmjs.com/package/@pulumi/mongodbatlas)
+[![Python version](https://badge.fury.io/py/pulumi-mongodbatlas.svg)](https://pypi.org/project/pulumi-mongodbatlas)
+[![NuGet version](https://badge.fury.io/nu/pulumi.mongodbatlas.svg)](https://badge.fury.io/nu/pulumi.mongodbatlas)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mongodbatlas/blob/master/LICENSE)
+
+# MongoDB Atlas provider
+
+The MongoDB Atlas resource provider for Pulumi lets you interact with MongoDB Atlas in your infrastructure
+programs. To use this package, please [install the Pulumi CLI first](https://pulumi.io/).
+
+## Installing
+
+This package is available in many languages in the standard packaging formats.
+
+### Node.js (Java/TypeScript)
+
+To use from JavaScript or TypeScript in Node.js, install using either `npm`:
+
+ $ npm install @pulumi/mongodbatlas
+
+or `yarn`:
+
+ $ yarn add @pulumi/mongodbatlas
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi-mongodbatlas
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-mongodbatlas/sdk/v2
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Mongodbatlas
+
+## Configuration
+
+The following configuration points are available:
+
+- `mongodbatlas:publicKey` - (Optional) This is the MongoDB Atlas API public_key. It must be provided, but it can also be
+ sourced from the `MONGODB_ATLAS_PUBLIC_KEY` environment variable.
+- `mongodbatlas:privateKey` - (Optional) This is the MongoDB Atlas private_key. It must be provided, but it can also be
+ sourced from the `MONGODB_ATLAS_PRIVATE_KEY` environment variable.
+
+## Reference
+
+For further information, please visit [the MongoDB Atlas provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mongodbatlas) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mongodbatlas).
+
+
+
+
+%package help
+Summary: Development documents and examples for pulumi-mongodbatlas
+Provides: python3-pulumi-mongodbatlas-doc
+%description help
+[![Actions Status](https://github.com/pulumi/pulumi-mongodbatlas/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-mongodbatlas/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fmongodbatlas.svg)](https://www.npmjs.com/package/@pulumi/mongodbatlas)
+[![Python version](https://badge.fury.io/py/pulumi-mongodbatlas.svg)](https://pypi.org/project/pulumi-mongodbatlas)
+[![NuGet version](https://badge.fury.io/nu/pulumi.mongodbatlas.svg)](https://badge.fury.io/nu/pulumi.mongodbatlas)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-mongodbatlas/sdk/v2/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-mongodbatlas/blob/master/LICENSE)
+
+# MongoDB Atlas provider
+
+The MongoDB Atlas resource provider for Pulumi lets you interact with MongoDB Atlas in your infrastructure
+programs. To use this package, please [install the Pulumi CLI first](https://pulumi.io/).
+
+## Installing
+
+This package is available in many languages in the standard packaging formats.
+
+### Node.js (Java/TypeScript)
+
+To use from JavaScript or TypeScript in Node.js, install using either `npm`:
+
+ $ npm install @pulumi/mongodbatlas
+
+or `yarn`:
+
+ $ yarn add @pulumi/mongodbatlas
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi-mongodbatlas
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-mongodbatlas/sdk/v2
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Mongodbatlas
+
+## Configuration
+
+The following configuration points are available:
+
+- `mongodbatlas:publicKey` - (Optional) This is the MongoDB Atlas API public_key. It must be provided, but it can also be
+ sourced from the `MONGODB_ATLAS_PUBLIC_KEY` environment variable.
+- `mongodbatlas:privateKey` - (Optional) This is the MongoDB Atlas private_key. It must be provided, but it can also be
+ sourced from the `MONGODB_ATLAS_PRIVATE_KEY` environment variable.
+
+## Reference
+
+For further information, please visit [the MongoDB Atlas provider docs](https://www.pulumi.com/docs/intro/cloud-providers/mongodbatlas) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/mongodbatlas).
+
+
+
+
+%prep
+%autosetup -n pulumi-mongodbatlas-3.7.2
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-pulumi-mongodbatlas -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7.2-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..0cd58aa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+77539a9fd8b0b00d821d77196fba4466 pulumi_mongodbatlas-3.7.2.tar.gz