# -*- 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-reproject version 0.8 revision 0 categories-append science license BSD maintainers {aronnax @lpsinger} openmaintainer description Astropy affiliated package for image reprojection long_description ${description} homepage https://reproject.readthedocs.io/ checksums rmd160 74003d435d8d8517471af8408c00afe0cde0a6bd \ sha256 679e2c63747a195893bcc2c7ac9725ac0675747e3ff5bcc8ae0a8377d9c56c96 \ size 774255 python.versions 38 39 310 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-cython \ port:py${python.version}-extension-helpers \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_run-append port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-astropy \ port:py${python.version}-astropy-healpix }