mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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-jupyter_packaging
|
|
version 0.12.3
|
|
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 Utilities for making Python packages with and without accompanying JavaScript packages.
|
|
long_description {*}${description}
|
|
|
|
homepage https://jupyter.org/
|
|
|
|
checksums rmd160 57fad959f175e4a867b29b7ea8a7348af4a3889c \
|
|
sha256 9d9b2b63b97ffd67a8bc5391c32a421bc415b264a32c99e4d8d8dd31daae9cf4 \
|
|
size 25350
|
|
|
|
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
|
|
}
|