diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-15 04:06:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-15 04:06:21 +0000 |
commit | f6e362c09998b78e89d31fef17c07bdbdd0810cb (patch) | |
tree | f367e3329f104c1e4c4cedf5cb260bc993bc7755 | |
parent | f421860f52ad7027e20b59c8b06388623860a1e9 (diff) |
automatic import of python-pulumi-fastly
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pulumi-fastly.spec | 249 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 251 insertions, 0 deletions
@@ -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 +[](https://github.com/pulumi/pulumi-fastly/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/fastly) +[](https://pypi.org/project/pulumi-fastly) +[](https://badge.fury.io/nu/pulumi.fastly) +[](https://pkg.go.dev/github.com/pulumi/pulumi-fastly/sdk/v7/go) +[](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 +[](https://github.com/pulumi/pulumi-fastly/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/fastly) +[](https://pypi.org/project/pulumi-fastly) +[](https://badge.fury.io/nu/pulumi.fastly) +[](https://pkg.go.dev/github.com/pulumi/pulumi-fastly/sdk/v7/go) +[](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 +[](https://github.com/pulumi/pulumi-fastly/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/fastly) +[](https://pypi.org/project/pulumi-fastly) +[](https://badge.fury.io/nu/pulumi.fastly) +[](https://pkg.go.dev/github.com/pulumi/pulumi-fastly/sdk/v7/go) +[](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 @@ -0,0 +1 @@ +ee044006c4aa0ed049b492c9dc51bb07 pulumi_fastly-7.3.1.tar.gz |