You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1021 B
Tcl
30 lines
1021 B
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
|
|
|
|
name py-asdf-standard
|
|
python.rootname asdf_standard
|
|
version 1.5.0
|
|
revision 0
|
|
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description This document describes the Advanced Scientific Data Format (ASDF), pronounced AZ-diff.
|
|
long_description {*}${description}
|
|
homepage https://github.com/asdf-format/asdf-standard
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 6714fefc4363cba00f34efc2640227719bf91e2c \
|
|
sha256 5942caf7d143f39f72f634484373c7f40ce48571d1db3c271e13858e33fe5966 \
|
|
size 286692
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
}
|