CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/06/20 16:53:50
Modified files:
www : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
www/canto : Makefile distinfo
www/canto/patches: patch-canto_args_py
patch-canto_canto_fetch_py
patch-canto_const_py patch-canto_main_py
patch-canto_process_py patch-setup_py
www/canto/pkg : DESCR PLIST
Log message:
Drop www/canto, fails at runtime, python2 only and unmaintained upstream
Fails at runtime with the following error:
NameError: name 'SET_VERSION_TUPLE' is not defined
because the installed .pyc is based on sources intended to be patched at
install time.
Removing canto removes one of the blockers for updates of feedparser and
chardet to python3-only versions. Upstream has moved its efforts to
another project, canto-next, with python3 support and separate
daemon/client projects.
ok danj@ sthen@