Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-installer/PKGBUILD
blob: b67bf28e0f0ddc5b74e4e01480965119280ae6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# boostrapping python modules

# no testing no test or optional dependencies
unset check
unset checkdepends
unset optdepends

# no documentation, breaking the cycle with python-spinx
makedepends=(${makedepends[@]//python-sphinx*/})
eval "$(
  declare -f build | \
    sed '
      /sphinx-build/d
    '
  declare -f package | \
    sed '
      /docs\/build\/html/d
    '
)"