You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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-rfc3987-syntax
|
|
python.rootname rfc3987_syntax
|
|
version 1.1.0
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Helper functions to parse and validate the syntax of terms defined \
|
|
in RFC 3987 — the IETF standard for Internationalized Resource \
|
|
Identifiers (IRIs).
|
|
long_description {*}${description}
|
|
homepage https://github.com/willynilly/rfc3987-syntax
|
|
|
|
checksums rmd160 6e69a9464f415cf97acc71e355f2f6201cd921b6 \
|
|
sha256 717a62cbf33cffdd16dfa3a497d81ce48a660ea691b1ddd7be710c22f00b4a0d \
|
|
size 14239
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-lark
|
|
}
|