# -*- 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-nclib version 0.8.2 description A Python socket library that wants to be your friend long_description nclib provides easy-to-use interfaces for connecting to \ and listening on TCP and UDP sockets, a better socket \ class (the Netcat object), mechanisms to launch \ processes with their input/output streams connected to \ sockets, TCP and UDP server classes for writing simple \ Python daemons and a script to easily daemonize \ command-line programs. license MIT homepage https://nclib.readthedocs.io/ categories-append net platforms darwin maintainers {@F30 f30.me:f30} openmaintainer python.versions 27 34 35 36 master_sites pypi:n/nclib distname nclib-${version} checksums rmd160 978d85bc2520a6836674b5deaaca5c93caf45eea \ sha256 a4435b0e5fe5302326b1c1a6be430c45ae9d5c3e9de2103381780121651e101e if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools }