1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade to pynmsg revision 0.4.0.

pynmsg (0.4.0)

  * Add missing 'nogil' annotations to nmsg_input_open_json(),
    nmsg_message_from_json()

  * setup.py: Require libnmsg >= 0.10.0 due to JSON I/O

  * Add JSON IO support

  * setup.py: Use pkg-config to retrieve -I, -L, -l flags for libnmsg

  * Add embedsignature preprocessor directive to all pyx files

Sponsored by:	Farsight Security, Inc.
This commit is contained in:
Don Lewis 2015-10-28 02:37:51 +00:00
parent c7e328bb68
commit fba9095e99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400370
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pynmsg
PORTVERSION= 0.3.1
PORTREVISION= 1
PORTVERSION= 0.4.0
CATEGORIES= net python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg
USE_PYTHON= distutils autoplist
USES= python shebangfix uniquefiles:dirs
USES= pkgconfig python shebangfix uniquefiles:dirs
SHEBANG_FILES= examples/*.py

View File

@ -1,2 +1,2 @@
SHA256 (pynmsg-0.3.1.tar.gz) = ee913ff099ef43543a70103a0642c2aa9e298402d73fa74def9fce50fc95c14a
SIZE (pynmsg-0.3.1.tar.gz) = 103168
SHA256 (pynmsg-0.4.0.tar.gz) = d31efbd08262e496cdbd2460bd130ba1e409c089f62b67031ab0b124a5d093f5
SIZE (pynmsg-0.4.0.tar.gz) = 117746