blob: 95af93f06ff0a7018fb77a89f055bad023c2f43d (
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
26
27
28
29
|
# boostrapping python modules
_bootstrap=1
b2sums=('735732dab41dd5f16f7f0536f393f5c2b07a5a444b7541c6875f16b701bd8bee9f19220dcc8d112ed821e03b2705b50789d1ccbdd36eb755a3346ddfe7a39a56'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP')
# 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 '
\@/doc/@d
'
)"
|