Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-pygments/PKGBUILD
blob: 9aaea4304c679069c2160cc33e927ffdec77520d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Do not require sphinx because sphinx requires pygments

makedepends=(${makedepends[@]//python-sphinx/})

eval "$(
declare -f build | \
  sed '
        s/make.*html//
  '
)"

eval "$(
declare -f package | \
  sed '
 s/cp.*doc.*html.*//
  '
)"