You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
969 B
Tcl
28 lines
969 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-uritemplate
|
|
version 4.1.1
|
|
revision 0
|
|
|
|
categories-append textproc www
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license {BSD Apache-2}
|
|
maintainers nomaintainer
|
|
|
|
description Python implementation of RFC6570, URI Template
|
|
long_description \
|
|
This is a Python implementation of RFC6570, URI Template, and can expand \
|
|
templates up to and including Level 4 in that specification.
|
|
|
|
homepage https://uritemplate.readthedocs.org/
|
|
|
|
checksums rmd160 8c97f14d50a4e668825ee672672d39a2bc469351 \
|
|
sha256 4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0 \
|
|
size 273898
|
|
|
|
python.versions 310 311 312 313 314
|