summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-02-13 21:26:38 +0000
committerMarien Zwart <marienz@gentoo.org>2006-02-13 21:26:38 +0000
commitc1467215a72a1b88fd79b94e37f016a004a33e08 (patch)
treee503dabf78b0a088da549bfa5e788f2ecee9e3ab /dev-python/pycrypto/files
parentmodular X dep (diff)
downloadgentoo-2-c1467215a72a1b88fd79b94e37f016a004a33e08.tar.gz
gentoo-2-c1467215a72a1b88fd79b94e37f016a004a33e08.tar.bz2
gentoo-2-c1467215a72a1b88fd79b94e37f016a004a33e08.zip
Use the slotted/renamed sancho for testing.
(Portage version: 2660-svn)
Diffstat (limited to 'dev-python/pycrypto/files')
-rw-r--r--dev-python/pycrypto/files/digest-pycrypto-2.0.1-r43
-rw-r--r--dev-python/pycrypto/files/pycrypto-2.0.1-sancho-package-rename.patch78
2 files changed, 81 insertions, 0 deletions
diff --git a/dev-python/pycrypto/files/digest-pycrypto-2.0.1-r4 b/dev-python/pycrypto/files/digest-pycrypto-2.0.1-r4
new file mode 100644
index 000000000000..4e5b88462ffb
--- /dev/null
+++ b/dev-python/pycrypto/files/digest-pycrypto-2.0.1-r4
@@ -0,0 +1,3 @@
+MD5 4d5674f3898a573691ffb335e8d749cd pycrypto-2.0.1.tar.gz 154292
+RMD160 5ce938a24f77f414e42680c17ef9b6dc8de94a2e pycrypto-2.0.1.tar.gz 154292
+SHA256 b08d4ed54c9403c77778a3803e53a4f33f359b42d94f6f3e14abb1bf4941e6ea pycrypto-2.0.1.tar.gz 154292
diff --git a/dev-python/pycrypto/files/pycrypto-2.0.1-sancho-package-rename.patch b/dev-python/pycrypto/files/pycrypto-2.0.1-sancho-package-rename.patch
new file mode 100644
index 000000000000..fddf7c045adb
--- /dev/null
+++ b/dev-python/pycrypto/files/pycrypto-2.0.1-sancho-package-rename.patch
@@ -0,0 +1,78 @@
+=== modified file 'test/test_chaffing.py'
+--- test/test_chaffing.py
++++ test/test_chaffing.py
+@@ -4,7 +4,7 @@
+
+ __revision__ = "$Id: pycrypto-2.0.1-sancho-package-rename.patch,v 1.1 2006/02/13 21:26:38 marienz Exp $"
+
+-from sancho.unittest import TestScenario, parse_args, run_scenarios
++from sancho0.unittest import TestScenario, parse_args, run_scenarios
+ from Crypto.Protocol import Chaffing
+
+ tested_modules = [ "Crypto.Protocol.Chaffing" ]
+
+=== modified file 'test/test_hashes.py'
+--- test/test_hashes.py
++++ test/test_hashes.py
+@@ -5,7 +5,7 @@
+ __revision__ = "$Id: pycrypto-2.0.1-sancho-package-rename.patch,v 1.1 2006/02/13 21:26:38 marienz Exp $"
+
+ import time, string, binascii
+-from sancho.unittest import TestScenario, parse_args, run_scenarios
++from sancho0.unittest import TestScenario, parse_args, run_scenarios
+
+ from Crypto.Hash import *
+ import testdata
+
+=== modified file 'test/test_number.py'
+--- test/test_number.py
++++ test/test_number.py
+@@ -4,7 +4,7 @@
+
+ __revision__ = "$Id: pycrypto-2.0.1-sancho-package-rename.patch,v 1.1 2006/02/13 21:26:38 marienz Exp $"
+
+-from sancho.unittest import TestScenario, parse_args, run_scenarios
++from sancho0.unittest import TestScenario, parse_args, run_scenarios
+ from Crypto.Util import number
+
+ tested_modules = [ "Crypto.Util.number" ]
+
+=== modified file 'test/test_publickey.py'
+--- test/test_publickey.py
++++ test/test_publickey.py
+@@ -5,7 +5,7 @@
+ __revision__ = "$Id: pycrypto-2.0.1-sancho-package-rename.patch,v 1.1 2006/02/13 21:26:38 marienz Exp $"
+
+ import sys, cPickle
+-from sancho.unittest import TestScenario, parse_args, run_scenarios
++from sancho0.unittest import TestScenario, parse_args, run_scenarios
+ from Crypto.PublicKey import *
+ from Crypto.Util.randpool import RandomPool
+ from Crypto.Util import number
+
+=== modified file 'test/test_randpool.py'
+--- test/test_randpool.py
++++ test/test_randpool.py
+@@ -4,7 +4,7 @@
+
+ __revision__ = "$Id: pycrypto-2.0.1-sancho-package-rename.patch,v 1.1 2006/02/13 21:26:38 marienz Exp $"
+
+-from sancho.unittest import TestScenario, parse_args, run_scenarios
++from sancho0.unittest import TestScenario, parse_args, run_scenarios
+ from Crypto.Hash import SHA
+ from Crypto.Util import randpool
+
+
+=== modified file 'test/test_rfc1751.py'
+--- test/test_rfc1751.py
++++ test/test_rfc1751.py
+@@ -5,7 +5,7 @@
+ __revision__ = "$Id: pycrypto-2.0.1-sancho-package-rename.patch,v 1.1 2006/02/13 21:26:38 marienz Exp $"
+
+ import binascii
+-from sancho.unittest import TestScenario, parse_args, run_scenarios
++from sancho0.unittest import TestScenario, parse_args, run_scenarios
+ from Crypto.Util import RFC1751
+
+ tested_modules = [ "Crypto.Util.RFC1751" ]
+