Update build procedure with pyproject.toml

This commit is contained in:
Eric Torres
2024-05-09 19:52:59 -07:00
parent 8cfb8bb153
commit aeb1130be4
3 changed files with 18 additions and 19 deletions

View File

@ -7,7 +7,7 @@ arch=('any')
license=('MIT')
groups=(pacman-helpers)
depends=(gist mlocate pacman python pyalpm)
makedepends=(python-build python-install python-setuptools)
makedepends=(python-build python-installer python-setuptools)
optdepends=('fzf: for the fqo script'
'mlocate: for the fqo script')
checkdepends=(python-hypothesis python-pytest)