dev-python/rq: add upstream information

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2020-07-23 16:53:38 +00:00
parent eab046455c
commit 8f260dd1f2
2 changed files with 5 additions and 1 deletions

View File

@@ -12,4 +12,8 @@
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<upstream>
<remote-id type="github">rq/rq</remote-id>
<remote-id type="pypi">rq</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="simple, lightweight library for creating and processing background jobs"
HOMEPAGE="https://github.com/rq/rq"
HOMEPAGE="https://python-rq.org https://github.com/rq/rq"
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
LICENSE="BSD"