commit:     fb51bbbc805265f06dfcf2a81a1a6895d2e16690
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 18:25:40 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 18:25:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb51bbbc

dev-python/sphinx-argparse: add 0.3.2, drop 0.3.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 ...argparse-0.3.1.ebuild => sphinx-argparse-0.3.2.ebuild} | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild 
b/dev-python/sphinx-argparse/sphinx-argparse-0.3.2.ebuild
similarity index 58%
rename from dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
rename to dev-python/sphinx-argparse/sphinx-argparse-0.3.2.ebuild
index 5b380202e..4210a094b 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.3.1.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.3.2.ebuild
@@ -3,25 +3,24 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=poetry
 inherit distutils-r1
 
 DESCRIPTION="Sphinx extension that automatically documents argparse commands 
and options"
-HOMEPAGE="https://pypi.org/project/sphinx-argparse/
-       https://github.com/ashb/sphinx-argparse";
+HOMEPAGE="
+       https://pypi.org/project/sphinx-argparse/
+       https://github.com/ashb/sphinx-argparse
+"
 SRC_URI="https://github.com/ashb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
        dev-python/sphinx[${PYTHON_USEDEP}]
        dev-python/commonmark[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
-# requires self to build own documentation
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinx-argparse

Reply via email to