summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 06:16:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 06:16:35 +0000
commita8ba2de68f400eecbeb7e27de3d63b3f978e1d8d (patch)
treea723cd60351e616cd2af73562f2728f02f4a57b2
parent1d6db4704d0b59ec23b481897aaae775b045c380 (diff)
automatic import of python-serenata-toolboxopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-serenata-toolbox.spec85
-rw-r--r--sources1
3 files changed, 87 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..361b750 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/serenata-toolbox-15.1.6.tar.gz
diff --git a/python-serenata-toolbox.spec b/python-serenata-toolbox.spec
new file mode 100644
index 0000000..d2167ee
--- /dev/null
+++ b/python-serenata-toolbox.spec
@@ -0,0 +1,85 @@
+%global _empty_manifest_terminate_build 0
+Name: python-serenata-toolbox
+Version: 15.1.6
+Release: 1
+Summary: Toolbox for Serenata de Amor project
+License: MIT
+URL: http://github.com/okfn-brasil/serenata-toolbox
+Source0: https://mirrors.aliyun.com/pypi/web/packages/32/42/960db8e8b74e8cd04af25f8da03ff92e99e70bac338d411ff5735b8e5d1d/serenata-toolbox-15.1.6.tar.gz
+BuildArch: noarch
+
+Requires: python3-aiofiles
+Requires: python3-aiohttp
+Requires: python3-beautifulsoup4
+Requires: python3-lxml
+Requires: python3-pandas
+Requires: python3-decouple
+Requires: python3-tqdm
+
+%description
+`pip <https://pip.pypa.io/en/stable/>`_ installable package to support `Serenata de Amor <https://github.com/okfn-brasil/serenata-de-amor>`_
+and `Rosie <https://github.com/okfn-brasil/serenata-de-amor/blob/master/rosie/README.md>`_ development.
+Serenata_toolbox is compatible with Python 3.6+
+
+%package -n python3-serenata-toolbox
+Summary: Toolbox for Serenata de Amor project
+Provides: python-serenata-toolbox
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-serenata-toolbox
+`pip <https://pip.pypa.io/en/stable/>`_ installable package to support `Serenata de Amor <https://github.com/okfn-brasil/serenata-de-amor>`_
+and `Rosie <https://github.com/okfn-brasil/serenata-de-amor/blob/master/rosie/README.md>`_ development.
+Serenata_toolbox is compatible with Python 3.6+
+
+%package help
+Summary: Development documents and examples for serenata-toolbox
+Provides: python3-serenata-toolbox-doc
+%description help
+`pip <https://pip.pypa.io/en/stable/>`_ installable package to support `Serenata de Amor <https://github.com/okfn-brasil/serenata-de-amor>`_
+and `Rosie <https://github.com/okfn-brasil/serenata-de-amor/blob/master/rosie/README.md>`_ development.
+Serenata_toolbox is compatible with Python 3.6+
+
+%prep
+%autosetup -n serenata-toolbox-15.1.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-serenata-toolbox -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 15.1.6-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..8148514
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9de64df2e50a5a2c760b7cb2a499e8e2 serenata-toolbox-15.1.6.tar.gz