python-identify: update to 2.6.14

This commit is contained in:
Dirk Stolle
2025-09-06 23:51:54 +02:00
parent 3af4533377
commit feef40ba89

View File

@@ -3,13 +3,14 @@
_realname=identify
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.6.13
pkgver=2.6.14
pkgrel=1
pkgdesc="File identification library for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/pre-commit/identify'
msys2_references=(
'anitya: 63864'
'archlinux: python-identify'
'gentoo: dev-python/identify'
'purl: pkg:pypi/identify'
@@ -19,9 +20,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('da8d6c828e773620e13bfa86ea601c5a5310ba4bcd65edf378198b56a1f9fb32')
sha256sums=('663494103b4f717cb26921c52f8751363dc89db64364cd836a9bf1535f53cd6a')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"