From 4aeef20d8f6c1ad6ef539bdbfc3a5682f5dfd903 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 21 Jan 2019 21:17:27 +0000 Subject: astro/py-astropy: Update 1.1.2 -> 3.1.1 Port changes: * Replace WWW with the https version * Now only works for pythion 3.5+ * Add a fix for the wrong plist problem * Remove patches for compiler warnings, reported them upstream PR: 231279 Approved by: nwhitehorn@FreeBSD.org (maintainer's timeout; 132 days) --- .../files/patch-astropy_modeling_setup__package.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 astro/py-astropy/files/patch-astropy_modeling_setup__package.py (limited to 'astro/py-astropy/files/patch-astropy_modeling_setup__package.py') diff --git a/astro/py-astropy/files/patch-astropy_modeling_setup__package.py b/astro/py-astropy/files/patch-astropy_modeling_setup__package.py deleted file mode 100644 index 98bdaa5f7dda..000000000000 --- a/astro/py-astropy/files/patch-astropy_modeling_setup__package.py +++ /dev/null @@ -1,12 +0,0 @@ ---- astropy/modeling/setup_package.py.orig 2016-03-10 22:20:43 UTC -+++ astropy/modeling/setup_package.py -@@ -123,8 +123,7 @@ def preprocess_source(): - - def get_package_data(): - return { -- 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr', -- '../../wcs/tests/maps/*.hdr'] -+ 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr' ] - } - - -- cgit v1.2.3