Files
macports-ports/python/py-absl/Portfile
2026-01-09 14:55:24 -06:00

35 lines
1.2 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-absl
version 2.1.0
revision 0
python.rootname absl-py
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers {emcrisostomo @emcrisostomo} openmaintainer
description Abseil Python Common Libraries
long_description ${python.rootname} is a collection of Python \
library code for building Python applications. \
The code is collected from Google's own Python \
code base, and has been extensively tested \
and used in production.
homepage https://github.com/abseil/abseil-py
checksums rmd160 c7d81bcb6ebc459450ddb4e41cdf284e735bc79f \
sha256 7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff \
size 118055
python.versions 39 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
}