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")
@@ -1,39 +1,37 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-lxml</Name>
<Homepage>http://codespeak.net/lxml</Homepage>
<Homepage>https://lxml.de/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>GPLv2</License>
<License>BSD</License>
<IsA>library</IsA>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<Description>lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.</Description>
<Archive sha1sum="154279bc5939d7099697887ea15c5ca921abeaeb" type="targz">https://pypi.python.org/packages/e1/4c/d83979fbc66a2154850f472e69405572d89d2e6a6daee30d18e83e39ef3a/lxml-4.1.1.tar.gz</Archive>
<Archive sha1sum="6c6196d6e80a52ebac4aef0fba702a4c5524e6bb" type="targz">https://files.pythonhosted.org/packages/e4/19/8dfeef50623892577dc05245093e090bb2bab4c8aed5cad5b03208959563/lxml-4.4.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">python-lxml-2.2.6-fix-2to3.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>python-lxml</Name>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
@@ -49,6 +47,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-01-20</Date>
<Version>4.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-07</Date>
<Version>4.1.1</Version>
@@ -85,4 +90,4 @@
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -9,5 +9,6 @@
<Package>
<Name>python-lxml-docs</Name>
<Summary xml:lang="tr">python-lxml paketine ait API belgeleri</Summary>
<Description xml:lang="tr">python-lxml-docs, python-lxml paketine ait API belgeleri içerir.</Description>
</Package>
</PISI>
</PISI>