File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
mingw-w64-python-zope.interface Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33_realname=zope.interface
44pkgbase=mingw-w64-python-${_realname}
55pkgname=(" ${MINGW_PACKAGE_PREFIX} -python-${_realname} " )
6- pkgver=7.1.0
7- pkgrel=2
6+ pkgver=7.2
7+ pkgrel=1
88pkgdesc=' Interfaces for Python (mingw-w64)'
99arch=(' any' )
1010mingw_arch=(' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
@@ -20,11 +20,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
2020 " ${MINGW_PACKAGE_PREFIX} -python-build"
2121 " ${MINGW_PACKAGE_PREFIX} -python-installer"
2222 " ${MINGW_PACKAGE_PREFIX} -python-setuptools" )
23- source=(" https://pypi.org/packages/source/${_realname:: 1} /${_realname/ . / _ } /${_realname/ . / _ } -${pkgver} .tar.gz" )
24- sha256sums=(' 3f005869a1a05e368965adb2075f97f8ee9a26c61898a9e52a9764d93774f237 ' )
23+ source=(" https://pypi.org/packages/source/${_realname:: 1} /${_realname} /${_realname} -${pkgver} .tar.gz" )
24+ sha256sums=(' 8b49f1a3d1ee4cdaf5b32d2e738362c7f5e40ac8b46dd7d1a65e82a4872728fe ' )
2525
2626build () {
27- cp -r " ${_realname/ . / _ } -${pkgver} " " python-build-${MSYSTEM} " && cd " python-build-${MSYSTEM} "
27+ cp -r " ${_realname} -${pkgver} " " python-build-${MSYSTEM} " && cd " python-build-${MSYSTEM} "
2828 ${MINGW_PREFIX} /bin/python -m build --wheel --skip-dependency-check --no-isolation
2929}
3030
You can’t perform that action at this time.
0 commit comments