Commits
Leo Singer authored 2b094d1d1ec
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 astroscrappy 1.0.5 v |
8 8 | name py-astroscrappy |
9 - | python.versions 27 34 35 36 37 |
9 + | python.versions 27 35 36 37 |
10 10 | categories-append science |
11 11 | license BSD |
12 12 | platforms darwin |
13 13 | maintainers {aronnax @lpsinger} openmaintainer |
14 14 | description Speedy Cosmic Ray Annihilation Package in Python |
15 15 | long_description \ |
16 16 | Astro-SCRAPPY is designed to detect cosmic rays in images (numpy arrays), \ |
17 17 | originally based on Pieter van Dokkum’s L.A.Cosmic algorithm. |
18 18 | |
19 19 | checksums rmd160 282062da64c4f6d9fbcee38928c016d11b4e1e56 \ |