summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-11 13:31:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-11 13:58:19 +0100
commit310776901faa4d34d175a5553aedf65765027f4f (patch)
tree7062f813758cdcdf2d1fcb9e654c85c6026b87c5 /dev-python/pytest-describe
parentdev-python/pymssql: Update HOMEPAGE (diff)
downloadgentoo-310776901faa4d34d175a5553aedf65765027f4f.tar.gz
gentoo-310776901faa4d34d175a5553aedf65765027f4f.tar.bz2
gentoo-310776901faa4d34d175a5553aedf65765027f4f.zip
dev-python/pytest-describe: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-describe')
-rw-r--r--dev-python/pytest-describe/metadata.xml2
-rw-r--r--dev-python/pytest-describe/pytest-describe-1.0.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest-describe/metadata.xml b/dev-python/pytest-describe/metadata.xml
index 91c491d48379..c9c0229c8f07 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 7ff8b6475100..9f3f8b080dee 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"