index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-07-07 10:24:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-07-07 10:24:26 +0200 |
commit | 8fd23797888a9b7e9d13230b442e606f28ec2f95 (patch) | |
tree | 4d132223b7d0d16f23b9cc0ff4f683bcc5475dbc /extra/python-build | |
parent | 548ed2eda98a9f42bbc913f78665609537d4180f (diff) |
-rw-r--r-- | extra/python-build/PKGBUILD | 19 |
diff --git a/extra/python-build/PKGBUILD b/extra/python-build/PKGBUILD new file mode 100644 index 00000000..8bc03356 --- /dev/null +++ b/extra/python-build/PKGBUILD @@ -0,0 +1,19 @@ +# 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 + ' +)" |