aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew J. Hesford <ajh@sideband.org>2024-04-01 15:41:23 +0000
committerAndrew J. Hesford <ajh@sideband.org>2024-04-01 15:41:23 +0000
commita4eed3654f35b7dba2bb2d425436e70289eddc95 (patch)
tree6aed661f1f256349d0d020b6189c597fcfe86b34
parent9defcef69d9ca15ab2e7a5e302250dbc11f779a9 (diff)
downloadvoid-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.tar
void-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.tar.gz
void-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.tar.bz2
void-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.tar.lz
void-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.tar.xz
void-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.tar.zst
void-packages-a4eed3654f35b7dba2bb2d425436e70289eddc95.zip
python3-sphinx-automodapi: fix package versioning
-rw-r--r--srcpkgs/python3-sphinx-automodapi/template12
1 files changed, 7 insertions, 5 deletions
diff --git a/srcpkgs/python3-sphinx-automodapi/template b/srcpkgs/python3-sphinx-automodapi/template
index 06856bf0feb..17a5cfb3560 100644
--- a/srcpkgs/python3-sphinx-automodapi/template
+++ b/srcpkgs/python3-sphinx-automodapi/template
@@ -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"