You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 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
|
|
|
|
name py-gmpy
|
|
version 1.17
|
|
maintainers {@mndavidoff alluvialsw.com:md14-macports} openmaintainer
|
|
license LGPL-2.1+
|
|
description General multiple precision arithmetic module for Python
|
|
long_description \
|
|
GMPY is a C-coded Python extension module that supports fast \
|
|
integer and rational multiple-precision arithmetic using the \
|
|
GMP library.
|
|
|
|
homepage https://code.google.com/p/gmpy/
|
|
use_zip yes
|
|
checksums rmd160 0465338605fa73695259082c973eab23d7d96cff \
|
|
sha256 1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14 \
|
|
size 147636
|
|
|
|
python.versions 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:gmp
|
|
|
|
post-destroot {
|
|
xinstall -m 0644 -W ${worksrcpath} doc/gmpydoc.txt doc/index.html \
|
|
README ${destroot}${prefix}/share/doc/${subport}
|
|
}
|
|
}
|