You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
1f83f8639e
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
30 lines
1.0 KiB
Tcl
30 lines
1.0 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
|
|
PortGroup github 1.0
|
|
|
|
name py-wasabi
|
|
# Don't upgrade past py-spaCy's highest supported version.
|
|
version 1.1.2
|
|
revision 0
|
|
github.setup ines wasabi ${version} v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
checksums rmd160 798870f334b89da19d61158e961c0d7f713332ea \
|
|
sha256 2369b09dda60f8e63525dacb73fd3792e7fcf501d932d30d0e52fa1f0ff8b83f \
|
|
size 24088
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
license MIT
|
|
|
|
maintainers {jonesc @cjones051073} openmaintainer
|
|
|
|
description A lightweight console printing and formatting toolkit
|
|
long_description {*}${description}
|
|
|
|
python.versions 310 311 312 313 314
|