portgen's Python/PyPI module has been rotting. At this point it does not
generate a port that is usable. These diffs disable the functionality and
pull metion of it from the portgen(1) man page.

It doesn't delete the modules yet, in case someone wants to whip it back
into shape.

ok?

--Kurt
Index: portgen.1
===================================================================
RCS file: /cvs/src/share/man/man1/portgen.1,v
retrieving revision 1.8
diff -u -p -r1.8 portgen.1
--- portgen.1   13 Jan 2022 18:39:14 -0000      1.8
+++ portgen.1   12 Aug 2022 20:15:54 -0000
@@ -63,8 +63,6 @@ values:
 .Bl -inset -offset indent -compact
 .It Cm p5
 for Perl modules on CPAN.
-.It Cm py
-for Python modules on PyPI.
 .It Cm ruby
 for Ruby gems.
 .It Cm go
Index: portgen
===================================================================
RCS file: /cvs/ports/infrastructure/bin/portgen,v
retrieving revision 1.5
diff -u -p -r1.5 portgen
--- portgen     5 Jan 2022 09:12:50 -0000       1.5
+++ portgen     12 Aug 2022 20:17:54 -0000
@@ -43,7 +43,6 @@ my ( $type, $module ) = @ARGV;
 
 my $map = {
        p5 => 'CPAN',
-       py => 'PyPI',
        ruby => 'Ruby',
        go => 'Go',
 };

Reply via email to