Skip to content

Commit

Permalink
python-zope.interface: update to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 14, 2024
1 parent de04742 commit d21cbb0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions mingw-w64-python-zope.interface/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
_realname=zope.interface
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.3
pkgver=7.1.0
pkgrel=1
pkgdesc='Interfaces for Python (mingw-w64)'
arch=('any')
Expand All @@ -22,13 +19,12 @@ depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f83d6b4b22262d9a826c3bd4b2fbfafe1d0000f085ef8e44cd1328eea274ae6a')
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/./_}/${_realname/./_}-${pkgver}.tar.gz")
sha256sums=('3f005869a1a05e368965adb2075f97f8ee9a26c61898a9e52a9764d93774f237')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
cp -r "${_realname/./_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation
}

Expand Down

0 comments on commit d21cbb0

Please sign in to comment.