python-pip-tools: update to 6.14.0

This commit is contained in:
Mehdi Chinoune
2023-07-01 12:17:12 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent c5405ba10c
commit 04efdf9998

View File

@@ -3,7 +3,7 @@
_realname=pip-tools
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.13.0
pkgver=6.14.0
pkgrel=1
pkgdesc='A set of tools to keep your pinned Python dependencies fresh. (mingw-w64)'
arch=('any')
@@ -13,12 +13,14 @@ license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-click"
"${MINGW_PACKAGE_PREFIX}-python-pip"
"${MINGW_PACKAGE_PREFIX}-python-tomli"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('61d46bd2eb8016ed4a924e196e6e5b0a268cd3babd79e593048720db23522bb1')
sha256sums=('06366be0e08d86b416407333e998b4d305d5bd925151b08942ed149380ba3e47')
prepare() {
cd "$srcdir"