Skip to content

Commit

Permalink
py-metakernel: update to 0.29.2, use hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Aug 12, 2022
1 parent 31e4918 commit 5456d7d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions python/py-metakernel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-metakernel
version 0.29.0
version 0.29.2
revision 0
categories-append devel science
license BSD
Expand All @@ -16,13 +16,17 @@ long_description ${description} which includes core magic functions (includin
supported_archs noarch
homepage https://github.com/Calysto/metakernel

checksums rmd160 a5d330cf78fc03a3e91e0ad09425239509f2529b \
sha256 f81f32c29eeae3683c1fe04f14af83d55c8b7f2aa09eb6083776a2fe675cc1c0 \
size 197295
checksums rmd160 fde7ad35361961bdb8d9aecb25b4d24975a10713 \
sha256 03efae2d1e2184e418980ea8f700537a3163bb70a96cad21c08b3b5c5b1c75d4 \
size 189938

python.versions 37 38 39 310

if {${name} ne ${subport}} {
python.pep517 yes
python.pep517_backend \
hatch

depends_lib-append \
port:py${python.version}-notebook

Expand Down

0 comments on commit 5456d7d

Please sign in to comment.