Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fakeredis/
Date: Sat, 27 Aug 2022 23:10:26
Message-Id: 1661581439.ae44e75bb4a5e3be5f58e928b7975c497e9c5717.mgorny@gentoo
1 commit: ae44e75bb4a5e3be5f58e928b7975c497e9c5717
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 06:23:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 27 06:23:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae44e75b
7
8 dev-python/fakeredis: Update URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fakeredis/fakeredis-1.8.2.ebuild | 4 ++--
13 dev-python/fakeredis/fakeredis-1.9.0.ebuild | 4 ++--
14 dev-python/fakeredis/metadata.xml | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/fakeredis/fakeredis-1.8.2.ebuild b/dev-python/fakeredis/fakeredis-1.8.2.ebuild
18 index 13525468ceb8..e9f273d84f0c 100644
19 --- a/dev-python/fakeredis/fakeredis-1.8.2.ebuild
20 +++ b/dev-python/fakeredis/fakeredis-1.8.2.ebuild
21 @@ -11,11 +11,11 @@ inherit distutils-r1
22 MY_P=fakeredis-py-${PV}
23 DESCRIPTION="Fake implementation of redis API for testing purposes"
24 HOMEPAGE="
25 - https://github.com/dsoftwareinc/fakeredis-py/
26 + https://github.com/cunla/fakeredis-py/
27 https://pypi.org/project/fakeredis/
28 "
29 SRC_URI="
30 - https://github.com/dsoftwareinc/fakeredis-py/archive/v${PV}.tar.gz
31 + https://github.com/cunla/fakeredis-py/archive/v${PV}.tar.gz
32 -> ${MY_P}.gh.tar.gz
33 "
34 S=${WORKDIR}/${MY_P}
35
36 diff --git a/dev-python/fakeredis/fakeredis-1.9.0.ebuild b/dev-python/fakeredis/fakeredis-1.9.0.ebuild
37 index 593e6a79b618..0b30f3d6134d 100644
38 --- a/dev-python/fakeredis/fakeredis-1.9.0.ebuild
39 +++ b/dev-python/fakeredis/fakeredis-1.9.0.ebuild
40 @@ -11,11 +11,11 @@ inherit distutils-r1
41 MY_P=fakeredis-py-${PV}
42 DESCRIPTION="Fake implementation of redis API for testing purposes"
43 HOMEPAGE="
44 - https://github.com/dsoftwareinc/fakeredis-py/
45 + https://github.com/cunla/fakeredis-py/
46 https://pypi.org/project/fakeredis/
47 "
48 SRC_URI="
49 - https://github.com/dsoftwareinc/fakeredis-py/archive/v${PV}.tar.gz
50 + https://github.com/cunla/fakeredis-py/archive/v${PV}.tar.gz
51 -> ${MY_P}.gh.tar.gz
52 "
53 S=${WORKDIR}/${MY_P}
54
55 diff --git a/dev-python/fakeredis/metadata.xml b/dev-python/fakeredis/metadata.xml
56 index 2b6b02ddf6fc..57d039bed0d9 100644
57 --- a/dev-python/fakeredis/metadata.xml
58 +++ b/dev-python/fakeredis/metadata.xml
59 @@ -7,6 +7,6 @@
60 <stabilize-allarches/>
61 <upstream>
62 <remote-id type="pypi">fakeredis</remote-id>
63 - <remote-id type="github">dsoftwareinc/fakeredis-py</remote-id>
64 + <remote-id type="github">cunla/fakeredis-py</remote-id>
65 </upstream>
66 </pkgmetadata>