summaryrefslogtreecommitdiff
path: root/astro/py-astropy/files/patch-astropy_modeling_setup__package.py
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-01-21 21:17:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-01-21 21:17:27 +0000
commit4aeef20d8f6c1ad6ef539bdbfc3a5682f5dfd903 (patch)
tree4f00e03c6fb4781500c8fbd626dd6c052d9e8f5b /astro/py-astropy/files/patch-astropy_modeling_setup__package.py
parentdatabases/mysql57-{client, server}: Update to latest release 5.7.25 (diff)
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)
Diffstat (limited to 'astro/py-astropy/files/patch-astropy_modeling_setup__package.py')
-rw-r--r--astro/py-astropy/files/patch-astropy_modeling_setup__package.py12
1 files changed, 0 insertions, 12 deletions
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' ]
- }
-
-