mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 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
|
|
|
|
name paramagpy
|
|
version 1.2
|
|
revision 2
|
|
|
|
categories-prepend science
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license GPL-3+
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Calculate paramagnetic effects in NMR spectra of proteins
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/henryorton/paramagpy
|
|
|
|
checksums rmd160 03491bb35ec55486708cf9aedd7b8bd6cc891814 \
|
|
sha256 2e1ba52881394824e7ed6911261f249fe3bd96783595e0a5e9e794c70096e6c0 \
|
|
size 84695
|
|
|
|
python.versions 312
|
|
|
|
depends_lib-append port:py${python.version}-biopython \
|
|
port:py${python.version}-matplotlib \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-scipy
|