File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license=('GPL')
99sha512sums=(' SKIP' )
1010arch=(' any' )
1111depends=(' python' ' python-click' ' python-xdg-base-dirs' )
12- makedepends=(' git' ' python-build' ' python-installer' ' python-wheel' ' python-setuptools ' ' scdoc' )
12+ makedepends=(' git' ' python-build' ' python-installer' ' python-wheel' ' python-flit-core ' ' scdoc' )
1313provides=(' qbpm' )
1414source=(" git+https://github.com/pvsr/qbpm" )
1515
Original file line number Diff line number Diff line change 5353 pkgs . nixfmt-rfc-style
5454 ( pyprojectEnv (
5555 ps : with ps ; [
56+ flit
5657 pytest
5758 mypy
5859 pylsp-mypy
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ repository = "https://github.com/pvsr/qbpm"
2525qbpm = " qbpm.main:main"
2626
2727[build-system ]
28- requires = [" setuptools " ]
29- build-backend = " setuptools.build_meta "
28+ requires = [" flit_core >=3.2,<4 " ]
29+ build-backend = " flit_core.buildapi "
3030
3131[tool .pytest .ini_options ]
3232pythonpath = " src"
You can’t perform that action at this time.
0 commit comments