python-trove-classifiers: update to 2023.10.18

This commit is contained in:
Mehdi Chinoune
2023-10-22 10:31:03 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent fcad933f7b
commit d75e938edc

View File

@@ -3,7 +3,7 @@
_realname=trove-classifiers
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2023.9.19
pkgver=2023.10.18
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=('3e700af445c802f251ce2b741ee78d2e5dfa5ab8115b933b89ca631b414691c9')
sha256sums=('2cdfcc7f31f7ffdd57666a9957296089ac72daad4d11ab5005060e5cd7e29939')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"