The trollius project has been dead for some time. python3 code should be 
using asyncio instead.

ok to retire this python2-only port? There are no remaining consumers in 
the tree.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/Makefile,v
retrieving revision 1.2039
diff -u -p -u -r1.2039 Makefile
--- Makefile    22 Nov 2020 15:15:04 -0000      1.2039
+++ Makefile    22 Nov 2020 15:22:04 -0000
@@ -1725,7 +1725,6 @@
      SUBDIR += py-tqdm,python3
      SUBDIR += py-traceback2
      SUBDIR += py-traitlets,python3
-     SUBDIR += py-trollius
      SUBDIR += py-twisted
      SUBDIR += py-twisted,python3
      SUBDIR += py-txaio,python3
Index: quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1098
diff -u -p -u -r1.1098 Makefile
--- quirks/Makefile     22 Nov 2020 15:17:13 -0000      1.1098
+++ quirks/Makefile     22 Nov 2020 15:22:04 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-3.490
+PKGNAME =      quirks-3.491
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1116
diff -u -p -u -r1.1116 Quirks.pm
--- quirks/files/Quirks.pm      22 Nov 2020 15:17:13 -0000      1.1116
+++ quirks/files/Quirks.pm      22 Nov 2020 15:22:04 -0000
@@ -1919,6 +1919,7 @@ my $obsolete_reason = {
        'colord-gtk' => 27,
        'gnome-color-manager' => 5,
        'zeya' => 3,
+       'py-trollius' => 3,
 };
 
 # reasons for obsolete packages

Reply via email to