Skip to content

Commit

Permalink
Merge pull request #19661 from lazka/python-multidict-cleanup
Browse files Browse the repository at this point in the history
python-multidict: doesn't use cython nor numpy
  • Loading branch information
lazka authored Jan 6, 2024
2 parents e3cd823 + f957163 commit bf36522
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mingw-w64-python-multidict/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ _realname=multidict
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.4
pkgrel=2
pkgrel=3
pkgdesc='Asyncio-based multidict implementation for Python (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://github.com/aio-libs/multidict"
license=('APACHE')
depends=("${MINGW_PACKAGE_PREFIX}-python-numpy")
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-cython0"
"${MINGW_PACKAGE_PREFIX}-cc")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psutil" "${MINGW_PACKAGE_PREFIX}-python-pytest-runner" "${MINGW_PACKAGE_PREFIX}-python-pytest-cov")
source=("https://github.com/aio-libs/multidict/archive/v${pkgver}/multidict-${pkgver}.tar.gz")
Expand Down

0 comments on commit bf36522

Please sign in to comment.