python-pyblock:rebuilt
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@ def build():
|
||||
autotools.make("USESELINUX=0")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>python-pyblock</Name>
|
||||
@@ -8,6 +8,7 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
@@ -27,6 +28,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>python-pyblock</Name>
|
||||
<Summary>Python modules for dealing with block devices</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>device-mapper</Dependency>
|
||||
<Dependency>dmraid</Dependency>
|
||||
@@ -39,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-20</Date>
|
||||
<Version>0.53</Version>
|
||||
<Comment>Rebuild for new toolchain</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-19</Date>
|
||||
<Version>0.53</Version>
|
||||
@@ -75,4 +84,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-pyblock</Name>
|
||||
<Summary xml:lang="tr">Blok aygıtları ile ilgili python modülleri içerir</Summary>
|
||||
<Description xml:lang="tr">Pyblock blok aygıtları ile ilgili python modülleri içerir</Description>
|
||||
<Summary xml:lang="tr">Blok aygıtları ile ilgili python modülleri içerir.</Summary>
|
||||
<Description xml:lang="tr">Pyblock blok aygıtları ile ilgili python modülleri içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user