On Thu, Jul 25, 2019 at 10:04:59AM +0200, Paco Esteban wrote:
> Hi ports@,
> Here you have a anothre fresh diff, this time for devel/py-entrypoints.
> It is needed for the update of devel/flake8
> For reference:
> https://marc.info/?l=openbsd-ports&m=156101812530722&w=2
All regression tests for this pass on both amd64 and sparc64.
Its only consumer seems to be devel/py-nbconvert. All regression tests pass
the same as before this update (although it has fewer warnings for the
python 2.x flavor now).
OK kmos@
(Diff included here again for easier reference)
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-entrypoints/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 12 Jul 2019 20:45:47 -0000 1.7
+++ Makefile 25 Jul 2019 08:04:20 -0000
@@ -2,11 +2,10 @@
COMMENT = discover and load entry points from installed packages
-MODPY_EGG_VERSION = 0.2.3
+MODPY_EGG_VERSION = 0.3
DISTNAME = entrypoints-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
-REVISION = 1
HOMEPAGE = https://github.com/takluyver/entrypoints
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-entrypoints/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 18 Jun 2017 20:52:50 -0000 1.2
+++ distinfo 25 Jul 2019 08:04:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (entrypoints-0.2.3.tar.gz) = 0tWH3eBvmVRfsTo4PSzTNqj/HzWcWDnOOmTJF9EMAp8=
-SIZE (entrypoints-0.2.3.tar.gz) = 11158
+SHA256 (entrypoints-0.3.tar.gz) = xw3XGr5ajIXlXhLBm9kcz+7BGm6ZBEIEUR+e1UfUhFE=
+SIZE (entrypoints-0.3.tar.gz) = 12315
cvs server: Diffing pkg
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-entrypoints/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 2 Nov 2016 18:27:33 -0000 1.1.1.1
+++ pkg/PLIST 25 Jul 2019 08:04:20 -0000
@@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/11/02 18:27:33 shadchin Exp $
+lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}entrypoints.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/entrypoints-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/entrypoints.py
No comments:
Post a Comment