diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-18 02:48:55 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 02:48:55 +0000 |
| commit | 8ff1f7aabfcd990dcc2acfac74215f5f3a815bce (patch) | |
| tree | 4961cde67a8aed7bb9ca7565e7010dba108bf7c3 | |
| parent | fd036e134daf1d9b8b322ea73551430b1021eeda (diff) | |
automatic import of python-punyverse
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-punyverse.spec | 203 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 205 insertions, 0 deletions
@@ -0,0 +1 @@ +/punyverse-1.2.tar.gz diff --git a/python-punyverse.spec b/python-punyverse.spec new file mode 100644 index 0000000..bb61f7a --- /dev/null +++ b/python-punyverse.spec @@ -0,0 +1,203 @@ +%global _empty_manifest_terminate_build 0 +Name: python-punyverse +Version: 1.2 +Release: 1 +Summary: Python simulator of a puny universe. +License: GNU General Public License v2 (GPLv2) +URL: https://github.com/quantum5/punyverse +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/59/9d954a88f1d9155c07a71c0f305209533a54363964310c975b4958e750be/punyverse-1.2.tar.gz + +Requires: python3-pyglet +Requires: python3-Pillow +Requires: python3-six + +%description +# punyverse [](https://travis-ci.org/quantum5/punyverse) [](https://ci.appveyor.com/project/quantum5/punyverse) [](https://pypi.org/project/punyverse/) [](https://pypi.org/project/punyverse/) [](https://pypi.org/project/punyverse/) + +Python simulator of a puny universe. (How many words can I stick into one?) + + + +## Installation + +To install, run `pip install punyverse`. + +If you are on Windows, run `punyverse_make_launcher`. This should create special launchers that runs `punyverse` on +your dedicated graphics card, should it exist. + +Your graphics card might not support some of the larger textures used by `punyverse`, and so startup might fail. +To solve this problem, run `punyverse_small_images`. It will do nothing if your graphics card supports all the +textures, so when in doubt, run `punyverse_small_images` after installation. + +Then, run `punyverse` to launch the simulator, or `punyversew` to launch without the console. + +### Summary + +```bash +pip install punyverse +punyverse_make_launcher +punyverse_small_images +# Installation finished. Run: +punyverse +``` + +## Troubleshooting + +If `punyverse` does not work, try upgrading your graphics card drivers. + +If your graphics card does not appear to support OpenGL 3.3, then you cannot run the latest version of `punyverse`. +You can try `pip install -U punyverse==0.5` to install the last version of `punyverse` to support legacy devices. +You can download the wheels manually from [the PyPI page](https://pypi.org/project/punyverse/0.5/). + +If the problem is unrelated to your graphics card, and it persists, try running punyverse under debug mode. To do this, +run `punyverse` as `punyverse --debug`. Then paste the entirety of the output into a new GitHub issue +[here](https://github.com/quantum5/punyverse/issues/new). + + + + +%package -n python3-punyverse +Summary: Python simulator of a puny universe. +Provides: python-punyverse +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-cffi +BuildRequires: gcc +BuildRequires: gdb +%description -n python3-punyverse +# punyverse [](https://travis-ci.org/quantum5/punyverse) [](https://ci.appveyor.com/project/quantum5/punyverse) [](https://pypi.org/project/punyverse/) [](https://pypi.org/project/punyverse/) [](https://pypi.org/project/punyverse/) + +Python simulator of a puny universe. (How many words can I stick into one?) + + + +## Installation + +To install, run `pip install punyverse`. + +If you are on Windows, run `punyverse_make_launcher`. This should create special launchers that runs `punyverse` on +your dedicated graphics card, should it exist. + +Your graphics card might not support some of the larger textures used by `punyverse`, and so startup might fail. +To solve this problem, run `punyverse_small_images`. It will do nothing if your graphics card supports all the +textures, so when in doubt, run `punyverse_small_images` after installation. + +Then, run `punyverse` to launch the simulator, or `punyversew` to launch without the console. + +### Summary + +```bash +pip install punyverse +punyverse_make_launcher +punyverse_small_images +# Installation finished. Run: +punyverse +``` + +## Troubleshooting + +If `punyverse` does not work, try upgrading your graphics card drivers. + +If your graphics card does not appear to support OpenGL 3.3, then you cannot run the latest version of `punyverse`. +You can try `pip install -U punyverse==0.5` to install the last version of `punyverse` to support legacy devices. +You can download the wheels manually from [the PyPI page](https://pypi.org/project/punyverse/0.5/). + +If the problem is unrelated to your graphics card, and it persists, try running punyverse under debug mode. To do this, +run `punyverse` as `punyverse --debug`. Then paste the entirety of the output into a new GitHub issue +[here](https://github.com/quantum5/punyverse/issues/new). + + + + +%package help +Summary: Development documents and examples for punyverse +Provides: python3-punyverse-doc +%description help +# punyverse [](https://travis-ci.org/quantum5/punyverse) [](https://ci.appveyor.com/project/quantum5/punyverse) [](https://pypi.org/project/punyverse/) [](https://pypi.org/project/punyverse/) [](https://pypi.org/project/punyverse/) + +Python simulator of a puny universe. (How many words can I stick into one?) + + + +## Installation + +To install, run `pip install punyverse`. + +If you are on Windows, run `punyverse_make_launcher`. This should create special launchers that runs `punyverse` on +your dedicated graphics card, should it exist. + +Your graphics card might not support some of the larger textures used by `punyverse`, and so startup might fail. +To solve this problem, run `punyverse_small_images`. It will do nothing if your graphics card supports all the +textures, so when in doubt, run `punyverse_small_images` after installation. + +Then, run `punyverse` to launch the simulator, or `punyversew` to launch without the console. + +### Summary + +```bash +pip install punyverse +punyverse_make_launcher +punyverse_small_images +# Installation finished. Run: +punyverse +``` + +## Troubleshooting + +If `punyverse` does not work, try upgrading your graphics card drivers. + +If your graphics card does not appear to support OpenGL 3.3, then you cannot run the latest version of `punyverse`. +You can try `pip install -U punyverse==0.5` to install the last version of `punyverse` to support legacy devices. +You can download the wheels manually from [the PyPI page](https://pypi.org/project/punyverse/0.5/). + +If the problem is unrelated to your graphics card, and it persists, try running punyverse under debug mode. To do this, +run `punyverse` as `punyverse --debug`. Then paste the entirety of the output into a new GitHub issue +[here](https://github.com/quantum5/punyverse/issues/new). + + + + +%prep +%autosetup -n punyverse-1.2 + +%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-punyverse -f filelist.lst +%dir %{python3_sitearch}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2-1 +- Package Spec generated @@ -0,0 +1 @@ +d013227976c2320fb669d7ed77a17e0e punyverse-1.2.tar.gz |
