You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.1 KiB
Tcl
35 lines
1.1 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
|
|
|
|
set _name pycrlibm
|
|
|
|
name py-${_name}
|
|
github.setup taschini ${_name} 1.0.3
|
|
categories-append math
|
|
platforms darwin
|
|
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 md5 0112b10d76fa2cb72ecc6ee61a91a509 \
|
|
rmd160 03fb4b95a47173089151fd824129561c06c2cdeb \
|
|
sha256 31b6e18252395a153aa25c933cb04778828531152c5c58a6707492833ba15109 \
|
|
size 2376901
|
|
|
|
python.versions 27 35 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
|
|
depends_lib-append port:crlibm
|
|
|
|
livecheck.type none
|
|
}
|