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')
9
9
sha512sums=(' SKIP' )
10
10
arch=(' any' )
11
11
depends=(' 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' )
13
13
provides=(' qbpm' )
14
14
source=(" git+https://github.com/pvsr/qbpm" )
15
15
Original file line number Diff line number Diff line change 53
53
pkgs . nixfmt-rfc-style
54
54
( pyprojectEnv (
55
55
ps : with ps ; [
56
+ flit
56
57
pytest
57
58
mypy
58
59
pylsp-mypy
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ repository = "https://github.com/pvsr/qbpm"
25
25
qbpm = " qbpm.main:main"
26
26
27
27
[build-system ]
28
- requires = [" setuptools " ]
29
- build-backend = " setuptools.build_meta "
28
+ requires = [" flit_core >=3.2,<4 " ]
29
+ build-backend = " flit_core.buildapi "
30
30
31
31
[tool .pytest .ini_options ]
32
32
pythonpath = " src"
You can’t perform that action at this time.
0 commit comments