diff --git a/programming/language/python/python-lxml/actions.py b/programming/language/python/python-lxml/actions.py
index 11d759962a..4d5b98fc22 100644
--- a/programming/language/python/python-lxml/actions.py
+++ b/programming/language/python/python-lxml/actions.py
@@ -13,10 +13,9 @@ WorkDir = "lxml-%s" % get.srcVERSION()
def build():
# remove the C extension so that it will be rebuild using the latest Cython
- shelltools.unlink("src/lxml/lxml.etree.c")
- shelltools.unlink("src/lxml/lxml.etree_api.h")
- shelltools.unlink("src/lxml/lxml.objectify.c")
-
+ shelltools.unlink("src/lxml/*.c")
+ # fix unused dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile()
def install():
@@ -24,4 +23,4 @@ def install():
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()),"doc/*")
- pisitools.dodoc("CHANGES.txt", "LICENSES.txt", "TODO.txt")
+ pisitools.dodoc("CHANGES.txt", "LICENSES.txt")
\ No newline at end of file
diff --git a/programming/language/python/python-lxml/pspec.xml b/programming/language/python/python-lxml/pspec.xml
index b93795c5e5..0b081a56b7 100644
--- a/programming/language/python/python-lxml/pspec.xml
+++ b/programming/language/python/python-lxml/pspec.xml
@@ -1,39 +1,37 @@
-
+
python-lxml
- http://codespeak.net/lxml
+ https://lxml.de/PisiLinux Communityadmins@pisilinux.org
+ programming.language.pythonGPLv2BSDlibrarylxml is the most feature-rich and easy-to-use librarylxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.
- https://pypi.python.org/packages/e1/4c/d83979fbc66a2154850f472e69405572d89d2e6a6daee30d18e83e39ef3a/lxml-4.1.1.tar.gz
+ https://files.pythonhosted.org/packages/e4/19/8dfeef50623892577dc05245093e090bb2bab4c8aed5cad5b03208959563/lxml-4.4.2.tar.gzlibxml2-devel
+ libxslt-develpython-develcython
- libxslt-devel
-
-
- python-lxml
+ lxml is the most feature-rich and easy-to-use librarylibxsltlibxml2
- python
- /usr/lib
+ /usr/lib/python2*
@@ -49,6 +47,13 @@
+
+ 2020-01-20
+ 4.4.2
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2018-08-074.1.1
@@ -85,4 +90,4 @@
vedat@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/language/python/python-lxml/translations.xml b/programming/language/python/python-lxml/translations.xml
index e9d8f95dae..3060b1862f 100644
--- a/programming/language/python/python-lxml/translations.xml
+++ b/programming/language/python/python-lxml/translations.xml
@@ -9,5 +9,6 @@
python-lxml-docspython-lxml paketine ait API belgeleri
+ python-lxml-docs, python-lxml paketine ait API belgeleri içerir.
-
+
\ No newline at end of file