# -*- 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-rfc3986
version             2.0.0
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             Apache-2
supported_archs     noarch

description         A Python implementation of RFC 3986 including validation and authority parsing.
long_description    {*}${description}
homepage            https://rfc3986.readthedocs.io/

checksums           rmd160  6a5aae44baba20c5537c048c5445ec66e96fd3eb \
                    sha256  97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c \
                    size    49026

python.versions     39 310 311 312 313
