Ticket #26895: Portfile

File Portfile, 861 bytes (added by astrofrog (Thomas Robitaille), 14 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem 1.0
5PortGroup python26 1.0
6
7name                py26-vo
8version             0.6
9categories          python devel science
10maintainers         gmail.com:thomas.robitaille openmaintainer
11description         A Python library to parse, validate and generate VOTable XML files.
12long_description    $description
13homepage            https://trac6.assembla.com/astrolib
14platforms           darwin
15master_sites        http://stsdas.stsci.edu/astrolib/
16checksums           md5 607dee5451f414963719e654db595961 \
17                    sha1 6aab86ef9f6ae799419535f980ec7333a2b1e287 \
18                    rmd160 1b7e17aab4d0c8c5da48896a2681658f94bc1d28
19
20distname            vo-${version}
21
22depends_lib         port:py26-numpy