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

recipes/utils/python-sphinx-alabaster-theme/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: python-sphinx-alabaster-theme
pkgver: '1.0.0'
pkgrel: '6'
pkgdesc: Sphinx default theme
url: 'https://github.com/bitprophet/alabaster'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-flit-core
source:
- 'https://pypi.org/packages/source/a/alabaster/alabaster-${pkgver}.tar.gz'
sha256sums:
- c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e
build: "cd alabaster-${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  alabaster\n\
  \nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true