You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.3 KiB
Tcl
30 lines
1.3 KiB
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-nclib
|
|
version 1.0.5
|
|
|
|
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 any}
|
|
supported_archs noarch
|
|
maintainers {@F30 f30.me:f30} openmaintainer
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
checksums rmd160 3d78346ef327a3827d7194114abdd748da32f727 \
|
|
sha256 b0a6c84a52f984e06ed63eb359289bd878c90af12832ba9dc33806da478ca831 \
|
|
size 21830
|