commit: 310776901faa4d34d175a5553aedf65765027f4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:31:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:58:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31077690
dev-python/pytest-describe: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-describe/metadata.xml | 2 +-
dev-python/pytest-describe/pytest-describe-1.0.0.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-describe/metadata.xml
b/dev-python/pytest-describe/metadata.xml
index 91c491d4837..c9c0229c8f0 100644
--- a/dev-python/pytest-describe/metadata.xml
+++ b/dev-python/pytest-describe/metadata.xml
@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">pytest-describe</remote-id>
- <remote-id type="github">ropez/pytest-describe</remote-id>
+ <remote-id type="github">pytest-dev/pytest-describe</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
b/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
index 7ff8b647510..9f3f8b080de 100644
--- a/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
+++ b/dev-python/pytest-describe/pytest-describe-1.0.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Describe-style plugin for pytest"
-HOMEPAGE="https://github.com/pytest-dev/pytest-describe
- https://pypi.org/project/pytest-describe"
+HOMEPAGE="https://github.com/pytest-dev/pytest-describe/
+ https://pypi.org/project/pytest-describe/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"