summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-03-21 06:40:24 +0000
committerAli Polatel <hawking@gentoo.org>2008-03-21 06:40:24 +0000
commit99eba8e9be383516b1fa2ef22b180a137e7b1cc0 (patch)
tree26d9c4bc341bf3510519d55af237bdb8f6144635 /dev-python/pylint/files
parentVersion bump (diff)
downloadgentoo-2-99eba8e9be383516b1fa2ef22b180a137e7b1cc0.tar.gz
gentoo-2-99eba8e9be383516b1fa2ef22b180a137e7b1cc0.tar.bz2
gentoo-2-99eba8e9be383516b1fa2ef22b180a137e7b1cc0.zip
Version bump. Added longdescription. Added myself as maintainer.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/pylint/files')
-rw-r--r--dev-python/pylint/files/pylint-0.14.0-tests-reset_cache.patch25
-rw-r--r--dev-python/pylint/files/pylint-0.14.0-tests-typo.patch5
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/pylint/files/pylint-0.14.0-tests-reset_cache.patch b/dev-python/pylint/files/pylint-0.14.0-tests-reset_cache.patch
new file mode 100644
index 000000000000..521cb49348e0
--- /dev/null
+++ b/dev-python/pylint/files/pylint-0.14.0-tests-reset_cache.patch
@@ -0,0 +1,25 @@
+--- test/func_test.py 2007-03-09 10:51:45.000000000 +0200
++++ test/func_test.py 2008-03-21 08:09:44.043941833 +0200
+@@ -1,4 +1,4 @@
+-# Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE).
++# Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
+ # http://www.logilab.fr/ -- mailto:contact@logilab.fr
+ #
+ # This program is free software; you can redistribute it and/or modify it under
+@@ -26,6 +26,7 @@
+
+ from utils import get_tests_info, fix_path, TestReporter
+
++from logilab.astng import MANAGER
+ from pylint.lint import PyLinter
+ from pylint import checkers
+
+@@ -59,6 +60,8 @@
+ class LintTestUsingModule(testlib.TestCase):
+ package = 'input'
+ linter = linter
++ def setUp(self):
++ MANAGER.set_cache_size(200) # reset cache
+ def test_functionality(self):
+ tocheck = [self.package+'.'+self.module]
+ if self.depends:
diff --git a/dev-python/pylint/files/pylint-0.14.0-tests-typo.patch b/dev-python/pylint/files/pylint-0.14.0-tests-typo.patch
new file mode 100644
index 000000000000..3a7f4836c8b9
--- /dev/null
+++ b/dev-python/pylint/files/pylint-0.14.0-tests-typo.patch
@@ -0,0 +1,5 @@
+--- test/messages/func_w0702.txt 2006-05-07 00:31:55.000000000 +0300
++++ test/messages/func_w0702.txt 2008-03-21 08:09:44.138931778 +0200
+@@ -1 +1 @@
+-W: 10: No exception's type specified
++W: 10: No exception type(s) specified