You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
883 B
Tcl
29 lines
883 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-netaddr
|
|
version 1.3.0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
license BSD MIT
|
|
supported_archs noarch
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description A network address manipulation library for Python
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/drkjam/netaddr/
|
|
|
|
checksums rmd160 044a54c0cfce8a16bc5abedbba0250e2c962e3b3 \
|
|
sha256 5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a \
|
|
size 2260504
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
}
|