You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.2 KiB
Tcl
28 lines
1.2 KiB
Tcl
# -*- 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
|
|
PortGroup github 1.0
|
|
|
|
github.setup astropy astropy-helpers 4.0.1 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-${name}
|
|
maintainers {aronnax @lpsinger} openmaintainer
|
|
categories-append science
|
|
description Helpers for Astropy and Affiliated packages
|
|
long_description This project provides a Python package, astropy_helpers, \
|
|
which includes many build, installation, and \
|
|
documentation-related tools used by the Astropy project, \
|
|
but packaged separately for use by other projects that \
|
|
wish to leverage this work.
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
|
|
checksums rmd160 c410a8f51b7e9653bd28e3d600753918fcb36876 \
|
|
sha256 9f752b7aa247960c018010fba28fed45b32af172dc3e4d2f61d4e6c396844df5 \
|
|
size 72510
|
|
|
|
python.versions 310
|