# -*- 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-jupyter_packaging
version             0.8.2
revision            0
categories-append   devel
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Utilities for making Python packages with and without accompanying JavaScript packages.
long_description    ${description}

homepage            https://jupyter.org/

checksums           rmd160  5fbb92311c1a952bf7b35c30e0cba658599f635c \
                    sha256  75dcc90dc17263922275ae10be9002874151048cbde484070841791d097941b2 \
                    size    20066

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-packaging \
                        port:py${python.version}-tomlkit \
                        port:py${python.version}-setuptools \
                        port:py${python.version}-wheel \
                        port:py${python.version}-deprecation

    livecheck.type      none
}
