From d1b1c3870784f8c499ef4488b3ef22f38f30489c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 21 Jan 2020 01:27:28 +0300 Subject: [PATCH] python-lxml:ver.bump --- .../language/python/python-lxml/actions.py | 9 +++---- .../language/python/python-lxml/pspec.xml | 25 +++++++++++-------- .../python/python-lxml/translations.xml | 3 ++- 3 files changed, 21 insertions(+), 16 deletions(-) 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 Community admins@pisilinux.org + programming.language.python GPLv2 BSD library lxml is the most feature-rich and easy-to-use library lxml 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.gz libxml2-devel + libxslt-devel python-devel cython - libxslt-devel - - - python-lxml + lxml is the most feature-rich and easy-to-use library libxslt libxml2 - 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-07 4.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-docs python-lxml paketine ait API belgeleri + python-lxml-docs, python-lxml paketine ait API belgeleri içerir. - + \ No newline at end of file