python-hatchling: update to 1.18.0

This commit is contained in:
Biswapriyo Nath
2023-06-19 12:50:58 +05:30
parent a8838a4c55
commit 77b6fcb459

View File

@@ -3,7 +3,7 @@
_realname=hatchling
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.17.0
pkgver=1.18.0
pkgrel=1
pkgdesc='A modern project, package, and virtual env manager (backend) (mingw-w64)'
arch=('any')
@@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930')
sha256sums=('50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"