From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 715761381F3 for ; Mon, 22 Apr 2013 21:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F02BE0933; Mon, 22 Apr 2013 21:08:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D548FE0933 for ; Mon, 22 Apr 2013 21:08:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9C1133DEF3 for ; Mon, 22 Apr 2013 21:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 78273E408C for ; Mon, 22 Apr 2013 21:08:51 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1366664856.a1dd9cd4c41c7c390afac0cddcb0676a1532e75f.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/checks.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a1dd9cd4c41c7c390afac0cddcb0676a1532e75f X-VCS-Branch: master Date: Mon, 22 Apr 2013 21:08:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73adba8f-1576-4fd6-ac79-ee5ce696c1ce X-Archives-Hash: e325b6e3484a98325a6ad270340e2abf commit: a1dd9cd4c41c7c390afac0cddcb0676a1532e75f Author: Michał Górny gentoo org> AuthorDate: Sat Apr 20 17:22:48 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Apr 22 21:07:36 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a1dd9cd4 Deprecate python.eclass & distutils.eclass. --- pym/repoman/checks.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 5146e4d..8c0a301 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",