# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        pharmai plip 3.0.1 v
github.tarball_from archive
revision            0

categories          science
license             GPL-2
maintainers         {reneeotten @reneeotten} openmaintainer

description         Protein-Ligand Interaction Profiler - Analyze and visualize \
                    non-covalent protein-ligand interactions in PDB files
long_description    {*}${description}

checksums           rmd160  0be5ff3ee360c357ee95a7eb089a09e2fe980098 \
                    sha256  bc9423a713f32b979cb4d32b09cfb5baf38c1f5bed4a9285a9652c67a64ba671 \
                    size    8576992

python.default_version 314

depends_lib-append  port:py${python.version}-lxml \
                    port:py${python.version}-numpy \
                    port:openbabel \
                    port:py${python.version}-openbabel

test.run            yes
test.dir            ${worksrcpath}/plip/test
python.test_framework unittest
