mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/sphinx: Version bump to 1.5.1
Gentoo-bug: 579106 * EAPI=6 * Basis for ebuild by Brian Dolbec (dol-sen) Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3371
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
environment.py has been turned into a directory,
|
||||
without actually porting the code using it.
|
||||
|
||||
--- a/sphinx/pycode/__init__.py
|
||||
+++ b/sphinx/pycode/__init__.py
|
||||
@@ -352,7 +352,7 @@
|
||||
import pprint
|
||||
x0 = time.time()
|
||||
# ma = ModuleAnalyzer.for_file(__file__.rstrip('c'), 'sphinx.builders.html')
|
||||
- ma = ModuleAnalyzer.for_file('sphinx/environment.py',
|
||||
+ ma = ModuleAnalyzer.for_file('sphinx/environment/__init__.py',
|
||||
'sphinx.environment')
|
||||
ma.tokenize()
|
||||
x1 = time.time()
|
||||
Reference in New Issue
Block a user