summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-01-27 11:00:35 -0500
committerVirgil Dupras <vdupras@gentoo.org>2019-01-27 11:01:39 -0500
commit560a92f6f491c6b3369ce7d7ee4d6d7048ae4d7b (patch)
tree9f7f94a115991a56dcf43859810bb4967ac60ead /dev-python/reportlab/files
parentsys-libs/musl: drop back to EAPI=6 (diff)
downloadgentoo-560a92f6f491c6b3369ce7d7ee4d6d7048ae4d7b.tar.gz
gentoo-560a92f6f491c6b3369ce7d7ee4d6d7048ae4d7b.tar.bz2
gentoo-560a92f6f491c6b3369ce7d7ee4d6d7048ae4d7b.zip
dev-python/reportlab: bump to 3.5.13
I removed the sed and eprefixy because they had no effect. I also disabled the two tests accessing internet through patching. Closes: https://bugs.gentoo.org/616274 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/reportlab/files')
-rw-r--r--dev-python/reportlab/files/reportlab-3.5.13-disable-network-tests.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/reportlab/files/reportlab-3.5.13-disable-network-tests.patch b/dev-python/reportlab/files/reportlab-3.5.13-disable-network-tests.patch
new file mode 100644
index 000000000000..e1a760d4d464
--- /dev/null
+++ b/dev-python/reportlab/files/reportlab-3.5.13-disable-network-tests.patch
@@ -0,0 +1,23 @@
+diff -r f52d1198146d tests/test_lib_utils.py
+--- a/tests/test_lib_utils.py Tue Jan 15 16:06:40 2019 +0000
++++ b/tests/test_lib_utils.py Sun Jan 27 10:21:29 2019 -0500
+@@ -112,7 +112,7 @@
+ "test open and read of a relative file: URL"
+ b = _rel_open_and_read('file:../docs/images/Edit_Prefs.gif')
+
+- def test9(self):
++ def xtest9(self):
+ "test open and read of an http: URL"
+ from reportlab.lib.utils import open_and_read
+ b = open_and_read('http://www.reportlab.com/rsrc/encryption.gif')
+diff -r f52d1198146d tests/test_platypus_general.py
+--- a/tests/test_platypus_general.py Tue Jan 15 16:06:40 2019 +0000
++++ b/tests/test_platypus_general.py Sun Jan 27 10:21:29 2019 -0500
+@@ -587,7 +587,7 @@
+
+ class PlatypusTestCase(unittest.TestCase):
+
+- def test0(self):
++ def xtest0(self):
+ "Make a platypus document"
+ run()