You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
990 B
Tcl
33 lines
990 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-rfc3986-validator
|
|
version 0.1.1
|
|
revision 0
|
|
distname rfc3986_validator-${version}
|
|
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers nomaintainer
|
|
|
|
description A pure python RFC3986 validator
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/naimetti/rfc3986-validator
|
|
|
|
checksums rmd160 88e91a36f95480a21e4798c86992d9b92ac9b9d1 \
|
|
sha256 3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055 \
|
|
size 6760
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-pytest-runner
|
|
}
|