dev-python/pathtools: add github upstream metadata

Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-07-30 16:02:08 +03:00
committed by Michał Górny
parent 20196a02ab
commit e93f0854e1
2 changed files with 2 additions and 1 deletions

View File

@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">pathtools</remote-id>
<remote-id type="github">gorakhargosh/pathtools</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Pattern matching and various utilities for file systems paths"
HOMEPAGE="https://pypi.org/project/pathtools/"
HOMEPAGE="https://pypi.org/project/pathtools/ https://github.com/gorakhargosh/pathtools"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"