summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-11 02:53:17 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-11 02:53:17 +0000
commitbbedebd73be5036d651d0627307e498ec67fcfb8 (patch)
treef0129d45bdf2c3c7a427d32b827d11fc40c4c1cb
parent26ec7541f753e7abd20fb37eda4fe5968b6122b8 (diff)
automatic import of python-dagster-cloud
-rw-r--r--.gitignore1
-rw-r--r--python-dagster-cloud.spec299
-rw-r--r--sources1
3 files changed, 301 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..fb254d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dagster_cloud-1.2.6.tar.gz
diff --git a/python-dagster-cloud.spec b/python-dagster-cloud.spec
new file mode 100644
index 0000000..bcce0d3
--- /dev/null
+++ b/python-dagster-cloud.spec
@@ -0,0 +1,299 @@
+%global _empty_manifest_terminate_build 0
+Name: python-dagster-cloud
+Version: 1.2.6
+Release: 1
+Summary: please add a summary manually as the author left a blank one
+License: Apache-2.0
+URL: https://dagster.io/cloud
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ac/50/1c36eedc4c50678e2121cb2e40d2633fa59ff827fb81166de0ff6b1b538d/dagster_cloud-1.2.6.tar.gz
+BuildArch: noarch
+
+Requires: python3-dagster
+Requires: python3-dagster-cloud-cli
+Requires: python3-pex
+Requires: python3-questionary
+Requires: python3-requests
+Requires: python3-typer[all]
+Requires: python3-docker
+Requires: python3-dagster-docker
+Requires: python3-dagster-aws
+Requires: python3-boto3
+Requires: python3-kubernetes
+Requires: python3-dagster-k8s
+Requires: python3-boto3
+Requires: python3-supervisor
+Requires: python3-boto3
+Requires: python3-black
+Requires: python3-docker
+Requires: python3-httpretty
+Requires: python3-isort
+Requires: python3-kubernetes
+Requires: python3-moto[all]
+Requires: python3-mypy
+Requires: python3-paramiko
+Requires: python3-pylint
+Requires: python3-pytest
+Requires: python3-types-PyYAML
+Requires: python3-types-requests
+Requires: python3-dagster-cloud-test-infra
+Requires: python3-dagster-k8s
+
+%description
+<p align="center">
+ <a target="_blank" href="https://dagster.io/cloud" style="background:none">
+ <img src="https://github.com/dagster-io/dagster-cloud/raw/main/assets/dagster-cloud-logo.png" width="auto"/>
+ </a>
+ <br /><br />
+ <a target="_blank" href="https://twitter.com/dagster" style="background:none">
+ <img src="https://img.shields.io/badge/twitter-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=twitter" />
+ </a>
+ <a target="_blank" href="https://dagster.io/slack" style="background:none">
+ <img src="https://img.shields.io/badge/slack-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=slack" />
+ </a>
+ <a target="_blank" href="https://linkedin.com/showcase/dagster" style="background:none">
+ <img src="https://img.shields.io/badge/linkedin-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=linkedin" />
+ </a>
+ <a target="_blank" href="https://github.com/dagster-io/dagster" style="background:none">
+ <img src="https://img.shields.io/github/stars/dagster-io/dagster?labelColor=4F43DD&color=163B36&logo=github">
+ </a>
+ <br />
+ <a target="_blank" href="https://pypi.org/project/dagster-cloud/" style="background:none">
+ <img src="https://img.shields.io/pypi/v/dagster-cloud?labelColor=4F43DD&color=163B36">
+ </a>
+ <a target="_blank" href="https://pypi.org/project/dagster-cloud/" style="background:none">
+ <img src="https://img.shields.io/pypi/pyversions/dagster-cloud?labelColor=4F43DD&color=163B36">
+ </a>
+</p>
+
+# Dagster Cloud
+
+The enterprise orchestration platform that puts developer experience first, with fully serverless or hybrid deployments, native branching, and out-of-the-box CI/CD.
+
+## Getting Started
+
+The complete Dagster Cloud feature set can be found on our [website](https://dagster.io/cloud). You
+can [sign up for Dagster Cloud](https://dagster.cloud/signup) and get started with a free 30 day
+trial.
+
+## Installation
+
+The Dagster Cloud Agent is available on PyPI and officially supports Python 3.8.
+
+```
+pip install dagster-cloud
+```
+
+## Documentation
+
+You can find the full Dagster Cloud documentation on our
+[website](https://docs.dagster.io/dagster-cloud).
+
+## Community
+
+Connect with thousands of other data practitioners building with Dagster. Share knowledge, get help,
+and contribute to the open-source project. To see featured material and upcoming events, check out
+our [Dagster Community](https://dagster.io/community) page.
+
+Join our community here:
+
+- 🌟 [Star us on Github](https://github.com/dagster-io/dagster)
+- 📥 [Subscribe to our Newsletter](https://dagster.io/newsletter-signup)
+- 🐦 [Follow us on Twitter](https://twitter.com/dagster)
+- 🕴️ [Follow us on LinkedIn](https://linkedin.com/showcase/dagster)
+- 📺 [Subscribe to our YouTube channel](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q)
+- 📚 [Read our blog posts](https://dagster.io/blog)
+- 👋 [Join us on Slack](https://dagster.io/slack)
+- 🗃 [Browse Slack archives](https://discuss.dagster.io)
+- ✏️ [Start a Github Discussion](https://github.com/dagster-io/dagster/discussions)
+
+
+%package -n python3-dagster-cloud
+Summary: please add a summary manually as the author left a blank one
+Provides: python-dagster-cloud
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-dagster-cloud
+<p align="center">
+ <a target="_blank" href="https://dagster.io/cloud" style="background:none">
+ <img src="https://github.com/dagster-io/dagster-cloud/raw/main/assets/dagster-cloud-logo.png" width="auto"/>
+ </a>
+ <br /><br />
+ <a target="_blank" href="https://twitter.com/dagster" style="background:none">
+ <img src="https://img.shields.io/badge/twitter-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=twitter" />
+ </a>
+ <a target="_blank" href="https://dagster.io/slack" style="background:none">
+ <img src="https://img.shields.io/badge/slack-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=slack" />
+ </a>
+ <a target="_blank" href="https://linkedin.com/showcase/dagster" style="background:none">
+ <img src="https://img.shields.io/badge/linkedin-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=linkedin" />
+ </a>
+ <a target="_blank" href="https://github.com/dagster-io/dagster" style="background:none">
+ <img src="https://img.shields.io/github/stars/dagster-io/dagster?labelColor=4F43DD&color=163B36&logo=github">
+ </a>
+ <br />
+ <a target="_blank" href="https://pypi.org/project/dagster-cloud/" style="background:none">
+ <img src="https://img.shields.io/pypi/v/dagster-cloud?labelColor=4F43DD&color=163B36">
+ </a>
+ <a target="_blank" href="https://pypi.org/project/dagster-cloud/" style="background:none">
+ <img src="https://img.shields.io/pypi/pyversions/dagster-cloud?labelColor=4F43DD&color=163B36">
+ </a>
+</p>
+
+# Dagster Cloud
+
+The enterprise orchestration platform that puts developer experience first, with fully serverless or hybrid deployments, native branching, and out-of-the-box CI/CD.
+
+## Getting Started
+
+The complete Dagster Cloud feature set can be found on our [website](https://dagster.io/cloud). You
+can [sign up for Dagster Cloud](https://dagster.cloud/signup) and get started with a free 30 day
+trial.
+
+## Installation
+
+The Dagster Cloud Agent is available on PyPI and officially supports Python 3.8.
+
+```
+pip install dagster-cloud
+```
+
+## Documentation
+
+You can find the full Dagster Cloud documentation on our
+[website](https://docs.dagster.io/dagster-cloud).
+
+## Community
+
+Connect with thousands of other data practitioners building with Dagster. Share knowledge, get help,
+and contribute to the open-source project. To see featured material and upcoming events, check out
+our [Dagster Community](https://dagster.io/community) page.
+
+Join our community here:
+
+- 🌟 [Star us on Github](https://github.com/dagster-io/dagster)
+- 📥 [Subscribe to our Newsletter](https://dagster.io/newsletter-signup)
+- 🐦 [Follow us on Twitter](https://twitter.com/dagster)
+- 🕴️ [Follow us on LinkedIn](https://linkedin.com/showcase/dagster)
+- 📺 [Subscribe to our YouTube channel](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q)
+- 📚 [Read our blog posts](https://dagster.io/blog)
+- 👋 [Join us on Slack](https://dagster.io/slack)
+- 🗃 [Browse Slack archives](https://discuss.dagster.io)
+- ✏️ [Start a Github Discussion](https://github.com/dagster-io/dagster/discussions)
+
+
+%package help
+Summary: Development documents and examples for dagster-cloud
+Provides: python3-dagster-cloud-doc
+%description help
+<p align="center">
+ <a target="_blank" href="https://dagster.io/cloud" style="background:none">
+ <img src="https://github.com/dagster-io/dagster-cloud/raw/main/assets/dagster-cloud-logo.png" width="auto"/>
+ </a>
+ <br /><br />
+ <a target="_blank" href="https://twitter.com/dagster" style="background:none">
+ <img src="https://img.shields.io/badge/twitter-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=twitter" />
+ </a>
+ <a target="_blank" href="https://dagster.io/slack" style="background:none">
+ <img src="https://img.shields.io/badge/slack-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=slack" />
+ </a>
+ <a target="_blank" href="https://linkedin.com/showcase/dagster" style="background:none">
+ <img src="https://img.shields.io/badge/linkedin-dagster-blue.svg?labelColor=4F43DD&color=163B36&logo=linkedin" />
+ </a>
+ <a target="_blank" href="https://github.com/dagster-io/dagster" style="background:none">
+ <img src="https://img.shields.io/github/stars/dagster-io/dagster?labelColor=4F43DD&color=163B36&logo=github">
+ </a>
+ <br />
+ <a target="_blank" href="https://pypi.org/project/dagster-cloud/" style="background:none">
+ <img src="https://img.shields.io/pypi/v/dagster-cloud?labelColor=4F43DD&color=163B36">
+ </a>
+ <a target="_blank" href="https://pypi.org/project/dagster-cloud/" style="background:none">
+ <img src="https://img.shields.io/pypi/pyversions/dagster-cloud?labelColor=4F43DD&color=163B36">
+ </a>
+</p>
+
+# Dagster Cloud
+
+The enterprise orchestration platform that puts developer experience first, with fully serverless or hybrid deployments, native branching, and out-of-the-box CI/CD.
+
+## Getting Started
+
+The complete Dagster Cloud feature set can be found on our [website](https://dagster.io/cloud). You
+can [sign up for Dagster Cloud](https://dagster.cloud/signup) and get started with a free 30 day
+trial.
+
+## Installation
+
+The Dagster Cloud Agent is available on PyPI and officially supports Python 3.8.
+
+```
+pip install dagster-cloud
+```
+
+## Documentation
+
+You can find the full Dagster Cloud documentation on our
+[website](https://docs.dagster.io/dagster-cloud).
+
+## Community
+
+Connect with thousands of other data practitioners building with Dagster. Share knowledge, get help,
+and contribute to the open-source project. To see featured material and upcoming events, check out
+our [Dagster Community](https://dagster.io/community) page.
+
+Join our community here:
+
+- 🌟 [Star us on Github](https://github.com/dagster-io/dagster)
+- 📥 [Subscribe to our Newsletter](https://dagster.io/newsletter-signup)
+- 🐦 [Follow us on Twitter](https://twitter.com/dagster)
+- 🕴️ [Follow us on LinkedIn](https://linkedin.com/showcase/dagster)
+- 📺 [Subscribe to our YouTube channel](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q)
+- 📚 [Read our blog posts](https://dagster.io/blog)
+- 👋 [Join us on Slack](https://dagster.io/slack)
+- 🗃 [Browse Slack archives](https://discuss.dagster.io)
+- ✏️ [Start a Github Discussion](https://github.com/dagster-io/dagster/discussions)
+
+
+%prep
+%autosetup -n dagster-cloud-1.2.6
+
+%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-dagster-cloud -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..365f25a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+f0ebe05135600cf9025af6ac4f14369e dagster_cloud-1.2.6.tar.gz