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

v1.13.0 #14

Merged
merged 12 commits into from
Oct 30, 2024
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
3 changes: 1 addition & 2 deletions recipe/build_base.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
del /F pyproject.toml
%PYTHON% -m pip install . --no-deps --no-build-isolation -vv
%PYTHON% -m pip install . --no-deps --no-build-isolation -vv
3 changes: 1 addition & 2 deletions recipe/build_base.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rm -f pyproject.toml
${PYTHON} -m pip install . --no-deps --no-build-isolation -vv
${PYTHON} -m pip install . --no-deps --no-build-isolation -vv
29 changes: 14 additions & 15 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.12.0" %}
{% set version = "1.13.0" %}
{% set name = "geoviews" %}

package:
Expand All @@ -7,12 +7,12 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e2cbef0605e8fd1529bc643a31aeb61997f8f93c9b41a5aff8b2b355a76fa789
sha256: 7554a1e9114995acd243546fac6c6c7f157fc28529fde6ab236a72a6e77fe0bf

build:
number: 0
#skip s390x as lack of nodejs and cartopy dependencies
skip: True # [py<39 or s390x]
skip: True # [py<310 or s390x]
requirements:
host:
- python
Expand All @@ -24,7 +24,7 @@ outputs:
script: build_base.sh # [not win]
script: build_base.bat # [win]
build:
skip: True # [py<39 or s390x]
skip: True # [py<310 or s390x]
entry_points:
- geoviews = geoviews.__main__:main
requirements:
Expand All @@ -33,23 +33,20 @@ outputs:
host:
- python
- pip
- setuptools
- wheel
- packaging
- param >=1.9.2
- pyct 0.5.0
- bokeh ==3.4
- nodejs 18.16
- bokeh >=3.5.0,<3.6.0
- nodejs >=20
- hatchling
- hatch-vcs
run:
- python
- bokeh >=3.4.0,<3.5.0
- bokeh >=3.5.0,<3.6.0
- cartopy >=0.18.0
- holoviews >=1.16.0
- numpy >=1.0
- param >=1.9.0,<3.0
- packaging
- panel >=1.0.0
- param >=1.9.3,<3.0
- pyproj
- packaging
- shapely
- xyzservices
test:
Expand All @@ -62,7 +59,7 @@ outputs:

- name: {{ name }}
build:
skip: True # [py<39 or s390x]
skip: True # [py<310 or s390x]
requirements:
host:
- python
Expand All @@ -80,6 +77,7 @@ outputs:
- xarray
- scipy
- pooch
- matplotlib-base >2.2
test:
imports:
- {{ name }}
Expand Down Expand Up @@ -118,5 +116,6 @@ extra:
- philippjfr
- maximlt
- Hoxbro
- ahuang11
skip-lints:
- host_section_needs_exact_pinnings