diff options
author | Joseph Jon Booker <joe@neoturbine.net> | 2015-08-13 19:49:46 -0400 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-14 13:55:54 +0200 |
commit | 7bfadf57996a90c629e9238a0ae292f5dfb77746 (patch) | |
tree | 256332e6a1198b0c620759110e5711161c0dec54 /dev-python/astropy/files | |
parent | x11-libs/libva-intel-driver: bump to 1.6.1. bug #560092 (diff) | |
download | gentoo-7bfadf57996a90c629e9238a0ae292f5dfb77746.tar.gz gentoo-7bfadf57996a90c629e9238a0ae292f5dfb77746.tar.bz2 gentoo-7bfadf57996a90c629e9238a0ae292f5dfb77746.zip |
dev-python/astropy-helpers: Version bump to 1.0.3
dev-python/astropy: Version bump to 1.0.4
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/astropy/files')
-rw-r--r-- | dev-python/astropy/files/astropy-1.0.4-disable_helper.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/astropy/files/astropy-1.0.4-disable_helper.patch b/dev-python/astropy/files/astropy-1.0.4-disable_helper.patch new file mode 100644 index 000000000000..2e751c9ee5db --- /dev/null +++ b/dev-python/astropy/files/astropy-1.0.4-disable_helper.patch @@ -0,0 +1,14 @@ +Author: Ole Streicher <olebole@debian.org> +Description: Disable astropy-helpers copy +Bug: https://bugs.debian.org/761055 +--- a/setup.cfg ++++ b/setup.cfg +@@ -22,7 +22,7 @@ + bitmap = static/wininst_background.bmp + + [ah_bootstrap] +-auto_use = True ++auto_use = False + + [pep8] + # E101 - mix of tabs and spaces |