Sunday, August 25, 2019

Re: quirks reason - dropping py2

On Sun, Aug 25, 2019 at 10:02:42PM +0200, Juan Francisco Cantero Hurtado wrote:
> On Sun, Aug 25, 2019 at 02:31:29PM -0400, Pamela Mosiejczuk wrote:
> > Hi all,
> >
> > Ports are starting to lose their python2 support. Would we like to add a
> > this as a specific reason in quirks?
>
> How about this or something similar? "python2 port superseded by a
> python3 version". We could want to remove a maintained python2 version
> because we only need the python3 variant.

Yes, thanks, that's better:


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.782
diff -u -p -r1.782 Makefile
--- Makefile 19 Aug 2019 21:09:40 -0000 1.782
+++ Makefile 26 Aug 2019 02:15:27 -0000
@@ -5,7 +5,7 @@ CATEGORIES = devel databases
DISTFILES =

# API.rev
-PKGNAME = quirks-3.173
+PKGNAME = quirks-3.174
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.799
diff -u -p -r1.799 Quirks.pm
--- files/Quirks.pm 19 Aug 2019 21:09:41 -0000 1.799
+++ files/Quirks.pm 26 Aug 2019 02:15:27 -0000
@@ -1326,6 +1326,7 @@ my @msg = (
"no longer packageable", #11
"replace with IMAPSieve, see https://wiki.dovecot.org/HowTo/AntispamWithSieve", #12
"has a dependency on obsolete software", #13
+ "python2 port superseded by python3 version", #14
);

# ->is_base_system($handle, $state):

No comments:

Post a Comment