1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Import py-nnpy 1.2

py-nnpy is CFFI-based Python bindings for nanomsg.
This commit is contained in:
Kevin Lo 2016-08-24 14:00:34 +00:00
parent 7d3360f33b
commit e6acdfbc6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420791
4 changed files with 27 additions and 0 deletions

View File

@ -981,6 +981,7 @@
SUBDIR += py-netifaces
SUBDIR += py-netlib
SUBDIR += py-netstring
SUBDIR += py-nnpy
SUBDIR += py-novaclient
SUBDIR += py-ntplib
SUBDIR += py-oauth

20
net/py-nnpy/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= nnpy
PORTVERSION= 1.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kevlo@FreeBSD.org
COMMENT= cffi-based Python bindings for nanomsg
LICENSE= MIT
LIB_DEPENDS= libnanomsg.so:net/nanomsg
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

3
net/py-nnpy/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1472030915
SHA256 (nnpy-1.2.tar.gz) = c7465f72a43f2cc128d9ce6aae32cc112c59a011139e2eb8080c21dfdb229e72
SIZE (nnpy-1.2.tar.gz) = 4492

3
net/py-nnpy/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
CFFI-based Python bindings for nanomsg.
WWW: https://github.com/nanomsg/nnpy