Skip to content

Commit dbd0321

Browse files
committed
python-jsonschema-specifications: update to 2024.10.1
1 parent 3f84de0 commit dbd0321

File tree

1 file changed

+6
-11
lines changed
  • mingw-w64-python-jsonschema-specifications

1 file changed

+6
-11
lines changed

mingw-w64-python-jsonschema-specifications/PKGBUILD

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
_realname=jsonschema-specifications
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2023.12.1
7-
pkgrel=2
6+
pkgver=2024.10.1
7+
pkgrel=1
88
pkgdesc='The JSON Schema meta-schemas and vocabularies, exposed as a Registry (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
11-
url="https://github.com/python-jsonschema/jsonschema-specifications"
1211
msys2_references=(
1312
'pypi: jsonschema-specifications'
1413
)
14+
msys2_repository_url='https://github.com/python-jsonschema/jsonschema-specifications'
15+
url='https://jsonschema-specifications.readthedocs.io/'
1516
license=('spdx:MIT')
1617
depends=("${MINGW_PACKAGE_PREFIX}-python"
1718
"${MINGW_PACKAGE_PREFIX}-python-referencing")
@@ -21,16 +22,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2122
"${MINGW_PACKAGE_PREFIX}-python-installer")
2223
options=('!strip')
2324
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
24-
sha256sums=('48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc')
25-
26-
prepare() {
27-
rm -rf python-build-${MSYSTEM} | true
28-
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}"
29-
}
25+
sha256sums=('0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272')
3026

3127
build() {
32-
msg "Python build for ${MSYSTEM}"
33-
cd "${srcdir}/python-build-${MSYSTEM}"
28+
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
3429
${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation
3530
}
3631

0 commit comments

Comments
 (0)