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
@@ -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>