python-lxml:ver.bump
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user