summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 07:48:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 07:48:27 +0000
commit900bb64b83a036222dc9cace836552b998edb5e0 (patch)
tree14cc15f6134050d5545e10e9d50071881c587b52
parent9f68356d2e26aab81a7529035738fd91c0780e8e (diff)
automatic import of python-bossmanopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-bossman.spec104
-rw-r--r--sources1
3 files changed, 106 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..4e60952 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bossman-0.43.1.tar.gz
diff --git a/python-bossman.spec b/python-bossman.spec
new file mode 100644
index 0000000..903f6fa
--- /dev/null
+++ b/python-bossman.spec
@@ -0,0 +1,104 @@
+%global _empty_manifest_terminate_build 0
+Name: python-bossman
+Version: 0.43.1
+Release: 1
+Summary: Automation framework
+License: MIT License
+URL: https://github.com/ynohat/bossman
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/59/b8fc792e8d93ba7ae34339885ceff1f0e3ea3a11a46552268374af867425/bossman-0.43.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-edgegrid-python
+Requires: python3-requests
+Requires: python3-gitpython
+Requires: python3-pyyaml
+Requires: python3-parse
+Requires: python3-rich
+Requires: python3-jsonschema
+Requires: python3-packaging
+Requires: python3-cattrs
+Requires: python3-attrs
+Requires: python3-dateutil
+
+%description
+# Bossman
+
+Extensible automation framework, geared towards Akamai configuration management.
+
+All documentation is available on [bossman.readthedocs.io](https://bossman.readthedocs.io).
+
+
+
+
+%package -n python3-bossman
+Summary: Automation framework
+Provides: python-bossman
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-bossman
+# Bossman
+
+Extensible automation framework, geared towards Akamai configuration management.
+
+All documentation is available on [bossman.readthedocs.io](https://bossman.readthedocs.io).
+
+
+
+
+%package help
+Summary: Development documents and examples for bossman
+Provides: python3-bossman-doc
+%description help
+# Bossman
+
+Extensible automation framework, geared towards Akamai configuration management.
+
+All documentation is available on [bossman.readthedocs.io](https://bossman.readthedocs.io).
+
+
+
+
+%prep
+%autosetup -n bossman-0.43.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-bossman -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.43.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..379733d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+76803e8ffaf153512eea378a49c9d410 bossman-0.43.1.tar.gz