SB Update v1.3.2#92
Conversation
…da-forge-pinning 2019.01.18
…nda-forge-pinning 2019.02.24
…da-forge-pinning 2019.05.26
…da-forge-pinning 2019.07.04
…da-forge-pinning 2019.07.26
…nda-forge-pinning 2020.03.10
Update to 1.2.2 on aarch64
- Update from `1.2.2` to `1.3.1`. - Consolidate `basemap-data-hires-feedstock` into this recipe. - Break existing `basemap` package into 2: the executable (`basemap`) and the standard resolution data (`basemap-data`). - Bring `basemap-data` and `basemap-data-hires` data contents to parity with upstream packaging. - This also removes the packaging workaround for data. - Data moves from our workaround location to site-data. - Patches simplified since data is now in the default location. - Fix patch. - Update pins.
|
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
| - {{ pin_subpackage('basemap-data') }} | ||
| - python >=3.6 | ||
| about: | ||
| home: http://matplotlib.org/basemap |
There was a problem hiding this comment.
Here we can use https by default.
| license_file: packages/basemap_data_hires/COPYING.LESSER | ||
| summary: Plot on map projections (with coastlines and political boundaries) using matplotlib. | ||
| dev_url: https://github.com/matplotlib/basemap | ||
| doc_url: http://matplotlib.org/basemap/ |
There was a problem hiding this comment.
Here we can use https by default.
| license_file: packages/basemap_data_hires/COPYING.LESSER | ||
| summary: Plot on map projections (with coastlines and political boundaries) using matplotlib. | ||
| dev_url: https://github.com/matplotlib/basemap | ||
| doc_url: http://matplotlib.org/basemap/ |
There was a problem hiding this comment.
Here we can use https by default.
| run: | ||
| - python >=3.6 | ||
| about: | ||
| home: http://matplotlib.org/basemap |
There was a problem hiding this comment.
Here we can use https by default.
| Basemap toolkit is a library for plotting 2D data on maps in Python. | ||
| It is similar in functionality to the matlab mapping toolbox, the IDL mapping facilities, GrADS, or the Generic Mapping Tools. | ||
| dev_url: https://github.com/matplotlib/basemap | ||
| doc_url: http://matplotlib.org/basemap/ |
There was a problem hiding this comment.
Here we can use https by default.
| - pip check | ||
| - python -c "from mpl_toolkits.basemap import Basemap" | ||
| about: | ||
| home: http://matplotlib.org/basemap |
There was a problem hiding this comment.
Here we can use https by default.
| timeoutInMinutes: 360 | ||
| strategy: | ||
| maxParallel: 8 | ||
| matrix: |
There was a problem hiding this comment.
Is there a reason for not having Python 3.8/3.9/3.10 here? I thought they used to be built too.
| timeoutInMinutes: 360 | ||
| strategy: | ||
| maxParallel: 8 | ||
| matrix: |
There was a problem hiding this comment.
Is there a reason for not having Python 3.8/3.9/3.10 here? I thought they used to be built too.
| timeoutInMinutes: 360 | ||
| strategy: | ||
| maxParallel: 4 | ||
| matrix: |
There was a problem hiding this comment.
Is there a reason for not having Python 3.8/3.9/3.10 here? I thought they used to be built too.
tbd