1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 47739 2009-03-04 20:50:57Z snc@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-lxml |
---|
8 | version 2.2 |
---|
9 | categories python devel |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:dbraband openmaintainer |
---|
12 | description Powerful and Pythonic XML processing library |
---|
13 | long_description lxml is a Pythonic binding for the libxml2 and libxslt \ |
---|
14 | libraries. It is unique in that it combines the speed and \ |
---|
15 | feature completeness of these libraries with the \ |
---|
16 | simplicity of a native Python API, mostly compatible but \ |
---|
17 | superior to the well-known ElementTree API. |
---|
18 | |
---|
19 | homepage http://codespeak.net/lxml/ |
---|
20 | master_sites http://pypi.python.org/packages/source/l/lxml/ |
---|
21 | checksums md5 b3f12344291aa0d393915e7d8358b480 \ |
---|
22 | sha1 746ff9e165fc911a34a25936b6ed122f37241504 \ |
---|
23 | rmd160 fd884d36b68391b3093d6ab1a949155b52909b9d |
---|
24 | distname lxml-${version} |
---|
25 | depends_lib-append port:libxml2 port:libxslt port:py26-setuptools |
---|
26 | |
---|
27 | livecheck.check regex |
---|
28 | livecheck.url ${master_sites} |
---|
29 | livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|