# -*- 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 82752 2011-08-19 20:33:07Z robitaille@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-pyavm
version             0.1.4
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        http://cloud.github.com/downloads/astrofrog/pyavm/
distname            PyAVM-${version}
checksums           md5  a562139c0379d79fe8c87ac557291644 \
                    sha1  a5090ca5b86ed98444e419f44503638878496b5f \
                    rmd160  d38d9a1075202246eb029b2f2032fbe5b32c3cc6

python.versions     25 26 27
python.default_version 27
