python-poetry-core: update to 2.1.1

This commit is contained in:
Konstantin Podsvirov
2025-03-07 17:42:56 +03:00
committed by Biswapriyo Nath
parent 5234461109
commit 4d13a98641

View File

@@ -3,7 +3,7 @@
_realname=poetry-core
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.1.0
pkgver=2.1.1
pkgrel=1
pkgdesc="Poetry PEP 517 Build Backend (mingw-w64)"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-mock"
"${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('ceea605d31dbae232eee53f81489e4c1de203fc00e7f7e25fd095c8629e5feec')
sha256sums=('c1a1f6f00e4254742f40988a8caf665549101cf9991122cd5de1198897768b1a')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"