projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a1ac5
)
Deprecate python.eclass & distutils.eclass.
author
Michał Górny
<mgorny@gentoo.org>
Sat, 20 Apr 2013 17:22:48 +0000
(19:22 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 22 Apr 2013 21:07:36 +0000
(14:07 -0700)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 5146e4deb6e29ed77f7af63e402db18d324d84eb..8c0a3016bdb9fbf616a78d633ca3e609c33a8906 100644
(file)
--- 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",