summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-datadog.spec258
-rw-r--r--sources1
3 files changed, 260 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d75cc7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pulumi_datadog-4.17.0.tar.gz
diff --git a/python-pulumi-datadog.spec b/python-pulumi-datadog.spec
new file mode 100644
index 0000000..b8ce84f
--- /dev/null
+++ b/python-pulumi-datadog.spec
@@ -0,0 +1,258 @@
+%global _empty_manifest_terminate_build 0
+Name: python-pulumi-datadog
+Version: 4.17.0
+Release: 1
+Summary: A Pulumi package for creating and managing Datadog resources.
+License: Apache-2.0
+URL: https://pulumi.io
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e1/97/c517eb706abac6de1775cce859808b5fe9165345b059a983ccf25a6ad7cc/pulumi_datadog-4.17.0.tar.gz
+BuildArch: noarch
+
+
+%description
+[![Actions Status](https://github.com/pulumi/pulumi-datadog/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-datadog/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdatadog.svg)](https://www.npmjs.com/package/@pulumi/datadog)
+[![Python version](https://badge.fury.io/py/pulumi-datadog.svg)](https://pypi.org/project/pulumi-datadog)
+[![NuGet version](https://badge.fury.io/nu/pulumi.datadog.svg)](https://badge.fury.io/nu/pulumi.datadog)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-datadog/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-datadog/sdk/v4/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-datadog/blob/master/LICENSE)
+
+# Datadog Provider
+
+The Datadog resource provider for Pulumi lets you configure Datadog resources in your cloud 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/datadog
+
+or `yarn`:
+
+ $ yarn add @pulumi/datadog
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_datadog
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-datadog/sdk/v4
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Datadog
+
+## Configuration
+
+The following configuration points are available:
+
+* apiKey (Required) - Datadog API key. This can also be set via the `DATADOG_API_KEY` environment variable.
+* appKey (Required) - Datadog APP key. This can also be set via the `DATADOG_APP_KEY` environment variable.
+* apiUrl (Optional) - The API Url. This can be also be set via the DATADOG_HOST environment variable.
+ Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value,
+ while `https://api.datadoghq.com/api/` is not.
+
+
+## Reference
+
+
+For further information, please visit [the Datadog provider docs](https://www.pulumi.com/docs/intro/cloud-providers/datadog) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/datadog).
+
+
+
+
+%package -n python3-pulumi-datadog
+Summary: A Pulumi package for creating and managing Datadog resources.
+Provides: python-pulumi-datadog
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-pulumi-datadog
+[![Actions Status](https://github.com/pulumi/pulumi-datadog/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-datadog/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdatadog.svg)](https://www.npmjs.com/package/@pulumi/datadog)
+[![Python version](https://badge.fury.io/py/pulumi-datadog.svg)](https://pypi.org/project/pulumi-datadog)
+[![NuGet version](https://badge.fury.io/nu/pulumi.datadog.svg)](https://badge.fury.io/nu/pulumi.datadog)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-datadog/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-datadog/sdk/v4/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-datadog/blob/master/LICENSE)
+
+# Datadog Provider
+
+The Datadog resource provider for Pulumi lets you configure Datadog resources in your cloud 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/datadog
+
+or `yarn`:
+
+ $ yarn add @pulumi/datadog
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_datadog
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-datadog/sdk/v4
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Datadog
+
+## Configuration
+
+The following configuration points are available:
+
+* apiKey (Required) - Datadog API key. This can also be set via the `DATADOG_API_KEY` environment variable.
+* appKey (Required) - Datadog APP key. This can also be set via the `DATADOG_APP_KEY` environment variable.
+* apiUrl (Optional) - The API Url. This can be also be set via the DATADOG_HOST environment variable.
+ Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value,
+ while `https://api.datadoghq.com/api/` is not.
+
+
+## Reference
+
+
+For further information, please visit [the Datadog provider docs](https://www.pulumi.com/docs/intro/cloud-providers/datadog) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/datadog).
+
+
+
+
+%package help
+Summary: Development documents and examples for pulumi-datadog
+Provides: python3-pulumi-datadog-doc
+%description help
+[![Actions Status](https://github.com/pulumi/pulumi-datadog/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-datadog/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdatadog.svg)](https://www.npmjs.com/package/@pulumi/datadog)
+[![Python version](https://badge.fury.io/py/pulumi-datadog.svg)](https://pypi.org/project/pulumi-datadog)
+[![NuGet version](https://badge.fury.io/nu/pulumi.datadog.svg)](https://badge.fury.io/nu/pulumi.datadog)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-datadog/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-datadog/sdk/v4/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-datadog/blob/master/LICENSE)
+
+# Datadog Provider
+
+The Datadog resource provider for Pulumi lets you configure Datadog resources in your cloud 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/datadog
+
+or `yarn`:
+
+ $ yarn add @pulumi/datadog
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_datadog
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-datadog/sdk/v4
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Datadog
+
+## Configuration
+
+The following configuration points are available:
+
+* apiKey (Required) - Datadog API key. This can also be set via the `DATADOG_API_KEY` environment variable.
+* appKey (Required) - Datadog APP key. This can also be set via the `DATADOG_APP_KEY` environment variable.
+* apiUrl (Optional) - The API Url. This can be also be set via the DATADOG_HOST environment variable.
+ Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value,
+ while `https://api.datadoghq.com/api/` is not.
+
+
+## Reference
+
+
+For further information, please visit [the Datadog provider docs](https://www.pulumi.com/docs/intro/cloud-providers/datadog) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/datadog).
+
+
+
+
+%prep
+%autosetup -n pulumi-datadog-4.17.0
+
+%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-datadog -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 4.17.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d91d11f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+fafe5db1f70a86a6b74d0f2a56097c0f pulumi_datadog-4.17.0.tar.gz