dev-python/timeout-decorator: pypi homepage

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-27 17:32:28 +01:00
parent e03b2e2ffa
commit 2f52b4f051
2 changed files with 12 additions and 5 deletions

View File

@@ -2,8 +2,12 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<upstream>
<remote-id type="github">pnpnpn/timeout-decorator</remote-id>
<remote-id type="pypi">timeout-decorator</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Timeout decorator"
HOMEPAGE="https://github.com/pnpnpn/timeout-decorator"
HOMEPAGE="
https://github.com/pnpnpn/timeout-decorator
https://pypi.org/project/timeout-decorator
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"