File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3+ " flit-core==3.12.0" ,
34 ' cython==3.1.4; implementation_name == "cpython"' ,
45 ' meson-python==0.18.0; implementation_name == "cpython"' ,
56 ' meson[ninja]==1.9.1; implementation_name == "cpython"' ,
67]
7- build-backend = ' mesonpy'
8+ # conditional build c++ extension
9+ build-backend = " wiki_build"
10+ backend-path = [" build_backend" ]
811
912[project ]
1013name = " bgm-tv-wiki"
11- version = " 0.0.31 "
14+ version = " 0.0.32 "
1215description = " bgm.tv wiki syntax parser"
13- requires-python = " > =3.10.0 "
16+ requires-python = " ~ =3.10"
1417authors = [
1518 {
name =
" trim21" ,
email =
" [email protected] " },
1619]
@@ -37,8 +40,8 @@ dev = [
3740[tool .cibuildwheel ]
3841skip = " *musllinux*"
3942
40- [tool .meson-python ]
41- limited-api = true
43+ [tool .cibuildwheel . environment ]
44+ WIKI_PARSER_CYTHON = " 1 "
4245
4346[tool .pytest .ini_options ]
4447addopts = ' -rav -Werror'
You can’t perform that action at this time.
0 commit comments