summaryrefslogtreecommitdiff
path: root/python-pulumi-azure.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-11 19:22:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-11 19:22:48 +0000
commit2969a7a1cabc9639ab5154053875eb29274b268a (patch)
tree16c3dd92cdbe21aa52fe9b5f7c8892420adf96bf /python-pulumi-azure.spec
parent0cd94e68dd2df253e4cc3300e804f952a1b33b82 (diff)
automatic import of python-pulumi-azure
Diffstat (limited to 'python-pulumi-azure.spec')
-rw-r--r--python-pulumi-azure.spec291
1 files changed, 291 insertions, 0 deletions
diff --git a/python-pulumi-azure.spec b/python-pulumi-azure.spec
new file mode 100644
index 0000000..4508bc9
--- /dev/null
+++ b/python-pulumi-azure.spec
@@ -0,0 +1,291 @@
+%global _empty_manifest_terminate_build 0
+Name: python-pulumi-azure
+Version: 5.39.0
+Release: 1
+Summary: A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.
+License: Apache-2.0
+URL: https://pulumi.io
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/bd/09cc5ac15e54f7aee1a7a813c7a054512b821184e7f2ce4b0c1d3fdc4236/pulumi_azure-5.39.0.tar.gz
+BuildArch: noarch
+
+
+%description
+[![Actions Status](https://github.com/pulumi/pulumi-azure/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-azure/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure.svg)](https://npmjs.com/package/@pulumi/azure)
+[![Python version](https://badge.fury.io/py/pulumi-azure.svg)](https://pypi.org/project/pulumi-azure)
+[![NuGet version](https://badge.fury.io/nu/pulumi.azure.svg)](https://badge.fury.io/nu/pulumi.azure)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure/sdk/v5/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-azure/blob/master/LICENSE)
+
+# Microsoft Azure Resource Provider
+
+> **_NOTE:_** We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates because it’s built and automatically from the Azure Resource Manager API.
+>
+> Azure Classic is based on the Terraform azurerm provider. It has fewer resources and resource options and receives new Azure features more slowly than Azure Native. However, Azure Classic remains fully-supported for existing usage.
+
+The Azure Classic resource provider for Pulumi lets you use Azure resources in your cloud programs. To use
+this package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, select "Get Started" below.
+
+<div>
+ <a href="https://www.pulumi.com/docs/get-started/azure" title="Get Started">
+ <img src="https://www.pulumi.com/images/get-started.svg?" width="120">
+ </a>
+</div>
+
+## 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/azure
+
+or `yarn`:
+
+ $ yarn add @pulumi/azure
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_azure
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-azure/sdk/v5
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Azure
+
+## Concepts
+
+The `@pulumi/azure` package provides a strongly-typed means to build cloud applications that create
+and interact closely with Azure resources. Resources are exposed for the entire Azure surface area,
+including (but not limited to), 'appinsights', 'compute', 'cosmosdb', 'keyvault', and more.
+
+## Configuring credentials
+
+There are a variety of ways credentials may be configured for the Azure provider, appropriate for
+different use cases. Refer to the [Azure configuration options](
+https://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).
+
+## Reference
+
+For further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)
+or for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/api-docs/).
+
+
+
+
+%package -n python3-pulumi-azure
+Summary: A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.
+Provides: python-pulumi-azure
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-pulumi-azure
+[![Actions Status](https://github.com/pulumi/pulumi-azure/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-azure/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure.svg)](https://npmjs.com/package/@pulumi/azure)
+[![Python version](https://badge.fury.io/py/pulumi-azure.svg)](https://pypi.org/project/pulumi-azure)
+[![NuGet version](https://badge.fury.io/nu/pulumi.azure.svg)](https://badge.fury.io/nu/pulumi.azure)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure/sdk/v5/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-azure/blob/master/LICENSE)
+
+# Microsoft Azure Resource Provider
+
+> **_NOTE:_** We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates because it’s built and automatically from the Azure Resource Manager API.
+>
+> Azure Classic is based on the Terraform azurerm provider. It has fewer resources and resource options and receives new Azure features more slowly than Azure Native. However, Azure Classic remains fully-supported for existing usage.
+
+The Azure Classic resource provider for Pulumi lets you use Azure resources in your cloud programs. To use
+this package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, select "Get Started" below.
+
+<div>
+ <a href="https://www.pulumi.com/docs/get-started/azure" title="Get Started">
+ <img src="https://www.pulumi.com/images/get-started.svg?" width="120">
+ </a>
+</div>
+
+## 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/azure
+
+or `yarn`:
+
+ $ yarn add @pulumi/azure
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_azure
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-azure/sdk/v5
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Azure
+
+## Concepts
+
+The `@pulumi/azure` package provides a strongly-typed means to build cloud applications that create
+and interact closely with Azure resources. Resources are exposed for the entire Azure surface area,
+including (but not limited to), 'appinsights', 'compute', 'cosmosdb', 'keyvault', and more.
+
+## Configuring credentials
+
+There are a variety of ways credentials may be configured for the Azure provider, appropriate for
+different use cases. Refer to the [Azure configuration options](
+https://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).
+
+## Reference
+
+For further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)
+or for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/api-docs/).
+
+
+
+
+%package help
+Summary: Development documents and examples for pulumi-azure
+Provides: python3-pulumi-azure-doc
+%description help
+[![Actions Status](https://github.com/pulumi/pulumi-azure/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-azure/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure.svg)](https://npmjs.com/package/@pulumi/azure)
+[![Python version](https://badge.fury.io/py/pulumi-azure.svg)](https://pypi.org/project/pulumi-azure)
+[![NuGet version](https://badge.fury.io/nu/pulumi.azure.svg)](https://badge.fury.io/nu/pulumi.azure)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azure/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azure/sdk/v5/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-azure/blob/master/LICENSE)
+
+# Microsoft Azure Resource Provider
+
+> **_NOTE:_** We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates because it’s built and automatically from the Azure Resource Manager API.
+>
+> Azure Classic is based on the Terraform azurerm provider. It has fewer resources and resource options and receives new Azure features more slowly than Azure Native. However, Azure Classic remains fully-supported for existing usage.
+
+The Azure Classic resource provider for Pulumi lets you use Azure resources in your cloud programs. To use
+this package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, select "Get Started" below.
+
+<div>
+ <a href="https://www.pulumi.com/docs/get-started/azure" title="Get Started">
+ <img src="https://www.pulumi.com/images/get-started.svg?" width="120">
+ </a>
+</div>
+
+## 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/azure
+
+or `yarn`:
+
+ $ yarn add @pulumi/azure
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_azure
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-azure/sdk/v5
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Azure
+
+## Concepts
+
+The `@pulumi/azure` package provides a strongly-typed means to build cloud applications that create
+and interact closely with Azure resources. Resources are exposed for the entire Azure surface area,
+including (but not limited to), 'appinsights', 'compute', 'cosmosdb', 'keyvault', and more.
+
+## Configuring credentials
+
+There are a variety of ways credentials may be configured for the Azure provider, appropriate for
+different use cases. Refer to the [Azure configuration options](
+https://www.pulumi.com/registry/packages/azure-native/installation-configuration/#configuration-options).
+
+## Reference
+
+For further information, visit [Azure in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/)
+or for detailed API reference documentation, visit [Azure API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/azure-native/api-docs/).
+
+
+
+
+%prep
+%autosetup -n pulumi-azure-5.39.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-azure -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 5.39.0-1
+- Package Spec generated