# -*- 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.17 revision 0 categories-append devel platforms darwin license PSF 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 3482b947c2167d890152e1077de01ca36cd5d0f6 \ sha256 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }