diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:23:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:23:36 +0000 |
commit | f1d8e0510f3572486fd1a2f779b8570205763712 (patch) | |
tree | d32afc372b5934db8248eec7b98bb0d077558e1c | |
parent | 6ba75ec86f1a78da5267749a1f3f1b27fdb24a68 (diff) |
automatic import of python-akinator-pyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-akinator-py.spec | 26 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 18 insertions, 11 deletions
@@ -1 +1,2 @@ /akinator.py-0.2.1.tar.gz +/akinator.py-0.2.3.tar.gz diff --git a/python-akinator-py.spec b/python-akinator-py.spec index 451fdf8..1161525 100644 --- a/python-akinator-py.spec +++ b/python-akinator-py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-akinator.py -Version: 0.2.1 +Version: 0.2.3 Release: 1 Summary: Python bindings for akinator-rs License: MIT URL: https://github.com/Tom-the-Bomb/akinator.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/57/a9/a2fff7f58a4186f122d10fa36afdc4c9073ad0d5fc468c33713b97deb6ae/akinator.py-0.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/c3/be798266e3dc4894fc8273fe1587183ec58f3c9d74f61826d9779d714477/akinator.py-0.2.3.tar.gz Requires: python3-sphinx Requires: python3-furo @@ -14,7 +14,9 @@ Requires: python3-sphinx-copybutton %description # Akinator-py -python bindings for [akinator-rs](https://github.com/Tom-the-Bomb/akinator-rs) using [pyo3](https://pyo3.rs) +Python bindings for ``akinator-rs``, a wrapper around the undocumented akinator API, made using [pyo3](https://pyo3.rs) + +designed for easy implementation of an akinator game in code, providing a simple and easy to use API. ### Installation Prebuilt wheels are uploaded onto pypi, if you platform is supported, you can install with: @@ -27,7 +29,7 @@ You can also build from source yourself if you have `rust` installed ### Examples - refer to the [tests](https://github.com/Tom-the-Bomb/akinator.py/tree/master/tests) for full examples on usage -- Refer to the documentation [here](https://akinatorpy.readthedocs.io/en/latest/) for more information +- Refer to the **documentation** [here](https://akinatorpy.readthedocs.io/en/latest/) for more information %package -n python3-akinator.py @@ -41,7 +43,9 @@ BuildRequires: gcc BuildRequires: gdb %description -n python3-akinator.py # Akinator-py -python bindings for [akinator-rs](https://github.com/Tom-the-Bomb/akinator-rs) using [pyo3](https://pyo3.rs) +Python bindings for ``akinator-rs``, a wrapper around the undocumented akinator API, made using [pyo3](https://pyo3.rs) + +designed for easy implementation of an akinator game in code, providing a simple and easy to use API. ### Installation Prebuilt wheels are uploaded onto pypi, if you platform is supported, you can install with: @@ -54,7 +58,7 @@ You can also build from source yourself if you have `rust` installed ### Examples - refer to the [tests](https://github.com/Tom-the-Bomb/akinator.py/tree/master/tests) for full examples on usage -- Refer to the documentation [here](https://akinatorpy.readthedocs.io/en/latest/) for more information +- Refer to the **documentation** [here](https://akinatorpy.readthedocs.io/en/latest/) for more information %package help @@ -62,7 +66,9 @@ Summary: Development documents and examples for akinator.py Provides: python3-akinator.py-doc %description help # Akinator-py -python bindings for [akinator-rs](https://github.com/Tom-the-Bomb/akinator-rs) using [pyo3](https://pyo3.rs) +Python bindings for ``akinator-rs``, a wrapper around the undocumented akinator API, made using [pyo3](https://pyo3.rs) + +designed for easy implementation of an akinator game in code, providing a simple and easy to use API. ### Installation Prebuilt wheels are uploaded onto pypi, if you platform is supported, you can install with: @@ -75,11 +81,11 @@ You can also build from source yourself if you have `rust` installed ### Examples - refer to the [tests](https://github.com/Tom-the-Bomb/akinator.py/tree/master/tests) for full examples on usage -- Refer to the documentation [here](https://akinatorpy.readthedocs.io/en/latest/) for more information +- Refer to the **documentation** [here](https://akinatorpy.readthedocs.io/en/latest/) for more information %prep -%autosetup -n akinator.py-0.2.1 +%autosetup -n akinator.py-0.2.3 %build %py3_build @@ -119,5 +125,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.3-1 - Package Spec generated @@ -1 +1 @@ -64f77ea9dc8d99f98379689bf1818927 akinator.py-0.2.1.tar.gz +dcf20edc804977c1468f923cdbe5649d akinator.py-0.2.3.tar.gz |