summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-17 04:11:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-17 04:11:56 +0000
commit4d12841c12be8b466727c36a33939af3af460ec4 (patch)
treecd0d999d69b622f0febcc5af5aad281803ed4d6c
parentb3ab9434a692b8cdb89d9fc23d3e6ac7a2e542de (diff)
automatic import of python-dagster-bash
-rw-r--r--.gitignore1
-rw-r--r--python-dagster-bash.spec73
-rw-r--r--sources1
3 files changed, 75 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..ff117ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dagster-bash-0.7.16.tar.gz
diff --git a/python-dagster-bash.spec b/python-dagster-bash.spec
new file mode 100644
index 0000000..7c5aafb
--- /dev/null
+++ b/python-dagster-bash.spec
@@ -0,0 +1,73 @@
+%global _empty_manifest_terminate_build 0
+Name: python-dagster-bash
+Version: 0.7.16
+Release: 1
+Summary: Package for Dagster bash solids.
+License: Apache-2.0
+URL: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-bash
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/17/80/ac4d93e3af66247083c3a67b4ffe90d89e6096c78c9a839127a7bf0517d8/dagster-bash-0.7.16.tar.gz
+BuildArch: noarch
+
+Requires: python3-dagster
+
+%description
+
+
+%package -n python3-dagster-bash
+Summary: Package for Dagster bash solids.
+Provides: python-dagster-bash
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-dagster-bash
+
+
+%package help
+Summary: Development documents and examples for dagster-bash
+Provides: python3-dagster-bash-doc
+%description help
+
+
+%prep
+%autosetup -n dagster-bash-0.7.16
+
+%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-bash -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.16-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..4e40e35
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+01de0c46c4b3de01f7110951d7c2dea9 dagster-bash-0.7.16.tar.gz