Files
Renee Otten 45b84be783 py-pycrlibm: drop EOL subports, add py313
- enable test phase
2025-11-04 12:24:32 -05:00

34 lines
1.0 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
name py-pycrlibm
github.setup taschini pycrlibm 1.0.3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 0
categories-append math
license LGPL-2.1+
maintainers nomaintainer
description Python bindings for CRlibm
long_description Python bindings for CRlibm, an efficient and proven \
correctly-rounded mathematical library.
checksums rmd160 03fb4b95a47173089151fd824129561c06c2cdeb \
sha256 31b6e18252395a153aa25c933cb04778828531152c5c58a6707492833ba15109 \
size 2376901
python.versions 313
if {${name} ne ${subport}} {
patchfiles patch-setup.py.diff
depends_lib-append \
port:crlibm
test.run yes
}