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:
parent
7d3360f33b
commit
e6acdfbc6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420791
@ -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
20
net/py-nnpy/Makefile
Normal 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
3
net/py-nnpy/distinfo
Normal 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
3
net/py-nnpy/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
CFFI-based Python bindings for nanomsg.
|
||||
|
||||
WWW: https://github.com/nanomsg/nnpy
|
Loading…
Reference in New Issue
Block a user