Files
2026-02-26 21:18:30 -05:00

31 lines
928 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-uri-template
version 1.3.0
revision 0
categories-append devel
license MIT
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312 313 314
maintainers nomaintainer
description RFC 6570 URI Template Processor
long_description {*}${description}
homepage https://gitlab.linss.com/open-source/python/uri-template
checksums rmd160 5592d7cb129e657c83476d29c3f914662111462c \
sha256 0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7 \
size 21678
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools_scm
}