From b2f2449fc5bcb967e45b9a9f2aed76d254bb5081 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 11 Apr 2023 10:12:27 +0000 Subject: automatic import of python-pulumi-gcp --- .gitignore | 1 + python-pulumi-gcp.spec | 243 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 245 insertions(+) create mode 100644 python-pulumi-gcp.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..a65b32f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +[![Actions Status](https://github.com/pulumi/pulumi-gcp/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-gcp/actions) +[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) +[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgcp.svg)](https://npmjs.com/package/@pulumi/gcp) +[![NuGet version](https://badge.fury.io/nu/pulumi.gcp.svg)](https://badge.fury.io/nu/pulumi.gcp) +[![Python version](https://badge.fury.io/py/pulumi-gcp.svg)](https://pypi.org/project/pulumi-gcp) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gcp/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go) +[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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. + +
+ + + +
+ +## 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 +[![Actions Status](https://github.com/pulumi/pulumi-gcp/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-gcp/actions) +[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) +[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgcp.svg)](https://npmjs.com/package/@pulumi/gcp) +[![NuGet version](https://badge.fury.io/nu/pulumi.gcp.svg)](https://badge.fury.io/nu/pulumi.gcp) +[![Python version](https://badge.fury.io/py/pulumi-gcp.svg)](https://pypi.org/project/pulumi-gcp) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gcp/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go) +[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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. + +
+ + + +
+ +## 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 +[![Actions Status](https://github.com/pulumi/pulumi-gcp/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-gcp/actions) +[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) +[![NPM version](https://badge.fury.io/js/%40pulumi%2Fgcp.svg)](https://npmjs.com/package/@pulumi/gcp) +[![NuGet version](https://badge.fury.io/nu/pulumi.gcp.svg)](https://badge.fury.io/nu/pulumi.gcp) +[![Python version](https://badge.fury.io/py/pulumi-gcp.svg)](https://pypi.org/project/pulumi-gcp) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gcp/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go) +[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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. + +
+ + + +
+ +## 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 - 6.53.0-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..282150e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +b2a84512c99caddc051dd8bdfcdd0cab pulumi_gcp-6.53.0.tar.gz -- cgit v1.2.3