From 31fced1a9e615eed2d3ba44a8f994de1cbfd3ff7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 May 2023 09:42:36 +0000 Subject: automatic import of python-openresearchmigration --- .gitignore | 1 + python-openresearchmigration.spec | 226 ++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 228 insertions(+) create mode 100644 python-openresearchmigration.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..70b0874 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/OpenResearchMigration-0.0.30.tar.gz diff --git a/python-openresearchmigration.spec b/python-openresearchmigration.spec new file mode 100644 index 0000000..f06b937 --- /dev/null +++ b/python-openresearchmigration.spec @@ -0,0 +1,226 @@ +%global _empty_manifest_terminate_build 0 +Name: python-OpenResearchMigration +Version: 0.0.30 +Release: 1 +Summary: python api to access OPENRESEARCH data +License: Apache +URL: https://www.openresearch.org/wiki/Main_Page +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/c3/8bac24357999d7796376620c21a2524eef7c906ddfbb12d41aaf31e70ea4/OpenResearchMigration-0.0.30.tar.gz +BuildArch: noarch + +Requires: python3-pylodstorage +Requires: python3-dateutil +Requires: python3-py-3rdparty-mediawiki +Requires: python3-wikitextparser +Requires: python3-geograpy3 +Requires: python3-ConferenceCorpus +Requires: python3-OSMPythonTools + +%description +[![Join the discussion](https://img.shields.io/badge/Discussion-OPENRESEARCH-brightgreen)](https://github.com/SmartDataAnalytics/OpenResearch/discussions) +[![GitHub issues](https://img.shields.io/github/issues/SmartDataAnalytics/OpenResearch.svg)](https://github.com/SmartDataAnalytics/OpenResearch/issues) +[![GitHub issues](https://img.shields.io/github/issues-closed/SmartDataAnalytics/OpenResearch.svg)](https://github.com/SmartDataAnalytics/OpenResearch/issues/?q=is%3Aissue+is%3Aclosed) +[![Website OPENRESEARCH](https://img.shields.io/website-up-down-green-red/https/www.openresearch.org.svg)](https://www.openresearch.org) + +## OPEN RESEARCH Migration +[![Github Actions Build](https://github.com/SmartDataAnalytics/OpenResearch/workflows/Build/badge.svg?branch=master)](https://github.com/SmartDataAnalytics/OpenResearch/actions?query=workflow%3ABuild+branch%3Amaster) +[![PyPI Status](https://img.shields.io/pypi/v/OpenResearchMigration.svg)](https://pypi.python.org/pypi/OpenResearchMigration/) +[![pypi](https://img.shields.io/pypi/pyversions/OpenResearchMigration)](https://pypi.org/project/OpenResearchMigration/) + +# OPEN RESEARCH + +This repository is mainly used as public ticket system for +[![OPENRESEARCH LOGO](https://www.openresearch.org/mediawiki/images/e/ed/Openresearch_logo_2017_rgb_resized.png)](https://www.openresearch.org/wiki/Main_Page) + + +# ConfIDent +[![ConfIDent Logo](https://projects.tib.eu/fileadmin/templates/confident/tib_projects_confident_1150.jpg)](https://www.openresearch.org) + +## Public Links +* [OPENRESEARCH](https://www.openresearch.org) +* [ConfIDent Project Home page](https://projects.tib.eu/en/confident/) +* [ConfIDent Project page at TIB](https://www.tib.eu/en/research-development/project-overview/project-summary/confident) +* [RWTH Aachen i5 ConfIDent server](https://confident.dbis.rwth-aachen.de/) +* [TIB confident-conference.org](https://www.confident-conference.org/r/) + +## Demos +* [Proceedings Title Parser](http://ptp.bitplan.com) +* [Semantified CEUR-WS](http://ceur-ws.bitplan.com/index.php/Main_Page) +* [Conferences and Location demo](https://cr.bitplan.com/index.php/Main_Page) +* [dblp xml conference import](https://confident.dbis.rwth-aachen.de/dblpconf/) + +## Protected content +* [ConfIDent Requirements, Usecases and Design](https://rq.bitplan.com/) + +# Opensource Projects +We contributed to and/or created the following OpenSource projects to reach our project goals: +* [ConferenceCorpus](https://github.com/WolfgangFahl/ConferenceCorpus) +* [Semantic MediaWiki](https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki) +* [ConfIDent dataimports](https://github.com/TIBHannover/confiDent-dataimports) +* [geograpy3](https://github.com/somnathrakshit/geograpy3) +* [py-3dparty-mediawiki](https://github.com/WolfgangFahl/py-3rdparty-mediawiki) +* [pyLodstorage](https://github.com/WolfgangFahl/pyLoDStorage) +* [dblpconf](https://pypi.org/project/dblpconf/) +* [aeon](https://github.com/tibonto/aeon) +* [wikirender](https://github.com/tholzheim/wikirender) +* [pymediawikidocker](https://github.com/WolfgangFahl/pymediawikidocker) + + + + +%package -n python3-OpenResearchMigration +Summary: python api to access OPENRESEARCH data +Provides: python-OpenResearchMigration +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-OpenResearchMigration +[![Join the discussion](https://img.shields.io/badge/Discussion-OPENRESEARCH-brightgreen)](https://github.com/SmartDataAnalytics/OpenResearch/discussions) +[![GitHub issues](https://img.shields.io/github/issues/SmartDataAnalytics/OpenResearch.svg)](https://github.com/SmartDataAnalytics/OpenResearch/issues) +[![GitHub issues](https://img.shields.io/github/issues-closed/SmartDataAnalytics/OpenResearch.svg)](https://github.com/SmartDataAnalytics/OpenResearch/issues/?q=is%3Aissue+is%3Aclosed) +[![Website OPENRESEARCH](https://img.shields.io/website-up-down-green-red/https/www.openresearch.org.svg)](https://www.openresearch.org) + +## OPEN RESEARCH Migration +[![Github Actions Build](https://github.com/SmartDataAnalytics/OpenResearch/workflows/Build/badge.svg?branch=master)](https://github.com/SmartDataAnalytics/OpenResearch/actions?query=workflow%3ABuild+branch%3Amaster) +[![PyPI Status](https://img.shields.io/pypi/v/OpenResearchMigration.svg)](https://pypi.python.org/pypi/OpenResearchMigration/) +[![pypi](https://img.shields.io/pypi/pyversions/OpenResearchMigration)](https://pypi.org/project/OpenResearchMigration/) + +# OPEN RESEARCH + +This repository is mainly used as public ticket system for +[![OPENRESEARCH LOGO](https://www.openresearch.org/mediawiki/images/e/ed/Openresearch_logo_2017_rgb_resized.png)](https://www.openresearch.org/wiki/Main_Page) + + +# ConfIDent +[![ConfIDent Logo](https://projects.tib.eu/fileadmin/templates/confident/tib_projects_confident_1150.jpg)](https://www.openresearch.org) + +## Public Links +* [OPENRESEARCH](https://www.openresearch.org) +* [ConfIDent Project Home page](https://projects.tib.eu/en/confident/) +* [ConfIDent Project page at TIB](https://www.tib.eu/en/research-development/project-overview/project-summary/confident) +* [RWTH Aachen i5 ConfIDent server](https://confident.dbis.rwth-aachen.de/) +* [TIB confident-conference.org](https://www.confident-conference.org/r/) + +## Demos +* [Proceedings Title Parser](http://ptp.bitplan.com) +* [Semantified CEUR-WS](http://ceur-ws.bitplan.com/index.php/Main_Page) +* [Conferences and Location demo](https://cr.bitplan.com/index.php/Main_Page) +* [dblp xml conference import](https://confident.dbis.rwth-aachen.de/dblpconf/) + +## Protected content +* [ConfIDent Requirements, Usecases and Design](https://rq.bitplan.com/) + +# Opensource Projects +We contributed to and/or created the following OpenSource projects to reach our project goals: +* [ConferenceCorpus](https://github.com/WolfgangFahl/ConferenceCorpus) +* [Semantic MediaWiki](https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki) +* [ConfIDent dataimports](https://github.com/TIBHannover/confiDent-dataimports) +* [geograpy3](https://github.com/somnathrakshit/geograpy3) +* [py-3dparty-mediawiki](https://github.com/WolfgangFahl/py-3rdparty-mediawiki) +* [pyLodstorage](https://github.com/WolfgangFahl/pyLoDStorage) +* [dblpconf](https://pypi.org/project/dblpconf/) +* [aeon](https://github.com/tibonto/aeon) +* [wikirender](https://github.com/tholzheim/wikirender) +* [pymediawikidocker](https://github.com/WolfgangFahl/pymediawikidocker) + + + + +%package help +Summary: Development documents and examples for OpenResearchMigration +Provides: python3-OpenResearchMigration-doc +%description help +[![Join the discussion](https://img.shields.io/badge/Discussion-OPENRESEARCH-brightgreen)](https://github.com/SmartDataAnalytics/OpenResearch/discussions) +[![GitHub issues](https://img.shields.io/github/issues/SmartDataAnalytics/OpenResearch.svg)](https://github.com/SmartDataAnalytics/OpenResearch/issues) +[![GitHub issues](https://img.shields.io/github/issues-closed/SmartDataAnalytics/OpenResearch.svg)](https://github.com/SmartDataAnalytics/OpenResearch/issues/?q=is%3Aissue+is%3Aclosed) +[![Website OPENRESEARCH](https://img.shields.io/website-up-down-green-red/https/www.openresearch.org.svg)](https://www.openresearch.org) + +## OPEN RESEARCH Migration +[![Github Actions Build](https://github.com/SmartDataAnalytics/OpenResearch/workflows/Build/badge.svg?branch=master)](https://github.com/SmartDataAnalytics/OpenResearch/actions?query=workflow%3ABuild+branch%3Amaster) +[![PyPI Status](https://img.shields.io/pypi/v/OpenResearchMigration.svg)](https://pypi.python.org/pypi/OpenResearchMigration/) +[![pypi](https://img.shields.io/pypi/pyversions/OpenResearchMigration)](https://pypi.org/project/OpenResearchMigration/) + +# OPEN RESEARCH + +This repository is mainly used as public ticket system for +[![OPENRESEARCH LOGO](https://www.openresearch.org/mediawiki/images/e/ed/Openresearch_logo_2017_rgb_resized.png)](https://www.openresearch.org/wiki/Main_Page) + + +# ConfIDent +[![ConfIDent Logo](https://projects.tib.eu/fileadmin/templates/confident/tib_projects_confident_1150.jpg)](https://www.openresearch.org) + +## Public Links +* [OPENRESEARCH](https://www.openresearch.org) +* [ConfIDent Project Home page](https://projects.tib.eu/en/confident/) +* [ConfIDent Project page at TIB](https://www.tib.eu/en/research-development/project-overview/project-summary/confident) +* [RWTH Aachen i5 ConfIDent server](https://confident.dbis.rwth-aachen.de/) +* [TIB confident-conference.org](https://www.confident-conference.org/r/) + +## Demos +* [Proceedings Title Parser](http://ptp.bitplan.com) +* [Semantified CEUR-WS](http://ceur-ws.bitplan.com/index.php/Main_Page) +* [Conferences and Location demo](https://cr.bitplan.com/index.php/Main_Page) +* [dblp xml conference import](https://confident.dbis.rwth-aachen.de/dblpconf/) + +## Protected content +* [ConfIDent Requirements, Usecases and Design](https://rq.bitplan.com/) + +# Opensource Projects +We contributed to and/or created the following OpenSource projects to reach our project goals: +* [ConferenceCorpus](https://github.com/WolfgangFahl/ConferenceCorpus) +* [Semantic MediaWiki](https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki) +* [ConfIDent dataimports](https://github.com/TIBHannover/confiDent-dataimports) +* [geograpy3](https://github.com/somnathrakshit/geograpy3) +* [py-3dparty-mediawiki](https://github.com/WolfgangFahl/py-3rdparty-mediawiki) +* [pyLodstorage](https://github.com/WolfgangFahl/pyLoDStorage) +* [dblpconf](https://pypi.org/project/dblpconf/) +* [aeon](https://github.com/tibonto/aeon) +* [wikirender](https://github.com/tholzheim/wikirender) +* [pymediawikidocker](https://github.com/WolfgangFahl/pymediawikidocker) + + + + +%prep +%autosetup -n OpenResearchMigration-0.0.30 + +%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-OpenResearchMigration -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot - 0.0.30-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..813f818 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +2373cc586cf7069992fbe06e3236ff68 OpenResearchMigration-0.0.30.tar.gz -- cgit v1.2.3