Skip to content

Commit a644913

Browse files
CopilotDerThorsten
authored andcommitted
Improve primesieve recipes: remove placeholder SHA256, add run_exports
Co-authored-by: DerThorsten <[email protected]>
1 parent 3c1351f commit a644913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/recipes_emscripten/primesieve/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ package:
77

88
source:
99
url: https://github.com/kimwalisch/primesieve/archive/v${{ version }}.tar.gz
10-
sha256: 4da0c4d13c81e6c3851e54e6e3a8cabe5e25c4be6b8ad7bbcfbb61c65e49df5c
1110

1211
build:
1312
number: 0
13+
run_exports:
14+
- ${{ pin_subpackage('primesieve', upper_bound='x.x.x') }}
1415

1516
requirements:
1617
build:

recipes/recipes_emscripten/python-primesieve/recipe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package:
77

88
source:
99
url: https://pypi.io/packages/source/p/primesieve/primesieve-${{ version }}.tar.gz
10-
sha256: a24b31af1296ee1d2893b30886900a3d21c97819c9b18d1b0a2f9ec52b21a0b5
1110

1211
build:
1312
number: 0

0 commit comments

Comments
 (0)