freecell-solver:First release kpat

This commit is contained in:
Rmys
2018-11-16 14:02:38 +03:00
parent 60c44187e8
commit 4051e8e078
10 changed files with 266 additions and 2 deletions
+99
View File
@@ -181751,6 +181751,48 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-random2</Name>
<Homepage>https://pypi.org/project/random2/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>PSF</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Python 3 compatible port of Python 2 random module</Summary>
<Description xml:lang="en">Python 3 compatible port of Python 2 random module</Description>
<Archive type="zip" sha1sum="02e35dd53fa534dbb8f6e7baa8cf609ea1368eef">https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip</Archive>
<BuildDependencies>
<Dependency>python3-six</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-random2/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-random2</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-11-11</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-pygobject3</Name>
@@ -189652,6 +189694,63 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>freecell-solver</Name>
<Homepage>http://fc-solve.shlomifish.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
<Summary xml:lang="tr">A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
<Description xml:lang="en">Freecell ve Card Solitaire&apos;ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program</Description>
<Description xml:lang="tr">Freecell ve Card Solitaire&apos;ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program</Description>
<Archive type="tarxz" sha1sum="b7c5e970b0daeee04416ae314f4e9be6106dbc83">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gperf</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>python3-random2</Dependency>
<Dependency>perl-template-toolkit</Dependency>
</BuildDependencies>
<SourceURI>programming/library/freecell-solver/pspec.xml</SourceURI>
</Source>
<Package>
<Name>freecell-solver</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>freecell-solver-devel</Name>
<Summary xml:lang="en">Development files for freecell-solver</Summary>
<RuntimeDependencies>
<Dependency release="1">freecell-solver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-11-11</Date>
<Version>5.0.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libaio</Name>
+1 -1
View File
@@ -1 +1 @@
c780c64b35365cf9efa266a644eb7147be183c23
45ae34b6f80e5406d76920342364ed1454d93b56
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ba0333e8c3d7b9b5509bfd621a760701441c01e9
579dc0769fdfcec5bf732ccdc4479e50903bd440
@@ -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")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-random2</Name>
<Homepage>https://pypi.org/project/random2/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>PSF</License>
<IsA>app</IsA>
<Summary>Python 3 compatible port of Python 2 random module</Summary>
<Description>Python 3 compatible port of Python 2 random module</Description>
<Archive sha1sum="02e35dd53fa534dbb8f6e7baa8cf609ea1368eef" type="zip">https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip</Archive>
<BuildDependencies>
<Dependency>python3-six</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-random2</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-11-11</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-random2</Name>
<Summary xml:lang="tr">Python 3 compatible port of Python 2 random module</Summary>
<Description xml:lang="tr">Python 3 compatible port of Python 2 random module</Description>
</Source>
</PISI>
@@ -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")
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>freecell-solver</Name>
<Homepage>http://fc-solve.shlomifish.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
<Description>Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program</Description>
<Archive sha1sum="b7c5e970b0daeee04416ae314f4e9be6106dbc83" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-5.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gperf</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>python3-random2</Dependency>
<Dependency>perl-template-toolkit</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>freecell-solver</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>freecell-solver-devel</Name>
<Summary>Development files for freecell-solver</Summary>
<RuntimeDependencies>
<Dependency release="current">freecell-solver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-11-11</Date>
<Version>5.0.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>freecell-solver</Name>
<Summary xml:lang="tr">A program that automatically solves layouts of Freecell and similar variants of Card Solitaire</Summary>
<Description xml:lang="tr">Freecell ve Card Solitaire'ın benzer varyantlarının düzenlerini otomatik olarak çözen bir program</Description>
</Source>
</PISI>