From a1dd9cd4c41c7c390afac0cddcb0676a1532e75f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 20 Apr 2013 19:22:48 +0200 Subject: [PATCH] Deprecate python.eclass & distutils.eclass. --- pym/repoman/checks.py | 2 ++ 1 file changed, 2 insertions(+) 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", -- 2.26.2