From d7909bc9fc0064ecba7deccbe57cf389940a79e1 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 9 Sep 2023 06:18:42 +0000 Subject: Adding metadata --- dev-python/pystache/pystache-0.6.5.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'dev-python/pystache') diff --git a/dev-python/pystache/pystache-0.6.5.ebuild b/dev-python/pystache/pystache-0.6.5.ebuild index de2bbaed0bc6..bfdfc5ddcd6c 100644 --- a/dev-python/pystache/pystache-0.6.5.ebuild +++ b/dev-python/pystache/pystache-0.6.5.ebuild @@ -30,9 +30,23 @@ LICENSE="MIT" SLOT="0" BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest + +distutils_enable_sphinx \ + docs/source \ + dev-python/sphinx-rtd-theme \ + dev-python/recommonmark \ + dev-python/sphinxcontrib-apidoc + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +src_prepare() { + sed -i '/sphinx_git/d' "${S}"/setup.cfg "${S}"/docs/source/conf.py + default +} -- cgit v1.3