hatchling: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:07:41 -04:00
parent 3be04a1537
commit f7a36fd365

View file

@ -1,7 +1,7 @@
# Template file for 'hatchling' # Template file for 'hatchling'
pkgname=hatchling pkgname=hatchling
version=1.11.1 version=1.11.1
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
_deps="python3-editables python3-packaging python3-pathspec python3-pluggy python3-tomli" _deps="python3-editables python3-packaging python3-pathspec python3-pluggy python3-tomli"
hostmakedepends="python3-setuptools ${_deps}" hostmakedepends="python3-setuptools ${_deps}"