On Mon, Feb 24, 2020 at 07:38:48PM +0100, Martin Reindl wrote: > Hi folks,
> When py-pandas goes python3-only, py-bottleneck can follow (no other > consumers). > While there update to 1.3.2. Changelog does not really affect us: > https://groups.google.com/forum/#!topic/bottle-neck/UG8zDpYIbIE > OK once pandas is python3? Looks good. ok kmos once the py-pandas change goes in. > -m > > Index: math/Makefile > =================================================================== > RCS file: /cvs/ports/math/Makefile,v > retrieving revision 1.173 > diff -u -p -u -p -r1.173 Makefile > --- math/Makefile 9 Feb 2020 18:48:29 -0000 1.173 > +++ math/Makefile 24 Feb 2020 18:35:28 -0000 > @@ -118,7 +118,6 @@ > SUBDIR += py-Numeric > SUBDIR += py-affine > SUBDIR += py-affine,python3 > - SUBDIR += py-bottleneck > SUBDIR += py-bottleneck,python3 > SUBDIR += py-cftime > SUBDIR += py-graphviz > Index: devel/quirks/Makefile > =================================================================== > RCS file: /cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.854 > diff -u -p -u -p -r1.854 Makefile > --- devel/quirks/Makefile 22 Feb 2020 05:43:00 -0000 1.854 > +++ devel/quirks/Makefile 24 Feb 2020 18:35:28 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-3.245 > +PKGNAME = quirks-3.246 > PKG_ARCH = * > MAINTAINER = Marc Espie <es...@openbsd.org> > > Index: devel/quirks/files/Quirks.pm > =================================================================== > RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.872 > diff -u -p -u -p -r1.872 Quirks.pm > --- devel/quirks/files/Quirks.pm 22 Feb 2020 05:43:01 -0000 1.872 > +++ devel/quirks/files/Quirks.pm 24 Feb 2020 18:35:29 -0000 > @@ -347,6 +347,7 @@ my $stem_extensions = { > 'py-napalm' => 'py3-napalm', > 'py-IOSXR' => 'py3-IOSXR', > 'py-owslib' => 'py3-owslib', > + 'py-bottleneck' => 'py3-bottleneck', > }; > > my $obsolete_reason = { > Index: math/py-bottleneck/Makefile > =================================================================== > RCS file: /cvs/ports/math/py-bottleneck/Makefile,v > retrieving revision 1.9 > diff -u -p -u -p -r1.9 Makefile > --- math/py-bottleneck/Makefile 6 Feb 2020 12:26:54 -0000 1.9 > +++ math/py-bottleneck/Makefile 24 Feb 2020 18:35:29 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = fast NumPy array functions written in C > > -MODPY_EGG_VERSION = 1.3.1 > +MODPY_EGG_VERSION = 1.3.2 > DISTNAME = Bottleneck-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME:L} > CATEGORIES = math > @@ -26,14 +26,13 @@ MODPY_PI = Yes > MODPY_SETUPTOOLS = Yes > > FLAVORS = python3 > -FLAVOR ?= > +FLAVOR = python3 > > MODPY_PYTEST = Yes > TEST_DEPENDS = devel/py-pluggy${MODPY_FLAVOR} \ > devel/py-nose${MODPY_FLAVOR} \ > devel/py-test${MODPY_FLAVOR} > > -# on python2 with base-clang, test_memory_leak fails > pre-test: > @${MODPY_CMD} build_ext --inplace > > Index: math/py-bottleneck/distinfo > =================================================================== > RCS file: /cvs/ports/math/py-bottleneck/distinfo,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 distinfo > --- math/py-bottleneck/distinfo 6 Feb 2020 12:26:54 -0000 1.3 > +++ math/py-bottleneck/distinfo 24 Feb 2020 18:35:29 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Bottleneck-1.3.1.tar.gz) = > RRWGNwRiy2I9atYEpUXR6X+1HSq1JSsaxXNQqD5JSig= > -SIZE (Bottleneck-1.3.1.tar.gz) = 88192 > +SHA256 (Bottleneck-1.3.2.tar.gz) = > IBefC2Y1l5LqKDtpqhY2ZBkTLzts862twMSOLoEY5XM= > +SIZE (Bottleneck-1.3.2.tar.gz) = 88246 > Index: math/py-bottleneck/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/math/py-bottleneck/pkg/PLIST,v > retrieving revision 1.2 > diff -u -p -u -p -r1.2 PLIST > --- math/py-bottleneck/pkg/PLIST 6 Feb 2020 12:26:54 -0000 1.2 > +++ math/py-bottleneck/pkg/PLIST 24 Feb 2020 18:35:29 -0000 > @@ -1,4 +1,6 @@ > @comment $OpenBSD: PLIST,v 1.2 2020/02/06 12:26:54 martin Exp $ > +@conflict py-bottleneck-* > +@pkgpath math/py-bottleneck > > lib/python${MODPY_VERSION}/site-packages/Bottleneck-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ > > lib/python${MODPY_VERSION}/site-packages/Bottleneck-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO > > lib/python${MODPY_VERSION}/site-packages/Bottleneck-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt >