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

Update cramjam from 2.8.3 to 2.8.4 #1732

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
45 changes: 23 additions & 22 deletions recipes/recipes_emscripten/cramjam/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
context:
name: cramjam
version: 2.8.3
version: 2.8.4

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

source:
url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
sha256: 6b1fa0a6ea8183831d04572597c182bd6cece62d583a36cde1e6a86e72ce2389
url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{
version }}.tar.gz
sha256: ad8bec85b46283330214f4367805e6f56e04ce25a030a2c6a4b127437d006fcf

build:
number: 0

requirements:
build:
- python
- cross-python_${{ target_platform }}
- maturin
- toml
- rust
- ${{ compiler('cxx') }}
- python
- cross-python_${{ target_platform }}
- maturin
- toml
- rust
- ${{ compiler('cxx') }}
host:
- python
- pip
- python
- pip
run:
- python
- python

tests:
- script: pytester
files:
recipe:
- test_cramjam.py
requirements:
build:
- pytester
run:
- pytester-run
- script: pytester
files:
recipe:
- test_cramjam.py
requirements:
build:
- pytester
run:
- pytester-run

about:
homepage: https://github.com/milesgranger/cramjam
Expand All @@ -50,4 +51,4 @@ about:

extra:
recipe-maintainers:
- milesgranger
- milesgranger
Loading