summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-15 04:06:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-15 04:06:21 +0000
commitf6e362c09998b78e89d31fef17c07bdbdd0810cb (patch)
treef367e3329f104c1e4c4cedf5cb260bc993bc7755
parentf421860f52ad7027e20b59c8b06388623860a1e9 (diff)
automatic import of python-pulumi-fastly
-rw-r--r--.gitignore1
-rw-r--r--python-pulumi-fastly.spec249
-rw-r--r--sources1
3 files changed, 251 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3116e69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pulumi_fastly-7.3.1.tar.gz
diff --git a/python-pulumi-fastly.spec b/python-pulumi-fastly.spec
new file mode 100644
index 0000000..b92fb44
--- /dev/null
+++ b/python-pulumi-fastly.spec
@@ -0,0 +1,249 @@
+%global _empty_manifest_terminate_build 0
+Name: python-pulumi-fastly
+Version: 7.3.1
+Release: 1
+Summary: A Pulumi package for creating and managing fastly cloud resources.
+License: Apache-2.0
+URL: https://pulumi.io
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/6a/567167896f386ee0bd2945060a13b23093b9992089d51684d24fdf21d988/pulumi_fastly-7.3.1.tar.gz
+BuildArch: noarch
+
+
+%description
+[![Actions Status](https://github.com/pulumi/pulumi-fastly/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-fastly/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Ffastly.svg)](https://www.npmjs.com/package/@pulumi/fastly)
+[![Python version](https://badge.fury.io/py/pulumi-fastly.svg)](https://pypi.org/project/pulumi-fastly)
+[![NuGet version](https://badge.fury.io/nu/pulumi.fastly.svg)](https://badge.fury.io/nu/pulumi.fastly)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-fastly/sdk/v7/go)](https://pkg.go.dev/github.com/pulumi/pulumi-fastly/sdk/v7/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-fastly/blob/master/LICENSE)
+
+# Fastly Resource Provider
+
+The Fastly resource provider for Pulumi lets you manage Fastly 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/fastly
+
+or `yarn`:
+
+ $ yarn add @pulumi/fastly
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_fastly
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-fastly/sdk/v7
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Fastly
+
+## Configuration
+
+The following configuration points are available:
+
+- `fastly:apiKey` - (Required) This is the API key. It must be provided, but it can also be sourced from the `FASTLY_API_KEY`
+ environment variable
+- `fastly:baseUrl` - (Optional) This is the API server hostname. It is required if using a private instance of the API and
+ otherwise defaults to the public Fastly production service. It can also be sourced from the `FASTLY_API_URL` environment variable
+
+## Reference
+
+For further information, please visit [the Fastly provider docs](https://www.pulumi.com/docs/intro/cloud-providers/fastly) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/fastly).
+
+
+
+
+%package -n python3-pulumi-fastly
+Summary: A Pulumi package for creating and managing fastly cloud resources.
+Provides: python-pulumi-fastly
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-pulumi-fastly
+[![Actions Status](https://github.com/pulumi/pulumi-fastly/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-fastly/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Ffastly.svg)](https://www.npmjs.com/package/@pulumi/fastly)
+[![Python version](https://badge.fury.io/py/pulumi-fastly.svg)](https://pypi.org/project/pulumi-fastly)
+[![NuGet version](https://badge.fury.io/nu/pulumi.fastly.svg)](https://badge.fury.io/nu/pulumi.fastly)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-fastly/sdk/v7/go)](https://pkg.go.dev/github.com/pulumi/pulumi-fastly/sdk/v7/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-fastly/blob/master/LICENSE)
+
+# Fastly Resource Provider
+
+The Fastly resource provider for Pulumi lets you manage Fastly 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/fastly
+
+or `yarn`:
+
+ $ yarn add @pulumi/fastly
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_fastly
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-fastly/sdk/v7
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Fastly
+
+## Configuration
+
+The following configuration points are available:
+
+- `fastly:apiKey` - (Required) This is the API key. It must be provided, but it can also be sourced from the `FASTLY_API_KEY`
+ environment variable
+- `fastly:baseUrl` - (Optional) This is the API server hostname. It is required if using a private instance of the API and
+ otherwise defaults to the public Fastly production service. It can also be sourced from the `FASTLY_API_URL` environment variable
+
+## Reference
+
+For further information, please visit [the Fastly provider docs](https://www.pulumi.com/docs/intro/cloud-providers/fastly) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/fastly).
+
+
+
+
+%package help
+Summary: Development documents and examples for pulumi-fastly
+Provides: python3-pulumi-fastly-doc
+%description help
+[![Actions Status](https://github.com/pulumi/pulumi-fastly/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-fastly/actions)
+[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
+[![NPM version](https://badge.fury.io/js/%40pulumi%2Ffastly.svg)](https://www.npmjs.com/package/@pulumi/fastly)
+[![Python version](https://badge.fury.io/py/pulumi-fastly.svg)](https://pypi.org/project/pulumi-fastly)
+[![NuGet version](https://badge.fury.io/nu/pulumi.fastly.svg)](https://badge.fury.io/nu/pulumi.fastly)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-fastly/sdk/v7/go)](https://pkg.go.dev/github.com/pulumi/pulumi-fastly/sdk/v7/go)
+[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-fastly/blob/master/LICENSE)
+
+# Fastly Resource Provider
+
+The Fastly resource provider for Pulumi lets you manage Fastly 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/fastly
+
+or `yarn`:
+
+ $ yarn add @pulumi/fastly
+
+### Python
+
+To use from Python, install using `pip`:
+
+ $ pip install pulumi_fastly
+
+### Go
+
+To use from Go, use `go get` to grab the latest version of the library
+
+ $ go get github.com/pulumi/pulumi-fastly/sdk/v7
+
+### .NET
+
+To use from .NET, install using `dotnet add package`:
+
+ $ dotnet add package Pulumi.Fastly
+
+## Configuration
+
+The following configuration points are available:
+
+- `fastly:apiKey` - (Required) This is the API key. It must be provided, but it can also be sourced from the `FASTLY_API_KEY`
+ environment variable
+- `fastly:baseUrl` - (Optional) This is the API server hostname. It is required if using a private instance of the API and
+ otherwise defaults to the public Fastly production service. It can also be sourced from the `FASTLY_API_URL` environment variable
+
+## Reference
+
+For further information, please visit [the Fastly provider docs](https://www.pulumi.com/docs/intro/cloud-providers/fastly) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/fastly).
+
+
+
+
+%prep
+%autosetup -n pulumi-fastly-7.3.1
+
+%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-fastly -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..3ab5302
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ee044006c4aa0ed049b492c9dc51bb07 pulumi_fastly-7.3.1.tar.gz