diff options
| author | Pacho Ramos <pacho@gentoo.org> | 2019-01-27 13:23:07 +0100 |
|---|---|---|
| committer | Pacho Ramos <pacho@gentoo.org> | 2019-01-27 13:36:03 +0100 |
| commit | 66a94e6570eab0c2d88a3100a1cec5ca382ab84e (patch) | |
| tree | a3323922734074991a48c964bf41192fb21e9710 /dev-python/enable/files/enable-4.5.1-doc.patch | |
| parent | 1a930617acf3b28af558159307370edf5994e12a (diff) | |
| download | gentoo-66a94e6570eab0c2d88a3100a1cec5ca382ab84e.tar.gz gentoo-66a94e6570eab0c2d88a3100a1cec5ca382ab84e.tar.bz2 gentoo-66a94e6570eab0c2d88a3100a1cec5ca382ab84e.zip | |
dev-python/enable: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/enable/files/enable-4.5.1-doc.patch')
| -rw-r--r-- | dev-python/enable/files/enable-4.5.1-doc.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/enable/files/enable-4.5.1-doc.patch b/dev-python/enable/files/enable-4.5.1-doc.patch deleted file mode 100644 index c9cc1ff2e3cc..000000000000 --- a/dev-python/enable/files/enable-4.5.1-doc.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 41134b03b96b741d95554846841c189313052265 Mon Sep 17 00:00:00 2001 -From: John Wiggins <jwiggins@enthought.com> -Date: Thu, 1 Oct 2015 20:40:07 +0200 -Subject: [PATCH] Read the docs version directly from enable._version - ---- - docs/source/conf.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/docs/source/conf.py b/docs/source/conf.py -index 10b7552..995e315 100644 ---- a/docs/source/conf.py -+++ b/docs/source/conf.py -@@ -41,8 +41,8 @@ - # The default replacements for |version| and |release|, also used in various - # other places throughout the built documents. - d = {} --execfile(os.path.join('..', '..', 'enable', '__init__.py'), d) --version = release = d['__version__'] -+execfile(os.path.join('..', '..', 'enable', '_version.py'), d) -+version = release = d['full_version'] - - # There are two options for replacing |today|: either, you set today to some - # non-false value, then it is used: |
