You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
45ebe65a61
- drop py39, add py31[2-4] subports
28 lines
932 B
Tcl
28 lines
932 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-loguru
|
|
version 0.7.3
|
|
revision 0
|
|
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
maintainers {@harens harens} openmaintainer
|
|
|
|
description Python logging made (stupidly) simple
|
|
long_description {*}${description}. Loguru is a library \
|
|
which aims to bring enjoyable logging in Python.
|
|
|
|
homepage https://loguru.readthedocs.io/en/stable/index.html
|
|
|
|
checksums rmd160 6e58555ab37fa56c92ff9861cd39a3f40e4c8ad4 \
|
|
sha256 19480589e77d47b8d85b2c827ad95d49bf31b0dcde16593892eb51dd18706eb6 \
|
|
size 63559
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend flit
|