From: Michał Górny Date: Sat, 20 Apr 2013 17:22:48 +0000 (+0200) Subject: Deprecate python.eclass & distutils.eclass. X-Git-Tag: v2.2.0_alpha174~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a1dd9cd4c41c7c390afac0cddcb0676a1532e75f;p=portage.git Deprecate python.eclass & distutils.eclass. --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 5146e4deb..8c0a3016b 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -384,6 +384,7 @@ class InheritDeprecated(LineCheck): deprecated_classes = { "bash-completion": "bash-completion-r1", "boost-utils": False, + "distutils": "distutils-r1", "gems": "ruby-fakegem", "git": "git-2", "mozconfig-2": "mozconfig-3", @@ -391,6 +392,7 @@ class InheritDeprecated(LineCheck): "php-ext-pecl-r1": "php-ext-pecl-r2", "php-ext-source-r1": "php-ext-source-r2", "php-pear": "php-pear-r1", + "python": "python-r1 / python-single-r1 / python-any-r1", "python-distutils-ng": "python-r1 + distutils-r1", "qt3": False, "qt4": "qt4-r2",