diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-14 13:39:58 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-14 13:55:54 +0200 |
commit | 9bfc3cd91fb88333c88bd9b6e2976a64f1bc99e2 (patch) | |
tree | 336bd4015e8b1f35d73572836738d6ae80d3fdde /dev-python/astropy/files/astropy-1.0.4-system-configobj.patch | |
parent | 7bfadf57996a90c629e9238a0ae292f5dfb77746 (diff) | |
download | gentoo-9bfc3cd91fb88333c88bd9b6e2976a64f1bc99e2.tar.gz gentoo-9bfc3cd91fb88333c88bd9b6e2976a64f1bc99e2.tar.xz |
dev-python/astropy: Version Bump
import patches from fedora for unbundling
Closes gentoo/gentoo#10
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556884
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/astropy/files/astropy-1.0.4-system-configobj.patch')
-rw-r--r-- | dev-python/astropy/files/astropy-1.0.4-system-configobj.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch b/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch new file mode 100644 index 00000000000..9578c0d4357 --- /dev/null +++ b/dev-python/astropy/files/astropy-1.0.4-system-configobj.patch @@ -0,0 +1,14 @@ +diff -ur astropy-0.4.1/astropy/config/configuration.py astropy-0.4.1.configobj/astropy/config/configuration.py +--- astropy-0.4.1/astropy/config/configuration.py 2014-09-01 22:41:30.066853605 +0200 ++++ astropy-0.4.1.configobj/astropy/config/configuration.py 2014-09-01 22:40:50.793528942 +0200 +@@ -23,7 +23,8 @@ + import types + from warnings import warn + +-from ..extern.configobj import configobj, validate ++import configobj ++import validate + from ..utils.exceptions import AstropyWarning, AstropyDeprecationWarning + from ..utils import find_current_module + from ..utils.misc import InheritDocstrings + |