summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-11-30 23:22:50 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-11-30 23:25:11 +0000
commitb6cca3cecaa6d7b39b0ff125ec8d7a6ff1c67bb5 (patch)
tree5ffeaf3755cff9fbe9ba583ec5fa33f3b934536e /dev-python/astroplan/files
parentdev-lang/mono: fix makedev() declaration on glibc-2.24 (diff)
downloadgentoo-b6cca3cecaa6d7b39b0ff125ec8d7a6ff1c67bb5.tar.gz
gentoo-b6cca3cecaa6d7b39b0ff125ec8d7a6ff1c67bb5.tar.bz2
gentoo-b6cca3cecaa6d7b39b0ff125ec8d7a6ff1c67bb5.zip
dev-python/astroplan: initial import
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/astroplan/files')
-rw-r--r--dev-python/astroplan/files/astroplan-0.2-ephem-import.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/astroplan/files/astroplan-0.2-ephem-import.patch b/dev-python/astroplan/files/astroplan-0.2-ephem-import.patch
new file mode 100644
index 000000000000..59328290c07f
--- /dev/null
+++ b/dev-python/astroplan/files/astroplan-0.2-ephem-import.patch
@@ -0,0 +1,11 @@
+--- a/astroplan/conftest.py.orig 2016-11-30 23:17:49.057492656 +0000
++++ b/astroplan/conftest.py 2016-11-30 23:18:11.076451659 +0000
+@@ -38,7 +38,7 @@
+ try:
+ PYTEST_HEADER_MODULES['Astropy'] = 'astropy'
+ PYTEST_HEADER_MODULES['pytz'] = 'pytz'
+- PYTEST_HEADER_MODULES['pyephem'] = 'pyephem'
++ PYTEST_HEADER_MODULES['pyephem'] = 'ephem'
+ PYTEST_HEADER_MODULES['matplotlib'] = 'matplotlib'
+ PYTEST_HEADER_MODULES['nose'] = 'nose'
+ PYTEST_HEADER_MODULES['pytest-mpl'] = 'pytest_mpl'