mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
Recipe cosmetics.
Improved SUMMARY/DESCRIPTIONs. Re-ordered blocks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user