python-trove-classifiers: update to 2025.2.18.16

This commit is contained in:
Biswapriyo Nath
2025-02-23 04:43:04 +00:00
parent 125ca6079e
commit e28b145aa3

View File

@@ -3,7 +3,7 @@
_realname=trove-classifiers
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2025.1.15.22
pkgver=2025.2.18.16
pkgrel=1
pkgdesc="Canonical source for classifiers on PyPI (pypi.org). (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-calver")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('90af74358d3a01b3532bc7b3c88d8c6a094c2fd50a563d13d9576179326d7ed9')
sha256sums=('b1ee2e1668589217d4edf506743e28b1834da128f8a122bad522c02d837006e1')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"