py-socketio-client's only consumer, py-ripe.atlas.cousteau, is python3-only.
We can safely drop the python2 flavor.

ok?

--Kurt

Index: net/py-socketio-client/Makefile
===================================================================
RCS file: /cvs/ports/net/py-socketio-client/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- net/py-socketio-client/Makefile     3 Jul 2020 21:13:03 -0000       1.8
+++ net/py-socketio-client/Makefile     16 May 2021 18:05:53 -0000
@@ -5,7 +5,7 @@ COMMENT =               python socket.io client libra
 MODPY_EGG_VERSION =    0.6.7
 DISTNAME =             socketIO_client-${MODPY_EGG_VERSION}
 PKGNAME =              py-socketIO-client-${MODPY_EGG_VERSION}
-REVISION =             4
+REVISION =             5
 
 CATEGORIES =           net
 
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =    Yes
 
 MODULES =              lang/python
 FLAVORS =              python3
-FLAVOR ?=
+FLAVOR =               python3
 
 RUN_DEPENDS =          devel/py-six${MODPY_FLAVOR} \
                        net/py-websocket-client${MODPY_FLAVOR} \
Index: net/Makefile
===================================================================
RCS file: /cvs/ports/net/Makefile,v
retrieving revision 1.1252
diff -u -p -r1.1252 Makefile
--- net/Makefile        24 Apr 2021 00:31:56 -0000      1.1252
+++ net/Makefile        16 May 2021 18:05:53 -0000
@@ -615,7 +615,6 @@
      SUBDIR += py-slixmpp,python3
      SUBDIR += py-smbc,python3
      SUBDIR += py-snmp
-     SUBDIR += py-socketio-client
      SUBDIR += py-socketio-client,python3
      SUBDIR += py-socks
      SUBDIR += py-socks,python3
Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1260
diff -u -p -r1.1260 Makefile
--- devel/quirks/Makefile       15 May 2021 09:10:29 -0000      1.1260
+++ devel/quirks/Makefile       16 May 2021 18:05:53 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-4.13
+PKGNAME =      quirks-4.14
 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.1276
diff -u -p -r1.1276 Quirks.pm
--- devel/quirks/files/Quirks.pm        15 May 2021 09:10:29 -0000      1.1276
+++ devel/quirks/files/Quirks.pm        16 May 2021 18:05:54 -0000
@@ -462,6 +462,7 @@ my $stem_extensions = {
        'py-tdb' => 'py3-tdb',
        'bijiben' => 'gnome-notes',
        'connections' => 'gnome-connections',
+       'py-socketio-client' => 'py3-socketio-client',
 };
 
 my $obsolete_reason = {};
@@ -1206,6 +1207,7 @@ setup_obsolete_reason(
        3 => 'mailpile',
        7 => 'p5-Geo-GDAL',
        3 => 'gnome-latex',
+       31 => 'py-socketio-client',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually

Reply via email to