Skip to content

Commit

Permalink
Update geosketch to 1.3 (#51784)
Browse files Browse the repository at this point in the history
* Update geosketch to 1.3

* add run_exports

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 29, 2024
1 parent aab7087 commit 70144b0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions recipes/geosketch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "geosketch" %}
{% set version = "1.2" %}
{% set version = "1.3" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: bbfe97366b91c5927b6076d5a6738d9cfbe094efb5ac1117aab7a30b6081cc4e
sha256: 2b2a6056c2134048fa85972ee93b95bdf53555fdf482cc4bfc29c485b78bb5f4

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv ."
script: "{{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir -vvv ."
run_exports:
- {{ pin_subpackage('geosketch', max_pin="x") }}

requirements:
host:
Expand All @@ -30,9 +32,10 @@ test:
- geosketch

about:
home: https://github.com/brianhie/geosketch/
home: https://github.com/brianhie/geosketch
license: MIT
summary: Geometry-preserving random sampling
license_family: MIT
summary: "Geometry-preserving random sampling."

extra:
identifiers:
Expand Down

0 comments on commit 70144b0

Please sign in to comment.