diff --git a/programming/language/python3/py3parted/actions.py b/programming/language/python3/py3parted/actions.py index d0098d135b..689ed44d1d 100644 --- a/programming/language/python3/py3parted/actions.py +++ b/programming/language/python3/py3parted/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/python3/py3parted/pspec.xml b/programming/language/python3/py3parted/pspec.xml index b2c33488eb..fac2ae4897 100644 --- a/programming/language/python3/py3parted/pspec.xml +++ b/programming/language/python3/py3parted/pspec.xml @@ -9,23 +9,25 @@ admins@pisilinux.org GPLv2+ + programming.language.python3 library Python3 bindings for parted 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. - https://github.com/rhinstaller/pyparted/archive/v3.11.2.tar.gz + https://github.com/dcantrell/pyparted/archive/v3.11.3.tar.gz + parted-devel python3-decorator python3-devel - parted-devel py3parted + Python3 bindings for parted python3-decorator - parted python3 + parted /usr/lib @@ -34,6 +36,13 @@ + + 2020-01-15 + 3.11.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-04-26 3.11.2 @@ -77,4 +86,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/programming/language/python3/py3parted/translations.xml b/programming/language/python3/py3parted/translations.xml index 4dc9e69dc1..9d3e8da424 100644 --- a/programming/language/python3/py3parted/translations.xml +++ b/programming/language/python3/py3parted/translations.xml @@ -6,4 +6,4 @@ 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. 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. - + \ No newline at end of file