Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-jaraco.context/PKGBUILD
blob: b0d7bd859c94a964838ce7f74803e84da6356ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# temporary to build python-build with python-bootstrap (breaking cycles)
makedepends=(${makedepends[@]//python-build/})
makedepends=(${makedepends[@]//python-installer/})
makedepends=(${makedepends[@]//python-wheel/})
makedepends+=('python-bootstrap')
depends=(${depends[@]//python-jaraco.functools/})
depends=(${depends[@]//python-jaraco.context/})
depends=(${depends[@]//python-jaraco.context/})
depends=(${depends[@]//python-autocommand/})
depends=(${depends[@]//python-inflect/})
unset checkdepends
unset check
eval "$(
  declare -f build | \
    sed '
      s/python -m build -wn/python -m build -wn -x/g
    '
)"