py3parted:version bump

This commit is contained in:
blue-devil
2020-01-16 00:06:04 +03:00
parent e183f76042
commit 8b92645e74
3 changed files with 19 additions and 9 deletions
@@ -4,16 +4,17 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
shelltools.export("PYTHON", "python3")
autotools.make()
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
@@ -9,23 +9,25 @@
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>Python3 bindings for parted</Summary>
<Description>pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them.</Description>
<Archive sha1sum="02dd30e8d34dbabd6e39d44cd1ae60a60dd6657a" type="targz">https://github.com/rhinstaller/pyparted/archive/v3.11.2.tar.gz</Archive>
<Archive sha1sum="68894074faa52615ef1c83ed3062a0536f18f874" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.3.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.2">parted-devel</Dependency>
<Dependency>python3-decorator</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency versionFrom="3.2">parted-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>py3parted</Name>
<Summary>Python3 bindings for parted</Summary>
<RuntimeDependencies>
<Dependency>python3-decorator</Dependency>
<Dependency>parted</Dependency>
<Dependency>python3</Dependency>
<Dependency>parted</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -34,6 +36,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-01-15</Date>
<Version>3.11.3</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2019-04-26</Date>
<Version>3.11.2</Version>
@@ -77,4 +86,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -6,4 +6,4 @@
<Description xml:lang="tr">pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir.</Description>
<Description xml:lang="fr">pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus.</Description>
</Source>
</PISI>
</PISI>