You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
43 lines
1.6 KiB
Tcl
43 lines
1.6 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-ipykernel
|
|
version 7.1.0
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description IPython Kernel for Jupyter
|
|
long_description {*}${description}.
|
|
|
|
homepage https://ipython.org/
|
|
|
|
checksums rmd160 d2f4209f308fab837188098b99b5871dd2bb5217 \
|
|
sha256 58a3fc88533d5930c3546dc7eac66c6d288acde4f801e2001e65edc5dc9cf0db \
|
|
size 174579
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-debugpy \
|
|
port:py${python.version}-ipython \
|
|
port:py${python.version}-comm \
|
|
port:py${python.version}-traitlets \
|
|
port:py${python.version}-jupyter_client \
|
|
port:py${python.version}-jupyter_core \
|
|
port:py${python.version}-nest_asyncio \
|
|
port:py${python.version}-tornado \
|
|
port:py${python.version}-matplotlib-inline \
|
|
port:py${python.version}-appnope \
|
|
port:py${python.version}-zmq \
|
|
port:py${python.version}-psutil \
|
|
port:py${python.version}-packaging
|
|
}
|