summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 07:15:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 07:15:49 +0000
commitf76a75067313a598af6efd6e80170725d3670525 (patch)
tree78c05cce6de37ef9fd976b41fa2b95d3e59c030e
parent557c16493433162b0ed4799c651d960f00524022 (diff)
automatic import of python-sudachidict-small
-rw-r--r--.gitignore1
-rw-r--r--python-sudachidict-small.spec222
-rw-r--r--sources1
3 files changed, 224 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..4a42ea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/SudachiDict-small-20230110.tar.gz
diff --git a/python-sudachidict-small.spec b/python-sudachidict-small.spec
new file mode 100644
index 0000000..d64938a
--- /dev/null
+++ b/python-sudachidict-small.spec
@@ -0,0 +1,222 @@
+%global _empty_manifest_terminate_build 0
+Name: python-SudachiDict-small
+Version: 20230110
+Release: 1
+Summary: Sudachi Dictionary for SudachiPy - Small Edition
+License: Apache-2.0
+URL: https://github.com/WorksApplications/SudachiDict
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/d8/56e7d99e254869942c74008c33623ad2c42e4c3668ee298f7023accb6758/SudachiDict-small-20230110.tar.gz
+BuildArch: noarch
+
+
+%description
+# Sudachi Dictionary for SudachiPy
+
+- [WorksApplications/SudachiDict](https://github.com/WorksApplications/SudachiDict)
+- [WorksApplications/SudachiPy](https://github.com/WorksApplications/SudachiPy)
+
+Managing the dictionary resources as Python packages.
+
+- [SudachiDict-small · PyPI](https://pypi.org/project/SudachiDict-small/)
+- [SudachiDict-core · PyPI](https://pypi.org/project/SudachiDict-core/)
+- [SudachiDict-full · PyPI](https://pypi.org/project/SudachiDict-full/)
+
+The dictionary files are not included in the packages; It will be downloaded upon installation (the procedure in `setup.py`).
+
+The version (e.g., `20200330`) and the edition (`small`, `core`, or `full`) is specified in `INFO.json`.
+
+## Commands to download and set the dictionaries
+
+In SudachiPy v0.5.2 and later, you can specify a dictionary directly from a command line or program.
+
+**WARNING: `sudachipy link` is no longer available in SudachiPy v0.5.2 and later.**
+
+Please see the following links for more details on the dictionary option.
+
+- english
+ - [https://github.com/WorksApplications/SudachiPy#dictionary-edition](https://github.com/WorksApplications/SudachiPy#dictionary-edition)
+- japanese
+ - [https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)
+
+### Install
+
+```bash
+pip install sudachidict_core
+```
+
+```bash
+pip install sudachidict_small
+```
+
+```bash
+pip install sudachidict_full
+```
+
+### Dictionary option in SudachiPy before v0.5.2
+
+In case you are using SudachiPy before v0.5.2, please visit the old SudachiPy documentation.
+
+- english
+ - [https://github.com/WorksApplications/SudachiPy/tree/v0.5.1#dictionary-edition](https://github.com/WorksApplications/SudachiPy/tree/v0.5.1#dictionary-edition)
+- japanese
+ - [https://github.com/WorksApplications/SudachiPy/blob/v0.5.1/docs/tutorial.md#%辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/v0.5.1/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)
+
+
+%package -n python3-SudachiDict-small
+Summary: Sudachi Dictionary for SudachiPy - Small Edition
+Provides: python-SudachiDict-small
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-SudachiDict-small
+# Sudachi Dictionary for SudachiPy
+
+- [WorksApplications/SudachiDict](https://github.com/WorksApplications/SudachiDict)
+- [WorksApplications/SudachiPy](https://github.com/WorksApplications/SudachiPy)
+
+Managing the dictionary resources as Python packages.
+
+- [SudachiDict-small · PyPI](https://pypi.org/project/SudachiDict-small/)
+- [SudachiDict-core · PyPI](https://pypi.org/project/SudachiDict-core/)
+- [SudachiDict-full · PyPI](https://pypi.org/project/SudachiDict-full/)
+
+The dictionary files are not included in the packages; It will be downloaded upon installation (the procedure in `setup.py`).
+
+The version (e.g., `20200330`) and the edition (`small`, `core`, or `full`) is specified in `INFO.json`.
+
+## Commands to download and set the dictionaries
+
+In SudachiPy v0.5.2 and later, you can specify a dictionary directly from a command line or program.
+
+**WARNING: `sudachipy link` is no longer available in SudachiPy v0.5.2 and later.**
+
+Please see the following links for more details on the dictionary option.
+
+- english
+ - [https://github.com/WorksApplications/SudachiPy#dictionary-edition](https://github.com/WorksApplications/SudachiPy#dictionary-edition)
+- japanese
+ - [https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)
+
+### Install
+
+```bash
+pip install sudachidict_core
+```
+
+```bash
+pip install sudachidict_small
+```
+
+```bash
+pip install sudachidict_full
+```
+
+### Dictionary option in SudachiPy before v0.5.2
+
+In case you are using SudachiPy before v0.5.2, please visit the old SudachiPy documentation.
+
+- english
+ - [https://github.com/WorksApplications/SudachiPy/tree/v0.5.1#dictionary-edition](https://github.com/WorksApplications/SudachiPy/tree/v0.5.1#dictionary-edition)
+- japanese
+ - [https://github.com/WorksApplications/SudachiPy/blob/v0.5.1/docs/tutorial.md#%辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/v0.5.1/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)
+
+
+%package help
+Summary: Development documents and examples for SudachiDict-small
+Provides: python3-SudachiDict-small-doc
+%description help
+# Sudachi Dictionary for SudachiPy
+
+- [WorksApplications/SudachiDict](https://github.com/WorksApplications/SudachiDict)
+- [WorksApplications/SudachiPy](https://github.com/WorksApplications/SudachiPy)
+
+Managing the dictionary resources as Python packages.
+
+- [SudachiDict-small · PyPI](https://pypi.org/project/SudachiDict-small/)
+- [SudachiDict-core · PyPI](https://pypi.org/project/SudachiDict-core/)
+- [SudachiDict-full · PyPI](https://pypi.org/project/SudachiDict-full/)
+
+The dictionary files are not included in the packages; It will be downloaded upon installation (the procedure in `setup.py`).
+
+The version (e.g., `20200330`) and the edition (`small`, `core`, or `full`) is specified in `INFO.json`.
+
+## Commands to download and set the dictionaries
+
+In SudachiPy v0.5.2 and later, you can specify a dictionary directly from a command line or program.
+
+**WARNING: `sudachipy link` is no longer available in SudachiPy v0.5.2 and later.**
+
+Please see the following links for more details on the dictionary option.
+
+- english
+ - [https://github.com/WorksApplications/SudachiPy#dictionary-edition](https://github.com/WorksApplications/SudachiPy#dictionary-edition)
+- japanese
+ - [https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/develop/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)
+
+### Install
+
+```bash
+pip install sudachidict_core
+```
+
+```bash
+pip install sudachidict_small
+```
+
+```bash
+pip install sudachidict_full
+```
+
+### Dictionary option in SudachiPy before v0.5.2
+
+In case you are using SudachiPy before v0.5.2, please visit the old SudachiPy documentation.
+
+- english
+ - [https://github.com/WorksApplications/SudachiPy/tree/v0.5.1#dictionary-edition](https://github.com/WorksApplications/SudachiPy/tree/v0.5.1#dictionary-edition)
+- japanese
+ - [https://github.com/WorksApplications/SudachiPy/blob/v0.5.1/docs/tutorial.md#%辞書の種類](https://github.com/WorksApplications/SudachiPy/blob/v0.5.1/docs/tutorial.md#%E8%BE%9E%E6%9B%B8%E3%81%AE%E7%A8%AE%E9%A1%9E)
+
+
+%prep
+%autosetup -n SudachiDict-small-20230110
+
+%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-SudachiDict-small -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 20230110-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..f1300c1
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+25a6c4a5560378736bf44358eb9d7e10 SudachiDict-small-20230110.tar.gz