🔒 Repository is read-only – file editing is disabled.

recipes/utils/python-sphinxcontrib-htmlhelp/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: python-sphinxcontrib-htmlhelp
pkgver: '2.1.0'
pkgrel: '6'
pkgdesc: Sphinx extension which renders HTML help files
url: 'https://github.com/sphinx-doc/sphinxcontrib-htmlhelp'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-flit-core
source:
- 'https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a
build: |
  cd sphinxcontrib-htmlhelp-${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-htmlhelp

  find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf
package: |
  true