Skip to content

Commit 7597f17

Browse files
committed
add python::maturin v1.12.6
1 parent 437d527 commit 7597f17

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

recipes/python/maturin.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
inherit: ["python3::setuptools", cargo]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "1.12.6"
5+
PKG_LICENSE: "MIT OR Apache-2.0"
6+
7+
checkoutSCM:
8+
scm: url
9+
url: ${GITHUB_MIRROR}/PyO3/maturin/archive/refs/tags/v${PKG_VERSION}.tar.gz
10+
digestSHA256: d9fb69fb10a4574032feb93da3f98cbfbf4e652340135c968781845aa1f53147
11+
stripComponents: 1
12+
13+
depends:
14+
- python::puccinialin
15+
- python::setuptools-rust
16+
- python::semantic-version
17+
18+
checkoutDeterministic: True
19+
checkoutScript: |
20+
cargoFetchDeps
21+
22+
buildScript: |
23+
python3BuildSetuptools $1
24+
25+
packageScript: |
26+
python3PackageTgt
27+
28+
provideDeps: ['python::*']
29+
provideTools:
30+
maturin: "usr/bin"

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ depends:
146146
- python::lxml
147147
- python::mako
148148
- python::markupsafe
149+
- python::maturin
149150
- python::packaging
150151
- python::pathspec
151152
- python::pbr

0 commit comments

Comments
 (0)