summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylint/Manifest2
-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
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 9fdf3832b2f1..bc5b08dabb4e 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,8 +1,6 @@
AUX pylint-0.10.0-extra-gtk-disable.patch 280 RMD160 f6427e45b1397f6cacd95c03ce05ac49abbc497a SHA1 45901520fb453dc1b20ea697cda44be09f0e1ed3 SHA256 9be40e60cbb5835bab06ad6ec418ddec0c9b98b0385c109e57308dd191403000
AUX pylint-0.11.0-gui-no-tkinter.patch 381 RMD160 b533f5e137b4a3c12fff4c7644c1b3e5b3ffdedc SHA1 b9cfea551ee09ceb7bf4a976c2f3fd0c83273a83 SHA256 c4a45aadc0fcac494b0d92f67fa882ddab21a949ae52b490b3aa0670440f868f
AUX pylint-0.13.1-test-fixes.patch 1523 RMD160 ad2b41472a506dece2f2a492f75d3b896e37146a SHA1 1d5189f1f12dcdadeb5332b8ae1744c50ba0bb26 SHA256 2a3a7c06ac7e4c3179a8dfd3f8bc3493c09579a1b8dde0a0d00d5b9e10855fb5
-AUX pylint-0.14.0-tests-reset_cache.patch 869 RMD160 d550679534c1bbc39b44a9af5e834f4a84b200cd SHA1 ea7577a1e2705d2a8fd2db9aa37b0b138394dce8 SHA256 9fbc311ace92a14f0eeca17bb6cbdf902ec00e37b7452ccc5d5270d7fd1e3b89
-AUX pylint-0.14.0-tests-typo.patch 227 RMD160 bdf76718ba9ef791d0b7b5e10562eff45da26440 SHA1 1d7ac4f3b355282d2e2543a08f717fbbad94495f SHA256 9d8e4f32feeacd60b8264f42e1a70a34471499566b5184bba9f8bbd3c5701c0a
AUX pylint-0.18.1-utils.py.patch 4711 RMD160 d73df79fba028720f7976de6a2e381d1ca12ca8d SHA1 e67e87a2f98796dc8c88e239bfeaa524918fab1c SHA256 8f572627eca088aec229cebf817f9726868e56e41e6e0cd9a5c5f9f120e7ce65
DIST pylint-0.13.1.tar.gz 178110 RMD160 e0f3e46131ff794e249d333c5736acc739e9ffa6 SHA1 9fdadd370b27089187bd8b592992e9d2b01aa6e2 SHA256 4d152c9f74a87a8e22e57aca71645a83e7393506b420a472eb09e2b83c0a6b43
DIST pylint-0.18.0.tar.gz 211559 RMD160 271078a11b13291a78acea7fb8164976da3181b9 SHA1 5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 SHA256 54e8135fdb44b41797510ed8e246b19d09c98ead4dec704c5e5152028a79976f
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
deleted file mode 100644
index 521cb49348e0..000000000000
--- a/dev-python/pylint/files/pylint-0.14.0-tests-reset_cache.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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
deleted file mode 100644
index 3a7f4836c8b9..000000000000
--- a/dev-python/pylint/files/pylint-0.14.0-tests-typo.patch
+++ /dev/null
@@ -1,5 +0,0 @@
---- 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