commit: 6424c10f6fc06ab63305e1aa9a2b0d47a55c144b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:31:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:58:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6424c10f
dev-python/pytest-ordering: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-ordering/metadata.xml | 2 +-
dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-ordering/metadata.xml
b/dev-python/pytest-ordering/metadata.xml
index 48b39a11911..a43cbf8de79 100644
--- a/dev-python/pytest-ordering/metadata.xml
+++ b/dev-python/pytest-ordering/metadata.xml
@@ -11,7 +11,7 @@
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
- <remote-id
type="github">https://github.com/ftobia/pytest-ordering</remote-id>
+ <remote-id type="github">ftobia/pytest-ordering</remote-id>
<remote-id type="pypi">pytest-ordering</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 1d9e0dcfd7f..e494647a3ec 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -9,8 +9,8 @@ inherit distutils-r1
DESCRIPTION="pytest plugin to run your tests in a specific order"
HOMEPAGE="
- https://github.com/ftobia/pytest-ordering
- https://pypi.org/project/pytest-ordering
+ https://github.com/ftobia/pytest-ordering/
+ https://pypi.org/project/pytest-ordering/
"
SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"