Skip to content

Commit

Permalink
Merge pull request #4 from AnacondaRecipes/v0.6.2
Browse files Browse the repository at this point in the history
Version 0.6.2
  • Loading branch information
SC426 authored Mar 20, 2024
2 parents deef82b + 7d5dbf6 commit c60b7ad
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 137 deletions.
22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.10.____cpython.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.11.____cpython.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.8.____73_pypy.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.9.____73_pypy.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .ci_support/linux_ppc64le_python3.9.____cpython.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
rust_compiler:
- rust
rust_compiler_version:
- 1.76.0
# use {{ compiler('rust-gnu') }} when requiring a build using the m2w64-toolchain
rust_gnu_compiler: # [win]
- rust-gnu # [win]
rust_gnu_compiler_version: # [win]
- 1.76.0 # [win]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.12" # [osx and x86_64]
CONDA_BUILD_SYSROOT:
- /opt/MacOSX10.12.sdk # [osx and x86_64]
9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "y-py" %}
{% set version = "0.5.9" %}
{% set version = "0.6.2" %}

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

source:
url: https://pypi.io/packages/source/y/y_py/y_py-{{ version }}.tar.gz
sha256: 50cfa0532bcee27edb8c64743b49570e28bb76a00cd384ead1d84b6f052d9368
sha256: 4757a82a50406a0b3a333aa0122019a331bd6f16e49fed67dca423f928b3fd4d

build:
number: 0
Expand All @@ -21,15 +21,14 @@ build:
requirements:
build:
- python
- maturin >=0.13,<0.14
- maturin >=1.2.3,<2
- {{ compiler('c') }}
- {{ compiler('rust') }}
- cargo-bundle-licenses
host:
- maturin =0.13.7
- maturin 1.3.1
- pip
- python
- wheel
run:
# this is needed otherwise import y_py in tests fails with ModuleNotFoundError
- python
Expand Down

0 comments on commit c60b7ad

Please sign in to comment.