commit:     4f3ccc1ca84437bbc8104de16d1f6a2842eba8cd
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 19:16:35 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 19:18:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3ccc1c

dev-python/pytest-bdd: revert style changes

While I don't mind others touching my package, I'd appreciate no
style changes. Had hoped to bump it yesterday to avoid that but
tag was missing on github.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild 
b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild
index 5887f2b6c792..5d7b8445abb2 100644
--- a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild
+++ b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild
@@ -5,18 +5,11 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
 PYTHON_COMPAT=( python3_{8..11} )
-
 inherit distutils-r1
 
 DESCRIPTION="BDD library for the pytest runner"
-HOMEPAGE="
-       https://github.com/pytest-dev/pytest-bdd/
-       https://pypi.org/project/pytest-bdd/
-"
-SRC_URI="
-       https://github.com/pytest-dev/pytest-bdd/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
+HOMEPAGE="https://pypi.org/project/pytest-bdd/";
+SRC_URI="https://github.com/pytest-dev/pytest-bdd/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -27,13 +20,8 @@ RDEPEND="
        dev-python/parse[${PYTHON_USEDEP}]
        dev-python/parse_type[${PYTHON_USEDEP}]
        dev-python/pytest[${PYTHON_USEDEP}]
-       dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/packaging[${PYTHON_USEDEP}]
-       )
-"
+       dev-python/typing-extensions[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/packaging[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
 

Reply via email to