- replace existing "py2 has been replaced with py3" $obsolete_reason ports with "automatically switch to py3 version"
- remove the jupyter-notebook "py2 has been replaced with py3" entry which is bogus as the new package is still named 'jupyter-notebook', instead replace with a "rename jupyter-notebook3 to jupyter-notebook" OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.865 diff -u -p -r1.865 Makefile --- Makefile 29 Feb 2020 19:57:47 -0000 1.865 +++ Makefile 29 Feb 2020 22:21:47 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.256 +PKGNAME = quirks-3.257 PKG_ARCH = * MAINTAINER = Marc Espie <[email protected]> Index: files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.883 diff -u -p -r1.883 Quirks.pm --- files/Quirks.pm 29 Feb 2020 19:57:47 -0000 1.883 +++ files/Quirks.pm 29 Feb 2020 22:21:47 -0000 @@ -365,6 +365,13 @@ my $stem_extensions = { 'py-daemon' => 'py3-daemon', 'py-nbval' => 'py3-nbval', 'py-oauthlib' => 'py3-oauthlib', + 'py-semver' => 'py3-semver', + 'py-seaborn' => 'py3-seaborn', + 'py-natsort' => 'py3-natsort', + 'py-mastodon.py' => 'py3-mastodon.py', + 'py-bokeh' => 'py3-bokeh', + 'py-algorithm-munkres' => 'py3-algorithm-munkres', + 'py-pdfminer' => 'py3-pdfminer', }; my $obsolete_reason = { @@ -1339,7 +1346,6 @@ my $obsolete_reason = { 'arm-elf-gcc' => 6, 'arm-elf-gdb' => 6, 'arm-elf-newlib' => 6, - 'py-mastodon.py' => 14, 'g77' => 5, 'libf2c' => 5, 'p5-WWW-Curl' => 3, @@ -1356,14 +1362,11 @@ my $obsolete_reason = { 'postgresql-plv8' => 5, 'py-GeoIP' => 6, 'cvsync' => 3, - 'py-bokeh' => 14, 'pecl-geoip' => 6, 'clive' => 5, 'aws-shell' => 6, 'aqsis' => 5, - 'py-algorithm-munkres' => 14, 'gtk-xfce-engine' => 3, - 'py-pdfminer' => 14, 'firewalk' => 0, 'goffice08' => 5, 'terraform-provider-terraform' => 3, @@ -1375,7 +1378,6 @@ my $obsolete_reason = { 'py-oauth2' => 5, 'afm' => 6, 'p5-Geo-IP' => 6, - 'py-semver' => 14, 'py-libnacl' => 3, 'py3-libnacl' => 3, 'py3-typing' => 5, @@ -1386,11 +1388,9 @@ my $obsolete_reason = { 'qt3-sqlite3' => 5, 'eigen' => 5, 'eigen2' => 5, - 'py-seaborn' => 14, 'qt-gstreamer' => 5, 'qsynergy' => 3, 'kqoauth' => 5, - 'py-natsort' => 14, 'valknut' => 3, 'dclib' => 3, 'luma' => 3, @@ -1405,7 +1405,6 @@ my $obsolete_reason = { 'rebar17' => 5, 'bouml' => 3, 'beediff' => 18, - 'jupyter-notebook' => 14, 'php-mcrypt' => 3, 'sqliteman' => 19, 'entomologist' => 3,
