This update py-pluggy from 0.9.0 to 0.11.0. The most recent version is
actually 0.12.0, but they added a dependency on a new module that seems
to depend on everything else (I killed portgen after it generated 7 new
ports to support it).
All regression tests pass on both amd64 and sparc64.
The regression tests of py-test and py-tox pass the same on amd64 once
the update is installed. sysutils/diffoscope hangs at 73% of its tests
both before and after.
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-pluggy/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 13 May 2019 18:06:43 -0000 1.8
+++ Makefile 9 Jun 2019 18:20:11 -0000
@@ -2,14 +2,13 @@
COMMENT = plugin and hook calling mechanisms for Python
-MODPY_EGG_VERSION = 0.9.0
+MODPY_EGG_VERSION = 0.11.0
DISTNAME = pluggy-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
-REVISION = 0
# MIT
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes
MODULES = lang/python
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-pluggy/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 1 May 2019 01:24:44 -0000 1.4
+++ distinfo 9 Jun 2019 18:20:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (pluggy-0.9.0.tar.gz) = Gez5zp2y/OBlp6BYbgfPtKyGFP6W7fYoomSxxwEWz48=
-SIZE (pluggy-0.9.0.tar.gz) = 54035
+SHA256 (pluggy-0.11.0.tar.gz) = JaG8HRSMmmQCEYcrT/hZh41CK8y1nJll4E7tRooKoYA=
+SIZE (pluggy-0.11.0.tar.gz) = 56897
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-pluggy/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 1 May 2019 01:24:44 -0000 1.4
+++ pkg/PLIST 9 Jun 2019 18:20:11 -0000
@@ -7,7 +7,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/pluggy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/pluggy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pluggy/__init__.py
-${MODPY_COMMENT}${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}/
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}_tracing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pluggy/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
No comments:
Post a Comment