You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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-pydantic_settings
|
|
version 2.14.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Settings management using Pydantic
|
|
long_description {*}${description}, this is the new official home of Pydantic's \
|
|
BaseSettings.
|
|
homepage https://github.com/pydantic/pydantic-settings
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 254c57c6ed8b4fe085a6162df115b6ba53c1f41e \
|
|
sha256 c19dd64b19097f1de80184f0cc7b0272a13ae6e170cbf240a3e27e381ed14a5f \
|
|
size 237700
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-pydantic \
|
|
port:py${python.version}-python-dotenv \
|
|
port:py${python.version}-typing-inspection
|
|
}
|