You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
57 lines
1.9 KiB
Tcl
57 lines
1.9 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup Calysto metakernel 1.0.4 v
|
|
github.tarball_from archive
|
|
name py-metakernel
|
|
revision 0
|
|
|
|
categories-append devel science
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description A Jupyter/IPython kernel template
|
|
long_description {*}${description} which includes core magic functions (including \
|
|
help, command and file path completion, parallel and distributed \
|
|
processing, downloads, and much more).
|
|
homepage https://github.com/Calysto/metakernel
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 13bd99a90d625a97d34a709533ec645d81c7bdb4 \
|
|
sha256 c01676b68894f0f665a9c50231906b617a3b181de9bccfba161484330911c360 \
|
|
size 463606
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-comm \
|
|
port:py${python.version}-ipykernel \
|
|
port:py${python.version}-jedi \
|
|
port:py${python.version}-jupyter_core \
|
|
port:py${python.version}-pexpect
|
|
|
|
if {${python.version} == 310} {
|
|
version 0.32.0
|
|
revision 1
|
|
|
|
checksums rmd160 883259f8470c90e955f3589ed7604eabd5607877 \
|
|
sha256 031984b4c0629c129c86162d27bd8df264d6993bf961aec730fdb71facefddbc \
|
|
size 460794
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-virtualenv
|
|
|
|
}
|
|
}
|