File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
mingw-w64-python-jsonschema-specifications Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 33_realname=jsonschema-specifications
44pkgbase=mingw-w64-python-${_realname}
55pkgname=(" ${MINGW_PACKAGE_PREFIX} -python-${_realname} " )
6- pkgver=2023.12 .1
7- pkgrel=2
6+ pkgver=2024.10 .1
7+ pkgrel=1
88pkgdesc=' The JSON Schema meta-schemas and vocabularies, exposed as a Registry (mingw-w64)'
99arch=(' any' )
1010mingw_arch=(' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
11- url=" https://github.com/python-jsonschema/jsonschema-specifications"
1211msys2_references=(
1312 ' pypi: jsonschema-specifications'
1413)
14+ msys2_repository_url=' https://github.com/python-jsonschema/jsonschema-specifications'
15+ url=' https://jsonschema-specifications.readthedocs.io/'
1516license=(' spdx:MIT' )
1617depends=(" ${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" )
2223options=(' !strip' )
2324source=(" 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
3127build () {
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
You can’t perform that action at this time.
0 commit comments