summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-04-20 19:22:48 +0200
committerZac Medico <zmedico@gentoo.org>2013-04-22 14:07:36 -0700
commita1dd9cd4c41c7c390afac0cddcb0676a1532e75f (patch)
tree25d459b2e590e32ff347f0ba45d394369ab3dfea /pym
parentDon't filter SHELL from bash env, bug #466844. (diff)
downloadportage-a1dd9cd4c41c7c390afac0cddcb0676a1532e75f.tar.gz
portage-a1dd9cd4c41c7c390afac0cddcb0676a1532e75f.tar.bz2
portage-a1dd9cd4c41c7c390afac0cddcb0676a1532e75f.zip
Deprecate python.eclass & distutils.eclass.
Diffstat (limited to 'pym')
-rw-r--r--pym/repoman/checks.py2
1 files changed, 2 insertions, 0 deletions
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",