diff --git a/pisi-index.xml b/pisi-index.xml index adfd2b91d6..d9d1912f15 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -181751,6 +181751,48 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + python3-random2 + https://pypi.org/project/random2/ + + PisiLinux Community + admins@pisilinux.org + + PSF + app + programming.language.python3 + Python 3 compatible port of Python 2 random module + Python 3 compatible port of Python 2 random module + https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip + + python3-six + python3-devel + python3-setuptools + + programming/language/python3/python3-random2/pspec.xml + + + python3-random2 + + python3 + + + /usr/lib + /usr/share + /usr/share/doc + + + + + 2018-11-11 + 1.0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-pygobject3 @@ -189652,6 +189694,63 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + freecell-solver + http://fc-solve.shlomifish.org + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program + Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program + https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.0.0.tar.xz + + cmake + gperf + python3-six + perl-path-tiny + python3-random2 + perl-template-toolkit + + programming/library/freecell-solver/pspec.xml + + + freecell-solver + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + freecell-solver-devel + Development files for freecell-solver + + freecell-solver + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-11-11 + 5.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + libaio diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index a527147e2d..7782e2c8c3 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -c780c64b35365cf9efa266a644eb7147be183c23 \ No newline at end of file +45ae34b6f80e5406d76920342364ed1454d93b56 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 213d203367..ea34e28bfa 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 15e9594fb1..4637505a81 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -ba0333e8c3d7b9b5509bfd621a760701441c01e9 \ No newline at end of file +579dc0769fdfcec5bf732ccdc4479e50903bd440 \ No newline at end of file diff --git a/programming/language/python3/python3-random2/actions.py b/programming/language/python3/python3-random2/actions.py new file mode 100644 index 0000000000..8ffad107ab --- /dev/null +++ b/programming/language/python3/python3-random2/actions.py @@ -0,0 +1,16 @@ +#!/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 +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + #pisitools.dodoc("README*", "PKG-INFO") diff --git a/programming/language/python3/python3-random2/pspec.xml b/programming/language/python3/python3-random2/pspec.xml new file mode 100644 index 0000000000..2a87092500 --- /dev/null +++ b/programming/language/python3/python3-random2/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-random2 + https://pypi.org/project/random2/ + + PisiLinux Community + admins@pisilinux.org + + PSF + app + Python 3 compatible port of Python 2 random module + Python 3 compatible port of Python 2 random module + https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip + + python3-six + python3-devel + python3-setuptools + + + + + python3-random2 + + python3 + + + /usr/lib + /usr/share + /usr/share/doc + + + + + + 2018-11-11 + 1.0.1 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-random2/translations.xml b/programming/language/python3/python3-random2/translations.xml new file mode 100644 index 0000000000..c65682c0b7 --- /dev/null +++ b/programming/language/python3/python3-random2/translations.xml @@ -0,0 +1,8 @@ + + + + python-random2 + Python 3 compatible port of Python 2 random module + Python 3 compatible port of Python 2 random module + + diff --git a/programming/library/freecell-solver/actions.py b/programming/library/freecell-solver/actions.py new file mode 100644 index 0000000000..97eeebf1ba --- /dev/null +++ b/programming/library/freecell-solver/actions.py @@ -0,0 +1,29 @@ +#!/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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DFCS_WITH_TEST_SUITE=OFF \ + -DBUILD_STATIC_LIBRARY=OFF", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + shelltools.cd("..") + + pisitools.dodoc("AUTHORS.asciidoc", "COPYING.asciidoc", "NEWS.asciidoc", "README.asciidoc") diff --git a/programming/library/freecell-solver/pspec.xml b/programming/library/freecell-solver/pspec.xml new file mode 100644 index 0000000000..dc90bcf1a8 --- /dev/null +++ b/programming/library/freecell-solver/pspec.xml @@ -0,0 +1,60 @@ + + + + + freecell-solver + http://fc-solve.shlomifish.org + + PisiLinux Community + admins@pisilinux.org + + MIT + library + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program + https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.0.0.tar.xz + + cmake + gperf + python3-six + perl-path-tiny + python3-random2 + perl-template-toolkit + + + + + freecell-solver + + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + freecell-solver-devel + Development files for freecell-solver + + freecell-solver + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2018-11-11 + 5.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/library/freecell-solver/translations.xml b/programming/library/freecell-solver/translations.xml new file mode 100644 index 0000000000..c9159038be --- /dev/null +++ b/programming/library/freecell-solver/translations.xml @@ -0,0 +1,8 @@ + + + + freecell-solver + A program that automatically solves layouts of Freecell and similar variants of Card Solitaire + Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program + +