# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-ipaddress version 1.0.7 revision 0 categories-append devel platforms darwin license Python supported_archs noarch python.versions 27 maintainers stromnov openmaintainer description IPv4/IPv6 manipulation library long_description ${description} homepage https://github.com/phihag/ipaddress master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 e974dfbbc2b0c3dbdb46cc5cd4a21802a65582c4 \ sha256 2c99e9eaea2dacbe4038b3be772ec650f5b4f4c8cc479c3704b81673d96849d7 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }