# -*- 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-pybind11-stubgen
version                     0.3.1.post1
revision                    0
categories-append           devel
license                     BSD
maintainers                 {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
platforms                   darwin
description                 generates stubs for python modules
long_description            pybind11-stubgen ${description}.

homepage                    https://github.com/sizmailov/pybind11-stubgen

checksums                   rmd160  5e4aa182db088be7ff3066bfe892819dffe84c59 \
                            sha256  94223b361ba68b1db64f9cb9e64f9f8f09c997044f72a017f2636f894e3a67a3 \
                            size    8678

python.versions             37 38

installs_libs               no
supported_archs             noarch

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools

    livecheck.type          none
}
