1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name py-nanomsg-python |
---|
8 | version 1.0 |
---|
9 | categories-append comms |
---|
10 | platforms darwin |
---|
11 | license MIT |
---|
12 | |
---|
13 | maintainers twinleaf.com:maintainers \ |
---|
14 | openmaintainers |
---|
15 | |
---|
16 | description Python Nanomsg Wrapper |
---|
17 | long_description Python library for nanomsg which does not compromise on usability or performance. |
---|
18 | homepage https://github.com/tonysimpson/nanomsg-python |
---|
19 | master_sites https://github.com/tonysimpson/nanomsg-python/archive/ |
---|
20 | distfiles ${version}.zip |
---|
21 | distname nanomsg-python-${version} |
---|
22 | use_zip yes |
---|
23 | |
---|
24 | checksums sha256 381fd63e4f1bd2d19afd9a3c2a26cb37f313bf614cef7fc6e02b2084c0eeb854 |
---|
25 | |
---|
26 | python.versions 35 |
---|
27 | |
---|
28 | depends_lib-append port:nanomsg |
---|