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. > > > 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 25 Aug 2019 18:14:56 -0000 > @@ -5,7 +5,7 @@ CATEGORIES = devel databases > DISTFILES = > > # API.rev > -PKGNAME = quirks-3.173 > +PKGNAME = quirks-3.174 > PKG_ARCH = * > MAINTAINER = Marc Espie <[email protected]> > > 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 25 Aug 2019 18:14:56 -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 > + "upstream no longer maintaining python2 support", #14 > ); > > # ->is_base_system($handle, $state): > -- Juan Francisco Cantero Hurtado http://juanfra.info
