PortSystem 1.0
PortGroup python 1.0

name			py-liblzma
version			0.5.3
revision		1
python.versions         27
categories-append       archivers
platforms		darwin
maintainers		nomaintainer
license			LGPL-3+
description		Python bindings for the XZ Utils compression library.
long_description	${description}

homepage		https://launchpad.net/pyliblzma
master_sites		pypi:p/pyliblzma/
use_bzip2		yes
distname		pyliblzma-${version}
checksums		md5 500f61116ee1ab4063b49c121786863a \
			sha1 6240ec6f830f35f4087b8926a95c2074320b7ed5 \
			rmd160  b9062beec2bc745ea4fa64aef04f081a33b3d79c \
			size    43498

if {${name} ne ${subport}} {
depends_build		port:py${python.version}-setuptools
depends_lib-append	port:xz

patchfiles		pyliblzma-python23.diff
}
