From 1fc93d0ae337a7f5ceaadfbc0d5948539e36f7e9 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 12 Apr 2023 07:13:03 +0000 Subject: automatic import of python-openpecha --- python-openpecha.spec | 298 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 298 insertions(+) create mode 100644 python-openpecha.spec (limited to 'python-openpecha.spec') diff --git a/python-openpecha.spec b/python-openpecha.spec new file mode 100644 index 0000000..cfc88b8 --- /dev/null +++ b/python-openpecha.spec @@ -0,0 +1,298 @@ +%global _empty_manifest_terminate_build 0 +Name: python-openpecha +Version: 0.11.4 +Release: 1 +Summary: OpenPecha Toolkit allows state of the art for distributed standoff annotations on moving texts +License: Apache2 +URL: https://github.com/OpenPoti/openpecha-toolkit +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/5f/f6de21f7577ee33e824e5bfe67f08e313a00931ad3f546f7bc501664b3e9/openpecha-0.11.4.tar.gz +BuildArch: noarch + +Requires: python3-botok +Requires: python3-boto3 +Requires: python3-Click +Requires: python3-diff-match-patch +Requires: python3-polib +Requires: python3-PyYAML +Requires: python3-requests +Requires: python3-antx +Requires: python3-tqdm +Requires: python3-PyGithub +Requires: python3-GitPython +Requires: python3-bs4 +Requires: python3-pyewts +Requires: python3-rdflib +Requires: python3-pydantic +Requires: python3-docx +Requires: python3-fonttools[unicode] +Requires: python3-transifex-python +Requires: python3-slugify[unidecode] + +%description +

+
+ OpenPecha +
+

+ +

OpenPecha Toolkit

+ + + +

+ Description • + Owner • + Install • + Docs +

+
+ +## Description + +[![PyPI version](https://badge.fury.io/py/openpecha.svg)](https://badge.fury.io/py/openpecha) +[![Test](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test.yml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test.yml) +[![Test Coverage](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test-coverage.yaml) +[![Publish](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/publish.yaml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/publish.yaml) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) + +OpenPecha Toolkit allows state of the art solution for distributed standoff annotations on moving texts, in which Base layer can be edited without affecting annotations. This is made possible by our OpenPecha Native Format called `opf` (OpenPecha Format) and our collection of `importers` which can parse existing text into `opf` and `exporters` which can export `opf` text into any format (`.epub`, `.docx`, `.pdf`, etc) + + + +## Owner + +- [@10zinten](https://github.com/10zinten) + + + + +## :floppy_disk: Install +Stable version: + +#### `pip install openpecha` + +Daily development version: + +#### `pip install git+https://github.com/OpenPecha/Openpecha-Toolkit` + + + + +## Docs + +- Documentation: [docs](https://openpecha.org) +- If you have any problems with `openpecha-toolkit`, please open [issues](https://github.com/OpenPecha-dev/openpecha-toolkit/issues/new/choose) + +## Developer Installation. +```bash +git clone https://github.com/OpenPecha-dev/openpecha-toolkit.git +cd openpecha-toolkit +pip install -r requirements-dev.txt +pip install -e . +pre-commit install +``` + +## Testing +```bash +PYTHONPATH=.:$PYTHONPATH pytest tests +``` + + + + +%package -n python3-openpecha +Summary: OpenPecha Toolkit allows state of the art for distributed standoff annotations on moving texts +Provides: python-openpecha +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-openpecha +

+
+ OpenPecha +
+

+ +

OpenPecha Toolkit

+ + + +

+ Description • + Owner • + Install • + Docs +

+
+ +## Description + +[![PyPI version](https://badge.fury.io/py/openpecha.svg)](https://badge.fury.io/py/openpecha) +[![Test](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test.yml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test.yml) +[![Test Coverage](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test-coverage.yaml) +[![Publish](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/publish.yaml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/publish.yaml) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) + +OpenPecha Toolkit allows state of the art solution for distributed standoff annotations on moving texts, in which Base layer can be edited without affecting annotations. This is made possible by our OpenPecha Native Format called `opf` (OpenPecha Format) and our collection of `importers` which can parse existing text into `opf` and `exporters` which can export `opf` text into any format (`.epub`, `.docx`, `.pdf`, etc) + + + +## Owner + +- [@10zinten](https://github.com/10zinten) + + + + +## :floppy_disk: Install +Stable version: + +#### `pip install openpecha` + +Daily development version: + +#### `pip install git+https://github.com/OpenPecha/Openpecha-Toolkit` + + + + +## Docs + +- Documentation: [docs](https://openpecha.org) +- If you have any problems with `openpecha-toolkit`, please open [issues](https://github.com/OpenPecha-dev/openpecha-toolkit/issues/new/choose) + +## Developer Installation. +```bash +git clone https://github.com/OpenPecha-dev/openpecha-toolkit.git +cd openpecha-toolkit +pip install -r requirements-dev.txt +pip install -e . +pre-commit install +``` + +## Testing +```bash +PYTHONPATH=.:$PYTHONPATH pytest tests +``` + + + + +%package help +Summary: Development documents and examples for openpecha +Provides: python3-openpecha-doc +%description help +

+
+ OpenPecha +
+

+ +

OpenPecha Toolkit

+ + + +

+ Description • + Owner • + Install • + Docs +

+
+ +## Description + +[![PyPI version](https://badge.fury.io/py/openpecha.svg)](https://badge.fury.io/py/openpecha) +[![Test](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test.yml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test.yml) +[![Test Coverage](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/test-coverage.yaml) +[![Publish](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/publish.yaml/badge.svg)](https://github.com/OpenPecha-dev/openpecha-toolkit/actions/workflows/publish.yaml) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) + +OpenPecha Toolkit allows state of the art solution for distributed standoff annotations on moving texts, in which Base layer can be edited without affecting annotations. This is made possible by our OpenPecha Native Format called `opf` (OpenPecha Format) and our collection of `importers` which can parse existing text into `opf` and `exporters` which can export `opf` text into any format (`.epub`, `.docx`, `.pdf`, etc) + + + +## Owner + +- [@10zinten](https://github.com/10zinten) + + + + +## :floppy_disk: Install +Stable version: + +#### `pip install openpecha` + +Daily development version: + +#### `pip install git+https://github.com/OpenPecha/Openpecha-Toolkit` + + + + +## Docs + +- Documentation: [docs](https://openpecha.org) +- If you have any problems with `openpecha-toolkit`, please open [issues](https://github.com/OpenPecha-dev/openpecha-toolkit/issues/new/choose) + +## Developer Installation. +```bash +git clone https://github.com/OpenPecha-dev/openpecha-toolkit.git +cd openpecha-toolkit +pip install -r requirements-dev.txt +pip install -e . +pre-commit install +``` + +## Testing +```bash +PYTHONPATH=.:$PYTHONPATH pytest tests +``` + + + + +%prep +%autosetup -n openpecha-0.11.4 + +%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-openpecha -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed Apr 12 2023 Python_Bot - 0.11.4-1 +- Package Spec generated -- cgit v1.2.3