Commit a41ff1d
0
plików
+0
dodanych
-0
usuniętych
@@ -12,7 +12,7 @@ makedepends:
12
12
source:
13
13
- 'https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/refs/tags/${pkgver}.tar.gz'
14
14
sha256sums:
15
-- e650ce2bde1204477df2f428757e14aa85735bd6a40517645eba55730262b8e8
15
+- SKIP
16
16
build: "cd sphinxcontrib-applehelp-${pkgver}\n\npip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\npip3 install\
17
17
\ --no-index \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n \
18
18
\ sphinxcontrib-applehelp\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"