From ae036c2d120baabe416d7fc0458642b941b70430 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 11 Apr 2023 04:50:33 +0000 Subject: automatic import of python-sudachidict-core --- .gitignore | 1 + python-sudachidict-core.spec | 222 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 224 insertions(+) create mode 100644 python-sudachidict-core.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..10ca00f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/SudachiDict-core-20230110.tar.gz diff --git a/python-sudachidict-core.spec b/python-sudachidict-core.spec new file mode 100644 index 0000000..bb4aa9b --- /dev/null +++ b/python-sudachidict-core.spec @@ -0,0 +1,222 @@ +%global _empty_manifest_terminate_build 0 +Name: python-SudachiDict-core +Version: 20230110 +Release: 1 +Summary: Sudachi Dictionary for SudachiPy - Core Edition +License: Apache-2.0 +URL: https://github.com/WorksApplications/SudachiDict +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/7e/1ab00ef3cce3cba4d9dcf9ef3d90d6cf2a82518ed3ef74281761e7bd9c05/SudachiDict-core-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-core +Summary: Sudachi Dictionary for SudachiPy - Core Edition +Provides: python-SudachiDict-core +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-SudachiDict-core +# 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-core +Provides: python3-SudachiDict-core-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-core-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-core -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot - 20230110-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..39c33ab --- /dev/null +++ b/sources @@ -0,0 +1 @@ +28b4e4463962e14bb3b7107af0f1650c SudachiDict-core-20230110.tar.gz -- cgit v1.2.3