Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-installer/PKGBUILD
blob: 6dd1a147dca22488351d35686719edbffe05b406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
    '
)"

# 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