Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-build/PKGBUILD
blob: 125d6731caa1cb99fbd7b85da323578cbb224176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# disable documentation (needs sphinx, sphinx-furo)
# python-sphinx-furo needs npm, which is broken on archlinux32
# most likely since years..
makedepends=(${makedepends[@]//python-sphinx-furo/})
makedepends=(${makedepends[@]//python-sphinx-argparse-cli/})
makedepends=(${makedepends[@]//python-sphinx-autodoc-typehints/})
makedepends=(${makedepends[@]//python-sphinx/})
eval "$(
 declare -f build | \
    sed '
      /.*sphinx-build.*/d
    '
 declare -f package | \
    sed '
      /.*\/share\/doc.*/d
    '
)"

# temporary to build python-build with python-bootstrap (breaking cycles)
makedepends=(${makedepends[@]//python-installer/})
makedepends=(${makedepends[@]//python-build/})
makedepends=(${makedepends[@]//python-flit-core/})
makedepends+=('python-bootstrap')
unset checkdepends
unset check