diff --git a/mingw-w64-python-breathe/PKGBUILD b/mingw-w64-python-breathe/PKGBUILD index bf388d11fe..e7524c03d8 100644 --- a/mingw-w64-python-breathe/PKGBUILD +++ b/mingw-w64-python-breathe/PKGBUILD @@ -3,11 +3,8 @@ _realname=breathe 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=4.35.0 -pkgrel=4 +pkgver=4.36.0 +pkgrel=1 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -18,23 +15,17 @@ msys2_references=( ) license=('spdx:BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-sphinx" - "${MINGW_PACKAGE_PREFIX}-python-docutils") + "${MINGW_PACKAGE_PREFIX}-python-sphinx") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" - "${MINGW_PACKAGE_PREFIX}-python-setuptools") + "${MINGW_PACKAGE_PREFIX}-python-flit-core") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") +options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('5165541c3c67b6c7adde8b3ecfe895c6f7844783c4076b6d8d287e4f33d62386') - -prepare() { - cd "${srcdir}" - rm -rf "python-build-${MSYSTEM}" | true - cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" -} +sha256sums=('14860b73118ac140b7a3f55446890c777d1b67149cb024279fe3710dad7f535c') build() { - cd "${srcdir}/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 }