You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
966 B
Tcl
30 lines
966 B
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-logbook
|
|
version 1.9.2
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Python logging replacement module.
|
|
long_description {*}${description}
|
|
|
|
homepage https://logbook.readthedocs.io/en/stable/
|
|
|
|
checksums rmd160 49ec15513919f28905937bbeaece518d73753a07 \
|
|
sha256 0538cabfd8e8a02b8185fb7a2be20b3965d225fbd7f4a5726b007d8e26b39ee0 \
|
|
size 481718
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools-rust
|
|
depends_lib-append port:py${python.version}-typing_extensions
|
|
}
|