🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: python-sphinxcontrib-applehelp
pkgver: '2.0.0'
pkgrel: '6'
pkgdesc: Sphinx extension which outputs Apple help books
url: 'https://github.com/sphinx-doc/sphinxcontrib-applehelp'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-flit-core
source:
- 'https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: "cd sphinxcontrib-applehelp-${pkgver}\n\npip3 wheel -w dist \\\n --no-build-isolation \\\n --no-deps $PWD\npip3 install\
\ --no-index \\\n --find-links dist \\\n --no-cache-dir \\\n --no-user \\\n --root=${PKGDIR} \\\n \
\ sphinxcontrib-applehelp\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true