python-hatchling: Update to 1.16.1

and add new dependencies
This commit is contained in:
Christoph Reiter
2023-05-19 10:40:25 +02:00
parent b8ff0ee785
commit 7f1a65dbe2
3 changed files with 75 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
_pyname=hatchling
pkgname=python-hatchling
pkgver=1.13.0
pkgrel=2
pkgver=1.16.1
pkgrel=1
pkgdesc="A modern project, package, and virtual env manager (backend)"
arch=('any')
url="https://github.com/pypa/hatch"
@@ -15,6 +15,7 @@ depends=(
'python-pathspec'
'python-pluggy'
'python-editables'
'python-trove-classifiers'
)
makedepends=(
'python-build'
@@ -23,7 +24,7 @@ makedepends=(
'python-wheel'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('f8d275a2cc720735286b7c2e2bc35da05761e6d3695c2fa416550395f10c53c7')
sha256sums=('b42140c799da7bc43d89b7ced4d31ea1c375b34595cec52a11c8a245839d9af4')
build() {
cd "${_pyname}-${pkgver}"