diff --git a/programming/language/python/pyparted/actions.py b/programming/language/python/pyparted/actions.py
index 66d5657a1c..4768f68871 100644
--- a/programming/language/python/pyparted/actions.py
+++ b/programming/language/python/pyparted/actions.py
@@ -4,12 +4,16 @@
# 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 get
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
+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")
autotools.make()
+ pythonmodules.compile()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/pyparted/pspec.xml b/programming/language/python/pyparted/pspec.xml
index b009e9f764..0a32a20e12 100644
--- a/programming/language/python/pyparted/pspec.xml
+++ b/programming/language/python/pyparted/pspec.xml
@@ -1,5 +1,5 @@
-
+
pyparted
@@ -8,32 +8,40 @@
PisiLinux Communityadmins@pisilinux.org
+ programming.language.pythonGPLv2+libraryPython bindings for partedpyparted 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.4.tar.gz
+ parted-develpython-decoratorpython-devel
- parted-develpyparted
+ Python bindings for partedpython-decoratorparted
- python
- /usr/lib
- /usr/share/doc
+ /usr/lib/python2*
+ /usr/share/doc/pyparted
+
+ 2020-02-12
+ 3.11.4
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2019-10-173.11.2
@@ -84,4 +92,4 @@
ertugrulerata@gmail.com
-
+
\ No newline at end of file
diff --git a/programming/language/python/pyparted/translations.xml b/programming/language/python/pyparted/translations.xml
index 4dc9e69dc1..9d3e8da424 100644
--- a/programming/language/python/pyparted/translations.xml
+++ b/programming/language/python/pyparted/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