You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
974 B
Tcl
31 lines
974 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-cidrize
|
|
version 2.1.0
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311
|
|
python.pep517_backend poetry
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Cidrize parses IPv4/IPv6 addresses, CIDRs, ranges, and wildcard matches.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jathanism/cidrize/
|
|
|
|
checksums rmd160 4916f3007a2fe3d3fde3c846d3ffba0ba14f07b0 \
|
|
sha256 37ac7940d3851a0791291591ebc8a71cfb7cc7b3980436dbf83ea76308750f9f \
|
|
size 14088
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-netaddr
|
|
}
|