# -*- 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.0 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  fd6dbff74020e9f884c90dfe84025d97430d3f38 \
                    sha256  ddd81a9ebe68c31e8014e14b402a08603b505f6cbaf866a2bd443b9f2bb47327 \
                    size    8578614

patchfiles          patch-pyproject.toml.diff

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
