diff --git a/programming/language/python3/python3-pysol_cards/actions.py b/programming/language/python3/python3-pysol_cards/actions.py new file mode 100644 index 0000000000..7eccf32766 --- /dev/null +++ b/programming/language/python3/python3-pysol_cards/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pysol_cards/pspec.xml b/programming/language/python3/python3-pysol_cards/pspec.xml new file mode 100644 index 0000000000..03e458db52 --- /dev/null +++ b/programming/language/python3/python3-pysol_cards/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-pysol_cards + https://pypi.org/project/pysol-cards/ + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python3 + library + Deal PySol FC Cards + The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals. + https://files.pythonhosted.org/packages/ad/c4/47a1ebe6cf1112f9b27fdf75092f482153c700818a7af7149c59677ba491/pysol_cards-0.8.7.tar.gz + + python3-devel + python3-setuptools + + + + + python3-pysol_cards + Deal PySol FC Cards + + python3 + python3-pbr + + + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2020-01-14 + 0.8.7 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pysol_cards/translations.xml b/programming/language/python3/python3-pysol_cards/translations.xml new file mode 100644 index 0000000000..3c077e90b8 --- /dev/null +++ b/programming/language/python3/python3-pysol_cards/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pysol_cards + PySol FC Kartlarını Dağıtır + python3-pysol_cards, pysol-cards python modülleri python geliştiricisine PySol FC oyunları için kart dağıtma yordamları sunar. + + \ No newline at end of file