Files

42 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2020-03-01 16:50:11 -05:00
# -*- 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
2025-10-14 10:05:53 -04:00
github.setup Unidata cftime 1.6.5 v rel
2021-02-05 20:40:14 -05:00
github.tarball_from archive
2020-03-01 16:50:11 -05:00
name py-cftime
2025-10-14 10:05:53 -04:00
revision 0
2020-03-01 16:50:11 -05:00
categories-append devel
2021-02-05 21:52:38 -05:00
license MIT
2020-03-01 16:50:11 -05:00
maintainers {reneeotten @reneeotten} openmaintainer
description Time-handling functionality from netcdf4-python
2023-11-19 13:11:30 -05:00
long_description {*}${description}
2020-03-01 16:50:11 -05:00
2025-10-14 10:05:53 -04:00
checksums rmd160 42ff4f7eeb9f9095056623426b9acbf3b216d0e7 \
sha256 42c383aea81c121e82c1b2e651e42ad125b09bffcbcbc263ba3a7617260a907c \
size 61804
2020-03-01 16:50:11 -05:00
python.versions 310 311 312 313 314
2020-03-01 16:50:11 -05:00
if {${name} ne ${subport}} {
depends_build-append \
2024-11-27 22:56:48 -05:00
port:py${python.version}-cython \
port:py${python.version}-oldest-supported-numpy
2020-03-01 16:50:11 -05:00
depends_lib-append \
port:py${python.version}-numpy
test.run yes
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.md Changelog \
2021-02-05 21:52:38 -05:00
LICENSE ${destroot}${docdir}
2020-03-01 16:50:11 -05:00
}
}