You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2af3b639ff
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
36 lines
1.1 KiB
Tcl
36 lines
1.1 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-lightning-utilities
|
|
version 0.15.3
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
description Common utilities for Lightning projects
|
|
|
|
long_description A collection of common Python utilities used across \
|
|
Lightning open-source projects.
|
|
|
|
homepage https://github.com/Lightning-AI/utilities
|
|
|
|
distname lightning_utilities-${version}
|
|
|
|
checksums rmd160 d8f062f46c6ec9f24ca6dfe8fe259430837767fd \
|
|
sha256 792ae0204c79f6859721ac7f386c237a33b0ed06ba775009cb894e010a842033 \
|
|
size 33553
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-typing_extensions
|
|
}
|