From e27c83217e805f66e7019b4a1c071f94992857e5 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Sat, 18 May 2013 15:24:01 +0000 Subject: revbump; migrate -> distutils-r1, updated test phase, patch to avoid d'loading in doc build (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) --- dev-python/django-auth-ldap/files/docs.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-python/django-auth-ldap/files/docs.patch (limited to 'dev-python/django-auth-ldap/files') diff --git a/dev-python/django-auth-ldap/files/docs.patch b/dev-python/django-auth-ldap/files/docs.patch new file mode 100644 index 000000000000..c4e918fac538 --- /dev/null +++ b/dev-python/django-auth-ldap/files/docs.patch @@ -0,0 +1,18 @@ +Avoid unwanted d'loading for un-needed ojects.inv files +diff -ur django-auth-ldap-1.1.4.orig/docs/source/conf.py django-auth-ldap-1.1.4/docs/source/conf.py +--- docs/source/conf.py 2013-03-10 06:01:09.000000000 +0800 ++++ docs/source/conf.py 2013-05-18 23:14:35.761187583 +0800 +@@ -29,13 +29,6 @@ + 'daldocs', + ] + +-intersphinx_mapping = { +- 'python': ('http://docs.python.org/', None), +- 'django': ('https://docs.djangoproject.com/en/dev/', +- 'https://docs.djangoproject.com/en/dev/_objects/'), +- 'pythonldap': ('http://python-ldap.org/doc/html/', None), +-} +- + # Add any paths that contain templates here, relative to this directory. + templates_path = ['../_templates'] + -- cgit v1.2.3-65-gdbad