diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : python-chess +version : 0.22.2 +release : 1 +source : + - https://github.com/niklasf/python-chess/archive/v0.22.2.tar.gz : 247c8c53ff1b790af5309eff189e507e14bb2ac689f678375d1d3633e4111168 +license : GPL-3.0 +component : programming.python +summary : A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI engine communication +description: | + A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI engine communication +builddeps : + - python-setuptools +build : | + %python3_setup +install : | + %python3_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,58 @@ + + + python-chess + + Stig Svensson + stigarn@protonmail.ch + + GPL-3.0 + programming.python + A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI engine communication + A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI engine communication + + https://solus-project.com/sources/README.Solus + + + python-chess + A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI engine communication + A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI engine communication + + programming.python + + /usr/lib/python3.6/site-packages/chess/__init__.py + /usr/lib/python3.6/site-packages/chess/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/engine.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/gaviota.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/pgn.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/polyglot.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/svg.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/syzygy.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/uci.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/variant.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/__pycache__/xboard.cpython-36.pyc + /usr/lib/python3.6/site-packages/chess/engine.py + /usr/lib/python3.6/site-packages/chess/gaviota.py + /usr/lib/python3.6/site-packages/chess/pgn.py + /usr/lib/python3.6/site-packages/chess/polyglot.py + /usr/lib/python3.6/site-packages/chess/svg.py + /usr/lib/python3.6/site-packages/chess/syzygy.py + /usr/lib/python3.6/site-packages/chess/uci.py + /usr/lib/python3.6/site-packages/chess/variant.py + /usr/lib/python3.6/site-packages/chess/xboard.py + /usr/lib/python3.6/site-packages/python_chess-0.22.2-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/python_chess-0.22.2-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/python_chess-0.22.2-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/python_chess-0.22.2-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/python_chess-0.22.2-py3.6.egg-info/top_level.txt + + + + + 2018-03-18 + 0.22.2 + Packaging update + Stig Svensson + stigarn@protonmail.ch + + + \ No newline at end of file