diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-30 16:10:45 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 16:10:45 +0000 |
| commit | f7494797c454a0b8211f8579657513f518cc9ba4 (patch) | |
| tree | da5758cec907d0cc8e24afb270ba90790fba19a7 | |
| parent | 597b6458e3236fd05a2c1e81eafe5fa9c14830ca (diff) | |
automatic import of python-pulumi-aiven
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pulumi-aiven.spec | 240 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 242 insertions, 0 deletions
@@ -0,0 +1 @@ +/pulumi_aiven-6.3.0.tar.gz diff --git a/python-pulumi-aiven.spec b/python-pulumi-aiven.spec new file mode 100644 index 0000000..feaa5c3 --- /dev/null +++ b/python-pulumi-aiven.spec @@ -0,0 +1,240 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pulumi-aiven +Version: 6.3.0 +Release: 1 +Summary: A Pulumi package for creating and managing Aiven cloud resources. +License: Apache-2.0 +URL: https://pulumi.io +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/1e/2f903f817de3f96a772a3179364c827ea81f937d3e54cdaea9537f284886/pulumi_aiven-6.3.0.tar.gz +BuildArch: noarch + + +%description +[](https://github.com/pulumi/pulumi-aiven/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/aiven) +[](https://pypi.org/project/pulumi-aiven) +[](https://badge.fury.io/nu/pulumi.aiven) +[](https://pkg.go.dev/github.com/pulumi/pulumi-aiven/sdk/v5/go) +[](https://github.com/pulumi/pulumi-aiven/blob/master/LICENSE) + +# Aiven Resource Provider + +The Aiven resource provider for Pulumi lets you manage Aiven 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/aiven + +or `yarn`: + + $ yarn add @pulumi/aiven + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_aiven + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-aiven/sdk/v5 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Aiven + +## Configuration + +The following configuration points are available: + +- `aiven:apiToken` - (Optional) This is the API token to interact with your Aiven account. May be set via the `AIVEN_TOKEN` environment variable. + +## Reference + +For further information, please visit [the Aiven provider docs](https://www.pulumi.com/docs/intro/cloud-providers/aiven) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/aiven). + + + + +%package -n python3-pulumi-aiven +Summary: A Pulumi package for creating and managing Aiven cloud resources. +Provides: python-pulumi-aiven +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pulumi-aiven +[](https://github.com/pulumi/pulumi-aiven/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/aiven) +[](https://pypi.org/project/pulumi-aiven) +[](https://badge.fury.io/nu/pulumi.aiven) +[](https://pkg.go.dev/github.com/pulumi/pulumi-aiven/sdk/v5/go) +[](https://github.com/pulumi/pulumi-aiven/blob/master/LICENSE) + +# Aiven Resource Provider + +The Aiven resource provider for Pulumi lets you manage Aiven 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/aiven + +or `yarn`: + + $ yarn add @pulumi/aiven + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_aiven + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-aiven/sdk/v5 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Aiven + +## Configuration + +The following configuration points are available: + +- `aiven:apiToken` - (Optional) This is the API token to interact with your Aiven account. May be set via the `AIVEN_TOKEN` environment variable. + +## Reference + +For further information, please visit [the Aiven provider docs](https://www.pulumi.com/docs/intro/cloud-providers/aiven) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/aiven). + + + + +%package help +Summary: Development documents and examples for pulumi-aiven +Provides: python3-pulumi-aiven-doc +%description help +[](https://github.com/pulumi/pulumi-aiven/actions) +[](https://slack.pulumi.com) +[](https://www.npmjs.com/package/@pulumi/aiven) +[](https://pypi.org/project/pulumi-aiven) +[](https://badge.fury.io/nu/pulumi.aiven) +[](https://pkg.go.dev/github.com/pulumi/pulumi-aiven/sdk/v5/go) +[](https://github.com/pulumi/pulumi-aiven/blob/master/LICENSE) + +# Aiven Resource Provider + +The Aiven resource provider for Pulumi lets you manage Aiven 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/aiven + +or `yarn`: + + $ yarn add @pulumi/aiven + +### Python + +To use from Python, install using `pip`: + + $ pip install pulumi_aiven + +### Go + +To use from Go, use `go get` to grab the latest version of the library + + $ go get github.com/pulumi/pulumi-aiven/sdk/v5 + +### .NET + +To use from .NET, install using `dotnet add package`: + + $ dotnet add package Pulumi.Aiven + +## Configuration + +The following configuration points are available: + +- `aiven:apiToken` - (Optional) This is the API token to interact with your Aiven account. May be set via the `AIVEN_TOKEN` environment variable. + +## Reference + +For further information, please visit [the Aiven provider docs](https://www.pulumi.com/docs/intro/cloud-providers/aiven) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/aiven). + + + + +%prep +%autosetup -n pulumi-aiven-6.3.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-aiven -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.0-1 +- Package Spec generated @@ -0,0 +1 @@ +81e0679b33b572ff8a194955a2a8f2f5 pulumi_aiven-6.3.0.tar.gz |
