summaryrefslogtreecommitdiff
path: root/python-conferencecorpus.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 04:27:19 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 04:27:19 +0000
commitee99104d2c87a2ce950d98935eb64ca0e4972b76 (patch)
treefbfc66825e5a246eeaf0eb5fff501a032f842204 /python-conferencecorpus.spec
parentc7465048d8c9d986b1b2a39fb3e593a6827bfaf2 (diff)
automatic import of python-conferencecorpusopeneuler20.03
Diffstat (limited to 'python-conferencecorpus.spec')
-rw-r--r--python-conferencecorpus.spec170
1 files changed, 170 insertions, 0 deletions
diff --git a/python-conferencecorpus.spec b/python-conferencecorpus.spec
new file mode 100644
index 0000000..f502fc5
--- /dev/null
+++ b/python-conferencecorpus.spec
@@ -0,0 +1,170 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ConferenceCorpus
+Version: 0.1.1
+Release: 1
+Summary: python api providing access to academic events and event series from different sources
+License: Apache
+URL: http://wiki.bitplan.com/index.php/ConferenceCorpus
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/6a/793a4798cca7d6812b21922812d68772556557fb47c5ba4195d7304ce9ff/ConferenceCorpus-0.1.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-pyFlaskBootstrap4
+Requires: python3-pylodstorage
+Requires: python3-dateutil
+Requires: python3-py-3rdparty-mediawiki
+Requires: python3-wikirender
+Requires: python3-geograpy3
+Requires: python3-habanero
+Requires: python3-geopy
+Requires: python3-OSMPythonTools
+Requires: python3-wikibaseintegrator
+Requires: python3-pybtex
+Requires: python3-num2words
+Requires: python3-psutil
+Requires: python3-lxml
+Requires: python3-pydevd
+Requires: python3-pyGenericSpreadSheet
+Requires: python3-pyJustpyWidgets
+Requires: python3-pyProbabilityDistributionFit
+Requires: python3-matplotlib
+Requires: python3-Markdown
+Requires: python3-pyparsing
+Requires: python3-scikit-learn
+Requires: python3-requests
+
+%description
+# ConferenceCorpus
+The EventCorpus provides access to academic events and event series from different sources
+
+[![Website ConferenceCorpus](https://img.shields.io/website-up-down-green-red/https/conferencecorpus.bitplan.com.svg)](https://conferencecorpus.bitplan.com)
+[![Documentation Status](https://readthedocs.org/projects/conferencecorpus/badge/?version=latest)](https://conferencecorpus.readthedocs.io/en/latest/?badge=latest)
+[![Github Actions Build](https://github.com/WolfgangFahl/ConferenceCorpus/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/ConferenceCorpus/actions?query=workflow%3ABuild+branch%3Amain)
+[![PyPI Status](https://img.shields.io/pypi/v/ConferenceCorpus.svg)](https://pypi.python.org/pypi/ConferenceCorpus/)
+[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/ConferenceCorpus.svg)](https://github.com/WolfgangFahl/ConferenceCorpus/issues)
+[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/ConferenceCorpus.svg)](https://github.com/WolfgangFahl/ConferenceCorpus/issues/?q=is%3Aissue+is%3Aclosed)
+[![pypi](https://img.shields.io/pypi/pyversions/ConferenceCorpus)](https://pypi.org/project/ConferenceCorpus/)
+[![License](https://img.shields.io/github/license/WolfgangFahl/ConferenceCorpus.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+
+## Demo
+* [Conference Corpus Service](https://conferencecorpus.bitplan.com)
+## Example API calls
+* [WEBIST html](https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=html)
+* [WEBIST json](https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=json)
+
+## Documentation
+[Wiki](http://wiki.bitplan.com/index.php/ConferenceCorpus)
+
+### Authors
+* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
+* [Tim Holzheim](https://github.com/tholzheim)
+* [Musaab Khan](https://github.com/musaabkh)
+
+
+%package -n python3-ConferenceCorpus
+Summary: python api providing access to academic events and event series from different sources
+Provides: python-ConferenceCorpus
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ConferenceCorpus
+# ConferenceCorpus
+The EventCorpus provides access to academic events and event series from different sources
+
+[![Website ConferenceCorpus](https://img.shields.io/website-up-down-green-red/https/conferencecorpus.bitplan.com.svg)](https://conferencecorpus.bitplan.com)
+[![Documentation Status](https://readthedocs.org/projects/conferencecorpus/badge/?version=latest)](https://conferencecorpus.readthedocs.io/en/latest/?badge=latest)
+[![Github Actions Build](https://github.com/WolfgangFahl/ConferenceCorpus/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/ConferenceCorpus/actions?query=workflow%3ABuild+branch%3Amain)
+[![PyPI Status](https://img.shields.io/pypi/v/ConferenceCorpus.svg)](https://pypi.python.org/pypi/ConferenceCorpus/)
+[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/ConferenceCorpus.svg)](https://github.com/WolfgangFahl/ConferenceCorpus/issues)
+[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/ConferenceCorpus.svg)](https://github.com/WolfgangFahl/ConferenceCorpus/issues/?q=is%3Aissue+is%3Aclosed)
+[![pypi](https://img.shields.io/pypi/pyversions/ConferenceCorpus)](https://pypi.org/project/ConferenceCorpus/)
+[![License](https://img.shields.io/github/license/WolfgangFahl/ConferenceCorpus.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+
+## Demo
+* [Conference Corpus Service](https://conferencecorpus.bitplan.com)
+## Example API calls
+* [WEBIST html](https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=html)
+* [WEBIST json](https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=json)
+
+## Documentation
+[Wiki](http://wiki.bitplan.com/index.php/ConferenceCorpus)
+
+### Authors
+* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
+* [Tim Holzheim](https://github.com/tholzheim)
+* [Musaab Khan](https://github.com/musaabkh)
+
+
+%package help
+Summary: Development documents and examples for ConferenceCorpus
+Provides: python3-ConferenceCorpus-doc
+%description help
+# ConferenceCorpus
+The EventCorpus provides access to academic events and event series from different sources
+
+[![Website ConferenceCorpus](https://img.shields.io/website-up-down-green-red/https/conferencecorpus.bitplan.com.svg)](https://conferencecorpus.bitplan.com)
+[![Documentation Status](https://readthedocs.org/projects/conferencecorpus/badge/?version=latest)](https://conferencecorpus.readthedocs.io/en/latest/?badge=latest)
+[![Github Actions Build](https://github.com/WolfgangFahl/ConferenceCorpus/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/ConferenceCorpus/actions?query=workflow%3ABuild+branch%3Amain)
+[![PyPI Status](https://img.shields.io/pypi/v/ConferenceCorpus.svg)](https://pypi.python.org/pypi/ConferenceCorpus/)
+[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/ConferenceCorpus.svg)](https://github.com/WolfgangFahl/ConferenceCorpus/issues)
+[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/ConferenceCorpus.svg)](https://github.com/WolfgangFahl/ConferenceCorpus/issues/?q=is%3Aissue+is%3Aclosed)
+[![pypi](https://img.shields.io/pypi/pyversions/ConferenceCorpus)](https://pypi.org/project/ConferenceCorpus/)
+[![License](https://img.shields.io/github/license/WolfgangFahl/ConferenceCorpus.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+
+## Demo
+* [Conference Corpus Service](https://conferencecorpus.bitplan.com)
+## Example API calls
+* [WEBIST html](https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=html)
+* [WEBIST json](https://conferencecorpus.bitplan.com/eventseries/WEBIST?format=json)
+
+## Documentation
+[Wiki](http://wiki.bitplan.com/index.php/ConferenceCorpus)
+
+### Authors
+* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
+* [Tim Holzheim](https://github.com/tholzheim)
+* [Musaab Khan](https://github.com/musaabkh)
+
+
+%prep
+%autosetup -n ConferenceCorpus-0.1.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-ConferenceCorpus -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
+- Package Spec generated