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

github.setup        ecmwf findlibs 0.0.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

name                py-findlibs
revision            0

categories-append   science
supported_archs     noarch
platforms           {darwin any}
license             Apache-2
maintainers         nomaintainer

description         A Python package that search for shared libraries on various platforms
long_description    {*}${description}

checksums           rmd160  77776f5bdede24ff8e4f231cc636878318f4a009 \
                    sha256  6739343aac6761dd4b85485c36aea51fd4175426dd77dec18cb5d6dae0929155 \
                    size    6179

python.versions     310

python.pep517       yes
