# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 105630 2013-04-28 16:40:35Z robitaille@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pyavm
version             0.9.1
maintainers         robitaille

categories-append   science
description         Pure-Python AVM library
long_description    Pure-Python AVM library

platforms           darwin
license             MIT

homepage            https://github.com/astrofrog/pyavm
master_sites        https://pypi.python.org/packages/source/P/PyAVM/
distname            PyAVM-${version}
checksums           md5  db5eb5284c9d432d7aedb67ecbdf00b3 \
                    sha1  e1bb60ef3d02a199c5998930061eb0713a4aa7b0 \
                    rmd160  718460d7679bc6eedf5cfdb71ea9a72302152a16

python.versions     25 26 27 31 32 33
python.default_version 27
