On 2021/05/16 14:29, Kurt Mosiejczuk wrote:
> On Sun, May 16, 2021 at 07:25:55PM +0100, Stuart Henderson wrote:
> > On 2021/05/16 14:06, Kurt Mosiejczuk wrote:
> > > py-socketio-client's only consumer, py-ripe.atlas.cousteau, is 
> > > python3-only.
> > > We can safely drop the python2 flavor.
> 
> > needs an @pkgpath marker
> 
> > >  my $obsolete_reason = {};
> > > @@ -1206,6 +1207,7 @@ setup_obsolete_reason(
> > >   3 => 'mailpile',
> > >   7 => 'p5-Geo-GDAL',
> > >   3 => 'gnome-latex',
> > > + 31 => 'py-socketio-client',
> > >  );
> 
> > and remove this
> 
> Ah yes. Here's a revised version.

that's the one. 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:29:01 -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/py-socketio-client/pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/net/py-socketio-client/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- net/py-socketio-client/pkg/PLIST  29 May 2020 22:48:41 -0000      1.2
> +++ net/py-socketio-client/pkg/PLIST  16 May 2021 18:29:01 -0000
> @@ -1,4 +1,5 @@
>  @comment $OpenBSD: PLIST,v 1.2 2020/05/29 22:48:41 sthen Exp $
> +@pkgpath net/py-socketio-client,python3
>  lib/python${MODPY_VERSION}/site-packages/socketIO_client/
>  
> lib/python${MODPY_VERSION}/site-packages/socketIO_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
>  
> lib/python${MODPY_VERSION}/site-packages/socketIO_client-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
> 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:29:02 -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:29:02 -0000
> @@ -5,7 +5,7 @@ CATEGORIES =  devel databases
>  DISTFILES =
>  
>  # API.rev
> -PKGNAME =    quirks-4.13
> +PKGNAME =    quirks-4.14
>  PKG_ARCH =   *
>  MAINTAINER = Marc Espie <[email protected]>
>  
> 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:29:02 -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 = {};
> 

Reply via email to