svn commit: r563508 - in head: . net net/py-pynmsg

Don Lewis truckman at FreeBSD.org
Sun Jan 31 18:32:44 UTC 2021


Author: truckman
Date: Sun Jan 31 18:32:43 2021
New Revision: 563508
URL: https://svnweb.freebsd.org/changeset/ports/563508

Log:
  Resurrect net/py-pynmsg and upgrade to version 0.5.0, which is compatible
  with python 3.
  
  Pet portlint.
  
  MFH:		2021Q1
  Sponsored by:	Farsight Security, Inc.

Added:
  head/net/py-pynmsg/
     - copied from r544926, head/net/py-pynmsg/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/py-pynmsg/Makefile
  head/net/py-pynmsg/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan 31 18:20:53 2021	(r563507)
+++ head/MOVED	Sun Jan 31 18:32:43 2021	(r563508)
@@ -15264,7 +15264,6 @@ multimedia/py-flvlib||2020-08-15|Has expired: Uses dep
 net/py-gspreadsheet||2020-08-15|Has expired: Uses deprecated version of python
 net/py-libnet||2020-08-15|Has expired: Uses deprecated version of python
 net/py-netlib||2020-08-15|Has expired: Uses deprecated version of python
-net/py-pynmsg||2020-08-15|Has expired: Uses deprecated version of python
 net/py-rainbowstream||2020-08-15|Has expired: Uses deprecated version of python
 net/py-wolframalpha||2020-08-15|Has expired: Uses deprecated version of python
 net-im/empathy||2020-08-15|Has expired: Uses deprecated version of python

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jan 31 18:20:53 2021	(r563507)
+++ head/net/Makefile	Sun Jan 31 18:32:43 2021	(r563508)
@@ -1054,6 +1054,7 @@
     SUBDIR += py-pygeoip
     SUBDIR += py-pyicap
     SUBDIR += py-pynamecheap
+    SUBDIR += py-pynmsg
     SUBDIR += py-pynsq
     SUBDIR += py-pypcap
     SUBDIR += py-pyroute2

Modified: head/net/py-pynmsg/Makefile
==============================================================================
--- head/net/py-pynmsg/Makefile	Sat Aug 15 10:05:27 2020	(r544926)
+++ head/net/py-pynmsg/Makefile	Sun Jan 31 18:32:43 2021	(r563508)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pynmsg
-PORTVERSION=	0.4.0
+PORTVERSION=	0.5.0
 CATEGORIES=	net python
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +12,10 @@ COMMENT=	Python wrapper for net/nmsg
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 LIB_DEPENDS=	libnmsg.so:net/nmsg
 
-USE_PYTHON=	autoplist distutils
-USES=		pkgconfig python:-3.6 shebangfix uniquefiles:dirs
+USES=		pkgconfig python shebangfix uniquefiles:dirs
+USE_PYTHON=	autoplist cython distutils
 
 SHEBANG_FILES=	examples/*.py
 

Modified: head/net/py-pynmsg/distinfo
==============================================================================
--- head/net/py-pynmsg/distinfo	Sat Aug 15 10:05:27 2020	(r544926)
+++ head/net/py-pynmsg/distinfo	Sun Jan 31 18:32:43 2021	(r563508)
@@ -1,2 +1,3 @@
-SHA256 (pynmsg-0.4.0.tar.gz) = d31efbd08262e496cdbd2460bd130ba1e409c089f62b67031ab0b124a5d093f5
-SIZE (pynmsg-0.4.0.tar.gz) = 117746
+TIMESTAMP = 1612050823
+SHA256 (pynmsg-0.5.0.tar.gz) = 03727e80b7b268712a8ec482ff607fdb4f6164b504a91a12a1610b9c0194edf9
+SIZE (pynmsg-0.5.0.tar.gz) = 140852


More information about the svn-ports-all mailing list