Skip to content

Commit

Permalink
py-prometheus_client: update to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stromnov committed Oct 18, 2022
1 parent c0b57ac commit f360f98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions python/py-prometheus_client/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ PortSystem 1.0
PortGroup python 1.0

name py-prometheus_client
version 0.14.1
version 0.15.0
revision 0
categories-append devel
platforms darwin
license Apache-2
supported_archs noarch

python.versions 27 35 36 37 38 39 310
python.pep517 yes

maintainers {stromnov @stromnov} openmaintainer

Expand All @@ -20,21 +20,21 @@ long_description {*}${description}

homepage https://github.com/prometheus/client_python

checksums rmd160 d5b4035a6c14bcdae5952cc9476052511b49804b \
sha256 5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a \
size 83271
checksums rmd160 cf26ea22652936acfc1b6793397a5b62862cacd8 \
sha256 be26aa452490cfcf6da953f9436e95a9f2b4d578ca80094b4458930e5f584ab1 \
size 100719

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools

if {${python.version} < 37} {
version 0.11.0
revision 0
distname ${python.rootname}-${version}
checksums rmd160 433abad4b6afb4c0e5c5727d2cc8d592049b171e \
sha256 3a8baade6cb80bcfe43297e33e7623f3118d660d41387593758e2fb1ea173a86 \
size 91886
python.pep517 no
depends_build-append \
port:py${python.version}-setuptools
}

livecheck.type none
Expand Down

0 comments on commit f360f98

Please sign in to comment.