You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
28 lines
967 B
Tcl
28 lines
967 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-ipaddr
|
|
version 2.1.9
|
|
categories-append www
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
description IPv4/IPv6 manipulation library
|
|
long_description \
|
|
An IPv4/IPv6 manipulation library in Python. This library is used to \
|
|
create/poke/manipulate IPv4 and IPv6 addresses and prefixes.
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
|
|
homepage https://code.google.com/p/ipaddr-py/
|
|
master_sites googlecode:ipaddr-py
|
|
distname ipaddr-${version}
|
|
|
|
checksums rmd160 c9133da2a57fe06564dc5b10c56add676ab920f3 \
|
|
sha256 a0193fb61f59ff4c5d030eb2e24ef5550438693e5f388d526d473cac1859fc99 \
|
|
size 28092
|
|
|
|
python.versions 27 38 39
|