Skip to content

Commit

Permalink
net/py-pynmsg: Upgrade to 0.5.1
Browse files Browse the repository at this point in the history
Upgrade to 0.5.1 with python 3 support
  * Switch to new for loop style

  * Fix repr error for input class

  * Fix error caused by name mangling

  * Fix tests

Fetch source from GitHub.

Sponsored by:	DomainTools LLC
  • Loading branch information
DonLewisFreeBSD committed Mar 28, 2024
1 parent 2ffec4a commit 1315bca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions net/py-pynmsg/Makefile
@@ -1,8 +1,7 @@
PORTNAME= pynmsg
PORTVERSION= 0.5.0
PORTREVISION= 2
PORTVERSION= 0.5.1
PORTREVISION= 0
CATEGORIES= net python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= truckman@FreeBSD.org
Expand All @@ -15,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libnmsg.so:net/nmsg

USES= pkgconfig python shebangfix uniquefiles:dirs
USE_GITHUB= yes
GH_ACCOUNT= farsightsec
USE_PYTHON= autoplist cython distutils

SHEBANG_FILES= examples/*.py
Expand Down
6 changes: 3 additions & 3 deletions net/py-pynmsg/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1612050823
SHA256 (pynmsg-0.5.0.tar.gz) = 03727e80b7b268712a8ec482ff607fdb4f6164b504a91a12a1610b9c0194edf9
SIZE (pynmsg-0.5.0.tar.gz) = 140852
TIMESTAMP = 1711353295
SHA256 (farsightsec-pynmsg-0.5.1_GH0.tar.gz) = a05d81380b8f52d0b43bc395c37d642972749058d3ed0e36450d7433151d8934
SIZE (farsightsec-pynmsg-0.5.1_GH0.tar.gz) = 22505

0 comments on commit 1315bca

Please sign in to comment.