pkgname: python-sphinxcontrib-devhelp pkgver: '2.0.0' pkgrel: '6' pkgdesc: Sphinx extension which outputs Devhelp document url: 'https://github.com/sphinx-doc/sphinxcontrib-devhelp' arch: x86_64 depends: [] makedepends: - python-setuptools - python-wheel - python-flit-core source: - 'https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/refs/tags/${pkgver}.tar.gz' sha256sums: - e650ce2bde1204477df2f428757e14aa85735bd6a40517645eba55730262b8e8 build: | cd sphinxcontrib-devhelp-${pkgver} pip3 wheel -w dist \ --no-build-isolation \ --no-deps $PWD pip3 install --no-index \ --find-links dist \ --no-cache-dir \ --no-user \ --root=${PKGDIR} \ sphinxcontrib-devhelp find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf package: | true