You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
Tcl
# -*- 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-nbclient
|
|
version 0.5.3
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Client library for programmatic Jupyter notebook execution.
|
|
long_description ${description}
|
|
|
|
homepage https://jupyter.org/
|
|
|
|
checksums rmd160 cfd462e15b90bff88987a7a24d580c8048a9728a \
|
|
sha256 db17271330c68c8c88d46d72349e24c147bb6f34ec82d8481a8f025c4d26589c \
|
|
size 78529
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-traitlets \
|
|
port:py${python.version}-jupyter_client \
|
|
port:py${python.version}-nbformat \
|
|
port:py${python.version}-async_generator \
|
|
port:py${python.version}-nest_asyncio
|
|
|
|
livecheck.type none
|
|
}
|