Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename proj4 dep #19

Merged
merged 3 commits into from
Nov 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ before_install:

install:
- |
MINICONDA_URL="http://repo.continuum.io/miniconda"
MINICONDA_URL="https://repo.continuum.io/miniconda"
MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
curl -O "${MINICONDA_URL}/${MINICONDA_FILE}"
curl -L -O "${MINICONDA_URL}/${MINICONDA_FILE}"
bash $MINICONDA_FILE -b

source /Users/travis/miniconda3/bin/activate root
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package license: GNU LGPL

Feedstock license: BSD 3-Clause

Summary: A library providing cartographic tools for python
Summary: A library providing cartographic tools for python.



Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install:

# Cywing's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)
- cmd: rmdir C:\cygwin /s /q
- appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
- appveyor DownloadFile "https://raw.githubusercontent.com/conda-forge/conda-smithy/e976c7e84bb3c4846e7562afd1a42c4b535b51f5/bootstrap-obvious-ci-and-miniconda.py"
- cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci

# Add a hack to switch to `conda` version `4.1.12` before activating.
Expand Down
100 changes: 49 additions & 51 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,66 +1,64 @@
{% set version = "0.14.3" %}

package:
name: cartopy
version: {{ version }}
name: cartopy
version: {{ version }}

source:
fn: cartopy-{{ version }}.tar.gz
url: https://github.com/SciTools/cartopy/archive/v{{ version }}.tar.gz
sha256: dce1c68fb4b3846e9d5e04c73ac12dd9b5bbdeee84e9819cddbb32d63b4dd426
patches:
- cartopy.win.patch # [win]
fn: cartopy-{{ version }}.tar.gz
url: https://github.com/SciTools/cartopy/archive/v{{ version }}.tar.gz
sha256: dce1c68fb4b3846e9d5e04c73ac12dd9b5bbdeee84e9819cddbb32d63b4dd426
patches:
- cartopy.win.patch # [win]

build:
number: 2
number: 3

requirements:
build:
- python
- setuptools
- six
- numpy x.x
- cython
- proj.4 4.9.3
- geos 3.4.*
# On OSX We need to effectively pin the geos version to the
# one used by the specific shapely being targetted (we're letting
# conda's package solver will deal with that).
- shapely >=1.5.6
- owslib
- pyshp
- pyepsg
- msinttypes # [win]
run:
- python
- six
- mock
- nose
- pillow
- owslib
- numpy x.x
- proj.4 4.9.3
- shapely >=1.5.6
- scipy
- pyshp
- matplotlib
- pyepsg
build:
- python
- setuptools
- six
- numpy x.x
- cython
- proj4 4.9.3
- geos 3.4.*
- shapely >=1.5.6
- owslib
- pyshp
- pyepsg
- msinttypes # [win]
run:
- python
- six
- mock
- nose
- pillow
- owslib
- numpy x.x
- proj4 4.9.3
- shapely >=1.5.6
- scipy
- pyshp
- matplotlib
- pyepsg

test:
imports:
- cartopy
- cartopy.mpl.geoaxes
- cartopy.crs
#commands:
#- conda inspect linkages -p $PREFIX cartopy # [not win]
imports:
- cartopy
- cartopy.mpl.geoaxes
- cartopy.crs
commands:
#- conda inspect linkages -p $PREFIX cartopy # [not win]
#- conda inspect objects -p $PREFIX cartopy # [osx]

about:
home: http://scitools.org.uk/cartopy
license: GNU LGPL
summary: A library providing cartographic tools for python
home: http://scitools.org.uk/cartopy
license: GNU LGPL
summary: 'A library providing cartographic tools for python.'

extra:
recipe-maintainers:
- marqh
- ocefpaf
- pelson
recipe-maintainers:
- marqh
- ocefpaf
- pelson