Commits
Marius Schamschula authored 0fc415b8fde
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-astropy |
7 7 | version 3.2.3 |
8 - | revision 0 |
8 + | revision 1 |
9 9 | checksums rmd160 1aa7495e0939513768b33d447fc2a7ceaa55683c \ |
10 10 | sha256 47f00816c2978fdd10f448c8f0337d6dca7b8cbeaab4bf272b5fd37cb4b890d3 \ |
11 11 | size 7964789 |
12 12 | |
13 13 | maintainers {ligo.org:duncan.macleod @duncanmmacleod} openmaintainer |
14 14 | categories-append science |
15 15 | description A Community Python Library for Astronomy |
16 16 | long_description The Astropy project is a common effort to develop \ |
17 17 | a single core package for Astronomy. |
18 18 | |