Commits
Duncan Macleod authored and Perry E. Metzger committed ab28169a386
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 | PortGroup github 1.0 |
6 6 | |
7 7 | github.setup astropy astropy-healpix 0.2 v |
8 8 | name py-${name} |
9 9 | categories-append science |
10 - | python.versions 27 35 36 |
10 + | python.versions 27 35 36 37 |
11 11 | license BSD |
12 12 | platforms darwin |
13 13 | maintainers {aronnax @lpsinger} openmaintainer |
14 14 | description BSD-licensed HEALPix for Astropy |
15 15 | long_description ${description} |
16 16 | |
17 17 | checksums rmd160 ed14c76285e8b1b2793d2abf5627b971bc8a2b77 \ |
18 18 | sha256 79cbc8c27f65603e8d365d339530b20fa48941b7c37b69774f5afa9251daf9b0 |
19 19 | |
20 20 | if {${name} ne ${subport}} { |