python3-random2:rebuilt and translations
This commit is contained in:
@@ -5,12 +5,9 @@
|
|||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|
||||||
#pisitools.dodoc("README*", "PKG-INFO")
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-random2</Name>
|
<Name>python3-random2</Name>
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>PSF</License>
|
<License>PSF</License>
|
||||||
|
<PartOf>programming.language.python3</PartOf>
|
||||||
<IsA>app</IsA>
|
<IsA>app</IsA>
|
||||||
<Summary>Python 3 compatible port of Python 2 random module</Summary>
|
<Summary>Python 3 compatible port of Python 2 random module</Summary>
|
||||||
<Description>Python 3 compatible port of Python 2 random module</Description>
|
<Description>Python 3 compatible port of Python 2 random module</Description>
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-random2</Name>
|
<Name>python3-random2</Name>
|
||||||
|
<Summary>Python 3 compatible port of Python 2 random module</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -33,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-01-14</Date>
|
||||||
|
<Version>1.0.1</Version>
|
||||||
|
<Comment>Rebuild for new toolchain</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2018-11-11</Date>
|
<Date>2018-11-11</Date>
|
||||||
<Version>1.0.1</Version>
|
<Version>1.0.1</Version>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python-random2</Name>
|
<Name>python3-random2</Name>
|
||||||
<Summary xml:lang="tr">Python 3 compatible port of Python 2 random module</Summary>
|
<Summary xml:lang="tr">Python2 rastgele modülünün Python 3'e uygun olan portu.</Summary>
|
||||||
<Description xml:lang="tr">Python 3 compatible port of Python 2 random module</Description>
|
<Description xml:lang="tr">python3-random2, Python2 rastgele modülünün Python 3'e uygun olan bir port sağlar.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user