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

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

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-sphinxcontrib-jsmath
pkgver: '1.0.1'
pkgrel: '11'
pkgdesc: Sphinx extension which renders display math in HTML via JavaScript
url: 'https://github.com/sphinx-doc/sphinxcontrib-jsmath'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://files.pythonhosted.org/packages/source/s/sphinxcontrib-jsmath/sphinxcontrib-jsmath-${pkgver}.tar.gz'
sha256sums:
- a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
build: "cd sphinxcontrib-jsmath-${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-jsmath\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true