# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-astropy-healpix version 0.6 revision 1 distname astropy_healpix-${version} categories-append science python.versions 38 39 310 license BSD maintainers {aronnax @lpsinger} openmaintainer description BSD-licensed HEALPix for Astropy long_description {*}${description} homepage https://github.com/astropy/astropy-healpix checksums rmd160 4812dc4877abe809543f25a94c1b8694bfbcbf78 \ sha256 409a6621c383641456c074f0f0350a24a4a58e910eaeef14e9bbce3e00ad6690 \ size 104224 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-extension-helpers \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-astropy \ port:py${python.version}-numpy }