You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
877 B
Tcl
26 lines
877 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-prometheus_client
|
|
version 0.23.1
|
|
revision 0
|
|
categories-append devel
|
|
license Apache-2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Prometheus instrumentation library for Python applications
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/prometheus/client_python
|
|
|
|
checksums rmd160 2dc25874d81032062caffdf03accf2b0db3a4db2 \
|
|
sha256 6ae8f9081eaaaf153a2e959d2e6c4f4fb57b12ef76c8c7980202f1e57b48b2ce \
|
|
size 80481
|