diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-11 10:12:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 10:12:27 +0000 |
| commit | b2f2449fc5bcb967e45b9a9f2aed76d254bb5081 (patch) | |
| tree | ca5cd8e70cc4579f3745098fc716b535bb31892a | |
| parent | 27c73d2a9259bcc7982ceaf7811ed292d09e5d75 (diff) | |
automatic import of python-pulumi-gcp
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pulumi-gcp.spec | 243 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 245 insertions, 0 deletions
@@ -0,0 +1 @@ +/pulumi_gcp-6.53.0.tar.gz diff --git a/python-pulumi-gcp.spec b/python-pulumi-gcp.spec new file mode 100644 index 0000000..369981f --- /dev/null +++ b/python-pulumi-gcp.spec @@ -0,0 +1,243 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pulumi-gcp +Version: 6.53.0 +Release: 1 +Summary: A Pulumi package for creating and managing Google Cloud Platform resources. +License: Apache-2.0 +URL: https://pulumi.io +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/ab/4e3bf6c9f4f7b6af0f2900841f3551872fe2f727a0b13cf1f3044f605cda/pulumi_gcp-6.53.0.tar.gz +BuildArch: noarch + + +%description +[](https://github.com/pulumi/pulumi-gcp/actions) +[](https://slack.pulumi.com) +[](https://npmjs.com/package/@pulumi/gcp) +[](https://badge.fury.io/nu/pulumi.gcp) +[](https://pypi.org/project/pulumi-gcp) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go) +[](https://github.com/pulumi/pulumi-gcp/blob/master/LICENSE) + +# Google Cloud Platform Resource Provider + +The Google Cloud Platform (GCP) resource provider for Pulumi lets you use GCP resources in your cloud programs. To use +this package, [install the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/). For a streamlined Pulumi walkthrough, including language runtime installation and GCP configuration, select "Get Started" below. + +<div> + <a href="https://www.pulumi.com/docs/get-started/gcp" 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 (JavaScript/TypeScript) + +To use from JavaScript or TypeScript in Node.js, install using either `npm`: + + $ npm install @pulumi/gcp + +or `yarn`: + + $ yarn add @pulumi/gcp + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_gcp + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-gcp/sdk/v6 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Gcp + +## Reference + +For further information, visit [GCP in the Pulumi Registry](https://www.pulumi.com/registry/packages/gcp/) +or for detailed API reference documentation, visit [GCP API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/gcp/api-docs/). + + + + +%package -n python3-pulumi-gcp +Summary: A Pulumi package for creating and managing Google Cloud Platform resources. +Provides: python-pulumi-gcp +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pulumi-gcp +[](https://github.com/pulumi/pulumi-gcp/actions) +[](https://slack.pulumi.com) +[](https://npmjs.com/package/@pulumi/gcp) +[](https://badge.fury.io/nu/pulumi.gcp) +[](https://pypi.org/project/pulumi-gcp) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go) +[](https://github.com/pulumi/pulumi-gcp/blob/master/LICENSE) + +# Google Cloud Platform Resource Provider + +The Google Cloud Platform (GCP) resource provider for Pulumi lets you use GCP resources in your cloud programs. To use +this package, [install the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/). For a streamlined Pulumi walkthrough, including language runtime installation and GCP configuration, select "Get Started" below. + +<div> + <a href="https://www.pulumi.com/docs/get-started/gcp" 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 (JavaScript/TypeScript) + +To use from JavaScript or TypeScript in Node.js, install using either `npm`: + + $ npm install @pulumi/gcp + +or `yarn`: + + $ yarn add @pulumi/gcp + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_gcp + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-gcp/sdk/v6 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Gcp + +## Reference + +For further information, visit [GCP in the Pulumi Registry](https://www.pulumi.com/registry/packages/gcp/) +or for detailed API reference documentation, visit [GCP API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/gcp/api-docs/). + + + + +%package help +Summary: Development documents and examples for pulumi-gcp +Provides: python3-pulumi-gcp-doc +%description help +[](https://github.com/pulumi/pulumi-gcp/actions) +[](https://slack.pulumi.com) +[](https://npmjs.com/package/@pulumi/gcp) +[](https://badge.fury.io/nu/pulumi.gcp) +[](https://pypi.org/project/pulumi-gcp) +[](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go) +[](https://github.com/pulumi/pulumi-gcp/blob/master/LICENSE) + +# Google Cloud Platform Resource Provider + +The Google Cloud Platform (GCP) resource provider for Pulumi lets you use GCP resources in your cloud programs. To use +this package, [install the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/). For a streamlined Pulumi walkthrough, including language runtime installation and GCP configuration, select "Get Started" below. + +<div> + <a href="https://www.pulumi.com/docs/get-started/gcp" 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 (JavaScript/TypeScript) + +To use from JavaScript or TypeScript in Node.js, install using either `npm`: + + $ npm install @pulumi/gcp + +or `yarn`: + + $ yarn add @pulumi/gcp + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_gcp + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-gcp/sdk/v6 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Gcp + +## Reference + +For further information, visit [GCP in the Pulumi Registry](https://www.pulumi.com/registry/packages/gcp/) +or for detailed API reference documentation, visit [GCP API Docs in the Pulumi Registry](https://www.pulumi.com/registry/packages/gcp/api-docs/). + + + + +%prep +%autosetup -n pulumi-gcp-6.53.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-gcp -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 6.53.0-1 +- Package Spec generated @@ -0,0 +1 @@ +b2a84512c99caddc051dd8bdfcdd0cab pulumi_gcp-6.53.0.tar.gz |
