Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-cu/
Date: Fri, 17 Mar 2023 13:11:05
Message-Id: 1679058394.804682a26ce8b47822235664a31074eed0e41b16.cybertailor@gentoo
1 commit: 804682a26ce8b47822235664a31074eed0e41b16
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:06:34 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:06:34 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=804682a2
7
8 dev-vcs/git-cu: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-vcs/git-cu/git-cu-0.5.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
16 index 6a5b27a9b..c46fa4509 100644
17 --- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
18 +++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
19 @@ -4,12 +4,12 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=poetry
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} pypy3 )
25 -inherit distutils-r1
26 +inherit distutils-r1 pypi
27
28 DESCRIPTION="Helps to keep your local git repositories organized"
29 HOMEPAGE="https://gitlab.com/3point2/git-cu"
30 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 # This package has tests, but they are not included in the PyPi
33 # distribution.