mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 08:12:56 +02:00
tarball from github is lacking the version needed for setup tools. The module was crashing immediately since it was unable to source the version.
21 lines
847 B
Bash
21 lines
847 B
Bash
# Template file for 'python3-sphinx-automodapi'
|
|
pkgname=python3-sphinx-automodapi
|
|
version=0.16.0
|
|
revision=1
|
|
build_style=python3-module
|
|
# Something wrong with relative filepaths
|
|
make_check_args="--deselect sphinx_automodapi/tests/test_automodapi.py::test_am_replacer_cython
|
|
--deselect sphinx_automodapi/tests/test_automodsumm.py::test_ams_cython"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Sphinx"
|
|
checkdepends="python3-Sphinx python3-pytest graphviz"
|
|
short_desc="Sphinx extension for generating API documentation"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/astropy/sphinx-automodapi"
|
|
distfiles="${PYPI_SITE}/s/sphinx-automodapi/sphinx-automodapi-${version}.tar.gz"
|
|
checksum=6c673ef93066408e5ad3e2fa3533044d432a47fe6a826212b9ebf5f52a872554
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|