Skip to content

Commit

Permalink
Sync recipes (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Nov 3, 2024
1 parent 4150966 commit 55434dd
Show file tree
Hide file tree
Showing 243 changed files with 1,219 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
conda env create -f environment.yml
conda activate pyodide-env
pip install git+https://github.com/pyodide/pyodide.git@main#subdirectory=pyodide-build
pip install git+https://github.com/pyodide/pyodide-build.git
pyodide xbuildenv install --download --url http://pyodide-cache.s3-website-us-east-1.amazonaws.com/xbuildenv/dev/xbuildenv.tar.bz2
EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version)
Expand Down
3 changes: 1 addition & 2 deletions packages/Cartopy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ requirements:
- matplotlib
- scipy


build:
vendor-sharedlib: true
script: |
Expand All @@ -35,4 +34,4 @@ about:
home: http://scitools.org.uk/cartopy
PyPI: https://pypi.org/project/Cartopy/
summary: A library providing cartographic tools for python
license: LGPL-3.0-or-later
license: LGPL-3.0+
2 changes: 1 addition & 1 deletion packages/Pygments/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ about:
home: https://pygments.org/
PyPI: https://pypi.org/project/Pygments
summary: Pygments is a syntax highlighting package written in Python.
license: BSD License
license: BSD-2-Clause
3 changes: 3 additions & 0 deletions packages/RobotRaconteur/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ build:
$WASM_LIBRARY_DIR/lib/libboost_regex.a \
$WASM_LIBRARY_DIR/lib/libboost_system.a \
-o out/Python3/RobotRaconteur/_RobotRaconteurPython.so
about:
home: https://github.com/robotraconteur/robotraconteur
license: Apache-2.0
4 changes: 2 additions & 2 deletions packages/affine/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ source:
url: https://files.pythonhosted.org/packages/0b/f7/85273299ab57117850cc0a936c64151171fac4da49bc6fba0dad984a7c5f/affine-2.4.0-py3-none-any.whl
sha256: 8a3df80e2b2378aef598a83c1392efd47967afec4242021a0b06b4c7cbc61a92
about:
home: ""
home: https://github.com/rasterio/affine
PyPI: https://pypi.org/project/affine
summary: Matrices describing affine transformation of the plane
license: ""
license: BSD-3-Clause
extra:
recipe-maintainers:
- kjmalek
2 changes: 1 addition & 1 deletion packages/aiohttp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ about:
home: https://github.com/aio-libs/aiohttp
PyPI: https://pypi.org/project/aiohttp
summary: Async http client/server framework (asyncio)
license: Apache 2
license: Apache-2.0
2 changes: 1 addition & 1 deletion packages/aiosignal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ about:
home: https://github.com/aio-libs/aiosignal
PyPI: https://pypi.org/project/aiosignal
summary: "aiosignal: a list of registered asynchronous callbacks"
license: Apache 2.0
license: Apache-2.0
4 changes: 2 additions & 2 deletions packages/altair/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ source:
url: https://files.pythonhosted.org/packages/46/30/2118537233fa72c1d91a81f5908a7e843a6601ccc68b76838ebc4951505f/altair-5.3.0-py3-none-any.whl
sha256: 7084a1dab4d83c5e7e5246b92dc1b4451a6c68fd057f3716ee9d315c8980e59a
about:
home:
home: https://altair-viz.github.io/
PyPI: https://pypi.org/project/altair
summary: "Vega-Altair: A declarative statistical visualization library for Python."
license:
license: BSD-3-Clause
extra:
recipe-maintainers:
- joelostblom
Expand Down
4 changes: 2 additions & 2 deletions packages/annotated-types/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
url: https://files.pythonhosted.org/packages/28/78/d31230046e58c207284c6b2c4e8d96e6d3cb4e52354721b944d3e1ee4aa5/annotated_types-0.6.0-py3-none-any.whl
sha256: 0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43
about:
home: ""
home: https://github.com/annotated-types/annotated-types
PyPI: https://pypi.org/project/annotated-types
summary: Reusable constraint types to use with typing.Annotated
license: ""
license: MIT
20 changes: 20 additions & 0 deletions packages/arro3-compute/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: arro3-compute
version: 0.4.1
top-level:
- "arro3.compute"
source:
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.1/arro3_compute-0.4.1-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: 4501c0e9814a03e06e66988aab3bdb25d46594b6693d907158b67311ab29d7df
requirements:
run:
- arro3-core
extra:
recipe-maintainers:
- kylebarron

about:
home: https://github.com/kylebarron/arro3
PyPI: https://pypi.org/project/arro3-compute
summary: Compute kernels for Apache Arrow memory.
license: MIT
17 changes: 17 additions & 0 deletions packages/arro3-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package:
name: arro3-core
version: 0.4.1
top-level:
- "arro3.core"
source:
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.1/arro3_core-0.4.1-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: ea1ff02a0dd67129ba9dc81dde85415029cdc61c4172790857189328167c6be3
extra:
recipe-maintainers:
- kylebarron

about:
home: https://github.com/kylebarron/arro3
PyPI: https://pypi.org/project/arro3-core
summary: A minimal Python library for Apache Arrow, connecting to the Rust arrow crate
license: MIT
8 changes: 8 additions & 0 deletions packages/arro3-core/test_arro3_core.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from pytest_pyodide import run_in_pyodide


@run_in_pyodide(packages=["arro3-core"])
def test_read_write_parquet(selenium):
from arro3.core import Array, DataType

Array([1, 2, 3], DataType.int64())
20 changes: 20 additions & 0 deletions packages/arro3-io/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: arro3-io
version: 0.4.1
top-level:
- "arro3.io"
source:
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.1/arro3_io-0.4.1-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: bf290dd5950603ae45e66a4d85747c1c53c373d0c2c7b7fe4293d6e283dfb8f1
requirements:
run:
- arro3-core
extra:
recipe-maintainers:
- kylebarron

about:
home: https://github.com/kylebarron/arro3
PyPI: https://pypi.org/project/arro3-io
summary: Read and write tabular data formats to and from Apache Arrow.
license: MIT
2 changes: 1 addition & 1 deletion packages/astropy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ about:
home: http://astropy.org
PyPI: https://pypi.org/project/astropy
summary: Astronomy and astrophysics core library
license: BSD 3-Clause License
license: BSD-3-Clause
extra:
recipe-maintainers:
- jobovy
21 changes: 1 addition & 20 deletions packages/astropy_iers_data/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,4 @@ about:
home: ""
PyPI: https://pypi.org/project/astropy_iers_data
summary: IERS Earth Rotation and Leap Second tables for the astropy core package
license:
'Copyright (c) 2023, Astropy Developers All rights reserved. Redistribution
and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met: * Redistributions of source code
must retain the above copyright notice, this list of conditions and the following
disclaimer. * Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution. * Neither the name of the
Astropy Team nor the names of its contributors may be used to endorse or promote
products derived from this software without specific prior written permission. THIS
SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE. '
license: BSD-3-Clause
2 changes: 1 addition & 1 deletion packages/asttokens/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ about:
home: https://github.com/gristlabs/asttokens
PyPI: https://pypi.org/project/asttokens
summary: Annotate AST trees with source code positions
license: Apache 2.0
license: Apache-2.0
2 changes: 1 addition & 1 deletion packages/async-timeout/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ about:
home: https://github.com/aio-libs/async-timeout
PyPI: https://pypi.org/project/async-timeout
summary: Timeout context manager for asyncio programs
license: Apache 2
license: Apache-2.0
6 changes: 3 additions & 3 deletions packages/awkward-cpp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package:
name: awkward-cpp
version: "37"
version: "39"
top-level:
- awkward_cpp

source:
url: https://files.pythonhosted.org/packages/3d/40/fa115d845bfd9bb0b69646a2f1f2321fee3bd82cc286eaa202cb5179fbf5/awkward_cpp-37.tar.gz
sha256: 6dff5fce4afcadb492bbf7cb20908572d99bdc32aa2bea8681bacfb69b2aa86d
url: https://files.pythonhosted.org/packages/6e/57/972e2a808c197d9331a129d0e749b3d6d5c39b5d175a047dbf6254a9b1a5/awkward_cpp-39.tar.gz
sha256: 61da001199ea2094484e28ca074591d2ec660f117e9a97ab89e60da405272385

build:
exports: requested
Expand Down
3 changes: 3 additions & 0 deletions packages/b2d/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ test:
imports:
- b2d
- b2d.testbed
about:
home: https://github.com/pyb2d/pyb2d
license: MIT
extra:
recipe-maintainers:
- DerThorsten
2 changes: 1 addition & 1 deletion packages/bcrypt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ about:
home: https://github.com/pyca/bcrypt/
PyPI: https://pypi.org/project/bcrypt
summary: Modern password hashing for your software and your servers
license: Apache License, Version 2.0
license: Apache-2.0
1 change: 1 addition & 0 deletions packages/biopython/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ about:
home: https://biopython.org/
PyPI: https://pypi.org/project/biopython
summary: Freely available tools for computational molecular biology.
license: Biopython
4 changes: 2 additions & 2 deletions packages/bitstring/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requirements:
run:
- bitarray
about:
home: ""
home: https://github.com/scott-griffiths/bitstring
PyPI: https://pypi.org/project/bitstring
summary: Simple construction, analysis and modification of binary data.
license: ""
license: MIT
2 changes: 1 addition & 1 deletion packages/bleach/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ about:
home: https://github.com/mozilla/bleach
PyPI: https://pypi.org/project/bleach
summary: An easy safelist-based HTML-sanitizing tool.
license: Apache Software License
license: Apache-2.0
6 changes: 3 additions & 3 deletions packages/bokeh/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: bokeh
version: 3.4.2
version: 3.6.0
top-level:
- bokeh
requirements:
Expand All @@ -16,8 +16,8 @@ requirements:
- pyyaml
- xyzservices
source:
sha256: a16d5cc0abb93d2d270d70fc35851f3e1b9208814a985a4678e0ba5ef2d9cd42
url: https://files.pythonhosted.org/packages/d4/91/df53287e2f34c7cd6262b3b31c4dd4d274c78b7ece20cf0736bc4a21ab85/bokeh-3.4.2.tar.gz
sha256: 0032dc1e76ad097b07626e51584685ff48c65481fbaaad105663b1046165867a
url: https://files.pythonhosted.org/packages/0a/80/99ea2e9c63c9f3994ec2ff2451720de533c0b88565cb12c1a45a18556518/bokeh-3.6.0.tar.gz
about:
home: https://github.com/bokeh/bokeh
PyPI: https://pypi.org/project/bokeh
Expand Down
2 changes: 2 additions & 0 deletions packages/boost-cpp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package:
version: 1.84.0
tag:
- library
- static_library
source:
url: https://github.com/boostorg/boost/releases/download/boost-1.84.0/boost-1.84.0.tar.gz
sha256: 4d27e9efed0f6f152dc28db6430b9d3dfb40c0345da7342eaa5a987dde57bd95
Expand Down Expand Up @@ -30,6 +31,7 @@ build:
about:
home: https://www.boost.org/
summary: Free peer-reviewed portable C++ source libraries.
license: Boost
extra:
recipe-maintainers:
- johnwason
9 changes: 3 additions & 6 deletions packages/boost-histogram/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
package:
name: boost-histogram
version: 1.4.1
version: 1.5.0
top-level:
- boost_histogram
source:
url: https://files.pythonhosted.org/packages/60/68/a901fa3287fe62bde47e3936081286b6588b55f89bbcb9984be519414551/boost_histogram-1.4.1.tar.gz
sha256: 97146f735f467d506976a047f3f237ce59840a952fd231f5f431f897fb006cdd
url: https://files.pythonhosted.org/packages/8d/51/96712ed4e1d64618d3e76aac2d1f96e2f4856120012f0dad51adf42c78e4/boost_histogram-1.5.0.tar.gz
sha256: 0623f010e6c52e5d018767723959686090db07fc30f0d1d8475b5d663c5ddb2c
requirements:
run:
- numpy # runtime only
build:
cxxflags: -fexceptions
ldflags: -fexceptions
about:
home: https://github.com/scikit-hep/boost-histogram
PyPI: https://pypi.org/project/boost-histogram
Expand Down
Loading

0 comments on commit 55434dd

Please sign in to comment.