python-lxml:ver.bump

This commit is contained in:
blue-devil
2020-01-21 01:27:28 +03:00
parent a57a8fc13e
commit d1b1c38707
3 changed files with 21 additions and 16 deletions
@@ -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")