On Fri, Mar 08, 2019 at 11:38:42PM -0500, Kurt Mosiejczuk wrote:
> This update is a follow-on to py-altgraph. Only mention in the changelog
> is about Python 3.7 changing the format of .pyc files.

> The updated port actually fails one less test than pre-update (1 vs. 2 
> pre-update). 

> The only consumer is math/prover9/p9m4, which doesn't have any tests. 

Ping.

(Updated version to remove REVISION line)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-modulegraph/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    15 May 2019 12:04:37 -0000      1.13
+++ Makefile    15 Jun 2019 22:44:41 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=               Python module dependency analysis tool
 
-MODPY_EGG_VERSION=     0.16
+MODPY_EGG_VERSION=     0.17
 DISTNAME=              modulegraph-${MODPY_EGG_VERSION}
 PKGNAME=               py-${DISTNAME}
-REVISION=              0
 
 CATEGORIES=            devel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-modulegraph/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    17 Feb 2018 09:36:55 -0000      1.4
+++ distinfo    15 Jun 2019 22:44:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (modulegraph-0.16.tar.gz) = C6BKZ7Zck29wfHb/2BmlLzcP8r02ZkM41TqbJx8j0eQ=
-SIZE (modulegraph-0.16.tar.gz) = 683563
+SHA256 (modulegraph-0.17.tar.gz) = 0oJFiMSJwLpvgVwGaVBAB1Xo4ofaZLzdrkwNbnb49fM=
+SIZE (modulegraph-0.17.tar.gz) = 694480

Reply via email to