Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-installer/PKGBUILD
blob: e5c1ec0f00c73af02a837909ae71df75c197f09e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# breaking the cycle with python-spinx
makedepends=(${makedepends[@]//python-sphinx-furo})
makedepends=(${makedepends[@]//python-sphinx-argparse})
makedepends=(${makedepends[@]//python-sphinx})
makedepends=(${makedepends[@]//python-myst-parser/})
eval "$(
  declare -f build | \
    sed '
      /sphinx-build/d
    '
  declare -f package | \
    sed '
      /docs\/build\/html/d
    '
)"