Skip to content

Commit

Permalink
py-nclib: New port
Browse files Browse the repository at this point in the history
  • Loading branch information
F30 authored and pmetzger committed Apr 20, 2018
1 parent 09822e5 commit 4f4603a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions python/py-nclib/Portfile
@@ -0,0 +1,33 @@
# -*- 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
}

0 comments on commit 4f4603a

Please sign in to comment.