Skip to content

Commit

Permalink
add first build and recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
KGB99 committed Jun 20, 2024
1 parent 02ea552 commit 949c129
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/recipes_emscripten/shapely/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

${PYTHON} -m pip install . -vv
43 changes: 43 additions & 0 deletions recipes/recipes_emscripten/shapely/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
context:
name: shapely
version: 2.0.4

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://pypi.io/packages/source/S/Shapely/shapely-${{ version }}.tar.gz
sha256: 5dc736127fac70009b8d309a0eeb74f3e08979e530cf7017f2f507ef62e6cfb8

build:
number: 0

requirements:
build:
- python
- pip
- cross-python_${{ target_platform }}
- cython
- numpy
- geos
- ${{ compiler('c') }}
host:
- python
- pip
#- cython
- numpy
- geos
run:
- python


about:
homepage: https://github.com/shapely/shapely
license: BSD-3-Clause
license_file: LICENSE.txt
summary: Python package for manipulation and analysis of geometric objects in the Cartesian plane

extra:
recipe-maintainers:
- KGB99

0 comments on commit 949c129

Please sign in to comment.