File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments