diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-09 06:18:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-09 06:18:42 +0000 |
| commit | d7909bc9fc0064ecba7deccbe57cf389940a79e1 (patch) | |
| tree | 4b5581b1a7c36ab1e84c2b47664252bce9c7be66 /dev-python/pystache | |
| parent | 9f513305123c2e6b0e4425ed24a7542662dff75a (diff) | |
| download | baldeagleos-repo-d7909bc9fc0064ecba7deccbe57cf389940a79e1.tar.gz baldeagleos-repo-d7909bc9fc0064ecba7deccbe57cf389940a79e1.tar.xz baldeagleos-repo-d7909bc9fc0064ecba7deccbe57cf389940a79e1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pystache')
| -rw-r--r-- | dev-python/pystache/pystache-0.6.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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 +} |
