python3-sphinx-automodapi: fix package versioning
This commit is contained in:
parent
9defcef69d
commit
a4eed3654f
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'python3-sphinx-automodapi'
|
||||
pkgname=python3-sphinx-automodapi
|
||||
version=0.16.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
# 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"
|
||||
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_scm python3-wheel"
|
||||
depends="python3-Sphinx"
|
||||
checkdepends="python3-Sphinx python3-pytest graphviz"
|
||||
short_desc="Sphinx extension for generating API documentation"
|
||||
|
|
Loading…
Reference in New Issue