diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-07 19:00:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-07 19:00:05 +0000 |
| commit | e2c8371499a6ce7ef5136931610249a0b81053ef (patch) | |
| tree | 338829ad3026f0a6fa64b5194f31c9c4b1bff67f /dev-python/sphinx-last-updated-by-git | |
| parent | 6b6784eac42fb51ff3ec279d942327682adc6ddc (diff) | |
| download | baldeagleos-repo-e2c8371499a6ce7ef5136931610249a0b81053ef.tar.gz baldeagleos-repo-e2c8371499a6ce7ef5136931610249a0b81053ef.tar.xz baldeagleos-repo-e2c8371499a6ce7ef5136931610249a0b81053ef.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-last-updated-by-git')
| -rw-r--r-- | dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild index cdae6b1a9af2..af950f70ac12 100644 --- a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild +++ b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) inherit distutils-r1 pypi @@ -23,6 +23,8 @@ RDEPEND=" >=dev-python/sphinx-1.8[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=( pytest-import-check ) + # Tests require to clone a Git repo. While this can be worked around by using # git-bundle, tests still fail because Sphinx makes some warnings fatal. distutils_enable_tests import-check |
