You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45 lines
1.6 KiB
Tcl
45 lines
1.6 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-prolif
|
|
version 2.2.0
|
|
revision 0
|
|
|
|
categories-append science
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Interaction Fingerprints for protein-ligand complexes and \
|
|
more
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/chemosim-lab/ProLIF
|
|
|
|
checksums rmd160 0340830e3311de228c5a8f00dd1bd6c63c3e3542 \
|
|
sha256 cc9e708582734dae5b05a92c7e5e3b87c1b8f852fa43656fdd6c4a2f082e7f58 \
|
|
size 10178767
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-dill \
|
|
port:py${python.version}-MDAnalysis \
|
|
port:py${python.version}-multiprocess \
|
|
port:py${python.version}-networkx \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-pandas \
|
|
port:py${python.version}-psutil \
|
|
port:py${python.version}-scipy \
|
|
port:py${python.version}-tqdm
|
|
|
|
# optional dependencies "plots"
|
|
depends_lib-append \
|
|
port:py${python.version}-matplotlib \
|
|
port:py${python.version}-py3dmol
|
|
}
|