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
1.3 KiB
Tcl
33 lines
1.3 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-radix
|
|
version 1.1.0
|
|
revision 0
|
|
license BSD-old ISC
|
|
|
|
maintainers {@matthewluckie luckie.org.nz:mjl} openmaintainer
|
|
description radix tree data structure implementation for python
|
|
long_description py-radix is an implementation of a radix tree data \
|
|
structure for the storage and retrieval of IPv4 and IPv6 \
|
|
network prefixes. The radix tree is the data structure most \
|
|
commonly used for routing table lookups. It efficiently stores \
|
|
network prefixes of varying lengths and allows fast lookups of \
|
|
containing networks.
|
|
|
|
homepage https://github.com/mjschultz/py-radix
|
|
python.rootname py-radix
|
|
distname py_radix-${version}
|
|
|
|
checksums rmd160 6934b423c6b747ef95f9553d836983364fc6282e \
|
|
sha256 4abdb4e4969aaeef40eeb186bada2911462183788a6f445b971d18aa5d1af9be \
|
|
size 27948
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|