# $Id: Portfile 100746 2012-12-21 23:38:39Z jmr@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-xar
version			0.4
platforms		darwin
license			BSD
maintainers		afb openmaintainer
description		Python bindings for xar
long_description	The Python bindings for xar currently include a single \
Python module, xarfile, which attempts to be as compatible with the Python \
tarfile module as reasonably possible.

homepage		http://code.google.com/p/xar/wiki/pyxar

master_sites		http://xar.googlecode.com/files/
distname		pyxar-${version}
checksums		md5 fec45900eada611df5091930598c69f4

python.versions	24

if {$subport != $name} {
	depends_lib	port:xar \
			port:py${python.version}-pyrex
}
