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
858 B
Tcl
28 lines
858 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-url-normalize
|
|
version 2.2.1
|
|
distname url_normalize-${version}
|
|
revision 0
|
|
categories-append devel net
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers nomaintainer
|
|
|
|
description URI Normalization function
|
|
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/niksite/url-normalize
|
|
|
|
checksums rmd160 c2db4057abb640f341050a1de90f047b68e160fb \
|
|
sha256 74a540a3b6eba1d95bdc610c24f2c0141639f3ba903501e61a52a8730247ff37 \
|
|
size 18846
|