Recipe cosmetics.

Improved SUMMARY/DESCRIPTIONs.
Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-24 17:25:09 +02:00
parent 8e317821a9
commit 44defae7e2
11 changed files with 141 additions and 193 deletions

View File

@@ -1,34 +1,26 @@
SUMMARY="A Pythonic binding for the libxml2 and libxslt libraries"
DESCRIPTION="
The lxml XML toolkit is a Pythonic binding for the C libraries \
libxml2 and libxslt. It is unique in that it combines the speed \
and XML feature completeness of these libraries with the simplicity \
of a native Python API, mostly compatible but superior to the \
well-known ElementTree API. The latest release works with all \
CPython versions from 2.4 to 3.3. See the introduction for more \
information about background and goals of the lxml project.
"
HOMEPAGE="
http://lxml.de/
http://pypi.python.org/pypi/lxml/
"
SOURCE_URI="http://lxml.de/files/lxml-3.3.5.tgz"
CHECKSUM_SHA256="6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a"
DESCRIPTION=" The lxml XML toolkit is unique in that it combines the speed \
and XML feature completeness of the libxml2 and libxslt libraries with the \
simplicity of a native Python API, mostly compatible but superior to the \
well-known ElementTree API.
The latest release works with all CPython versions from 2.4 to 3.3."
HOMEPAGE="http://lxml.de/
http://pypi.python.org/pypi/lxml/"
COPYRIGHT="2003-2010 Gustavo Niemeyer"
#FIXME: check exact license
#gentoo says: LICENSE="BSD ElementTree GPL-2 PSF-2"
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2010 Gustavo Niemeyer"
REVISION="2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SOURCE_URI="http://lxml.de/files/lxml-3.3.5.tgz"
CHECKSUM_SHA256="6ad6949dc7eea744a30fba77a968dd5910f545220e58bcc813b9df5c793e318a"
SOURCE_DIR="lxml-$portVersion"
PATCHES="python_lxml-3.3.5.patchset"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
python_lxml = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
@@ -45,7 +37,6 @@ BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
python_setuptools
"
BUILD_PREREQUIRES="
cmd:python
cmd:gcc$secondaryArchSuffix