Skip to content

Commit

Permalink
python-sphinx: update to 7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Jun 14, 2024
1 parent 9c87719 commit b8e54fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mingw-w64-python-sphinx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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=7.2.6
pkgrel=2
pkgver=7.3.7
pkgrel=1
pkgdesc="Python documentation generator (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down Expand Up @@ -37,6 +37,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-babel"
"${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-qthelp"
"${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-serializinghtml")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-defusedxml"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
if [[ ${CARCH} != i686 ]]; then
Expand All @@ -45,7 +46,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-imagemagick: ext.imageconverter"
fi
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5')
sha256sums=('a4a7db75ed37531c05002d56ed6948d4c42f473a36f46e1382b0bd76ca9627bc')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand All @@ -64,5 +65,5 @@ package() {
${MINGW_PREFIX}/bin/python -m installer --prefix=${MINGW_PREFIX} \
--destdir="${pkgdir}" dist/*.whl

install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}"/share/licenses/python-${_realname}/LICENSE
install -Dm644 LICENSE.rst "${pkgdir}${MINGW_PREFIX}"/share/licenses/python-${_realname}/LICENSE.rst
}

0 comments on commit b8e54fe

Please sign in to comment.