This commit is contained in:
Tiara Rodney 2025-06-19 17:58:46 +02:00
parent 9de1a7db79
commit 7bb0188a42
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
30 changed files with 93 additions and 194 deletions

View file

@ -1,6 +1,6 @@
WEB2_PACKAGE_ID := html-theme-web2-1.0.0
WEB2_PACKAGE_URL := https://bitbucket.org/byteb4rb1e/html-theme-web2/downloads/$(WEB2_PACKAGE_ID).tar.gz
PYPKG_DIR := src/byteb4rb1e/sphinxcontrib/theme/web2
PYPKG_DIR := src/byteb4rb1e/sphinxcontrib/theme/web20
WITH_GPG = $(shell command -v gpg && echo yes)
PYTHON3=$(if $(wildcard .venv/.*),.venv/bin/python3,python3)
@ -35,10 +35,7 @@ $(PYPKG_DIR)/_static_extra.tar: vendor/$(WEB2_PACKAGE_ID).tar
$(PYPKG_DIR)/_static_extra.tar.sha256: vendor/$(WEB2_PACKAGE_ID).tar.sha256
cp -vf "$<" "$@"
test-reports test-reports/: test-reports/unit test-reports/integration
test-reports/unit:
$(PYTHON3) -m tox -m unit
test-reports test-reports/: test-reports/integration
test-reports/integration:
$(PYTHON3) -m tox -m integration