dev-python/fakeredis: Update URLs

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2022-08-27 08:23:17 +02:00
parent db25d877b9
commit ae44e75bb4
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
3 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,11 @@ inherit distutils-r1
MY_P=fakeredis-py-${PV}
DESCRIPTION="Fake implementation of redis API for testing purposes"
HOMEPAGE="
https://github.com/dsoftwareinc/fakeredis-py/
https://github.com/cunla/fakeredis-py/
https://pypi.org/project/fakeredis/
"
SRC_URI="
https://github.com/dsoftwareinc/fakeredis-py/archive/v${PV}.tar.gz
https://github.com/cunla/fakeredis-py/archive/v${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}

View File

@ -11,11 +11,11 @@ inherit distutils-r1
MY_P=fakeredis-py-${PV}
DESCRIPTION="Fake implementation of redis API for testing purposes"
HOMEPAGE="
https://github.com/dsoftwareinc/fakeredis-py/
https://github.com/cunla/fakeredis-py/
https://pypi.org/project/fakeredis/
"
SRC_URI="
https://github.com/dsoftwareinc/fakeredis-py/archive/v${PV}.tar.gz
https://github.com/cunla/fakeredis-py/archive/v${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}

View File

@ -7,6 +7,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">fakeredis</remote-id>
<remote-id type="github">dsoftwareinc/fakeredis-py</remote-id>
<remote-id type="github">cunla/fakeredis-py</remote-id>
</upstream>
</pkgmetadata>