summaryrefslogtreecommitdiff
path: root/dev-python/xdis/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/xdis/files
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/xdis/files')
-rw-r--r--dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch33
-rw-r--r--dev-python/xdis/files/xdis-test_magic_bytes_error.patch24
2 files changed, 57 insertions, 0 deletions
diff --git a/dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch b/dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch
new file mode 100644
index 000000000000..a412e515b813
--- /dev/null
+++ b/dev-python/xdis/files/xdis-3.3.0-remove-pytest-runner-dep.patch
@@ -0,0 +1,33 @@
+From aabea1b295308b227bbaf4acd36f058121984791 Mon Sep 17 00:00:00 2001
+From: Brian Dolbec <dolsen@gentoo.org>
+Date: Tue, 28 Mar 2017 11:20:00 -0700
+Subject: [PATCH] remove-pytest-runner dep
+
+---
+ setup.py | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 138b769..5941951 100755
+--- a/setup.py
++++ b/setup.py
+@@ -5,7 +5,7 @@
+ from __pkginfo__ import \
+ author, author_email, \
+ license, long_description, classifiers, \
+- modname, py_modules, setup_requires, \
++ modname, py_modules, \
+ scripts, short_desc, tests_require, \
+ VERSION, web, zip_safe
+
+@@ -20,7 +20,6 @@ setup(
+ name = modname,
+ packages = find_packages(),
+ py_modules = py_modules,
+- setup_requires = setup_requires,
+ scripts = scripts,
+ tests_require = tests_require,
+ url = web,
+--
+2.12.1
+
diff --git a/dev-python/xdis/files/xdis-test_magic_bytes_error.patch b/dev-python/xdis/files/xdis-test_magic_bytes_error.patch
new file mode 100644
index 000000000000..560f58b7611e
--- /dev/null
+++ b/dev-python/xdis/files/xdis-test_magic_bytes_error.patch
@@ -0,0 +1,24 @@
+From 8aa4a91d664380395f08b0ccd4aa944d53a21e55 Mon Sep 17 00:00:00 2001
+From: Brian Dolbec <dolsen@gentoo.org>
+Date: Mon, 27 Mar 2017 18:13:00 -0700
+Subject: [PATCH] test_unit/test_magic.py: Add python-3.5.3 magic
+
+---
+ xdis/magics.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/xdis/magics.py b/xdis/magics.py
+index 6a58040..571f0ea 100755
+--- a/xdis/magics.py
++++ b/xdis/magics.py
+@@ -103,6 +103,7 @@ versions = {
+ int2magic(3300): '3.4a4+', # more changes to __qualname__ computation
+ int2magic(3310): '3.4rc2', # alter __qualname__ computation
+ int2magic(3350): '3.5', # 3.5.0, 3.5.1, 3.5.2
++ int2magic(3351): '3.5.3', # 3.5.3
+ int2magic(3361): '3.6.0a1', # 3.6.0a1
+ int2magic(3370): '3.6.0a1+1', # 3.6.0a?
+ int2magic(3370): '3.6.0a1+2', #
+--
+2.12.1
+