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/django-tagging/
Date: Fri, 17 Mar 2023 15:29:20
Message-Id: 1679066926.b59007298af6a4119165e974aec08da3b1504e70.mgorny@gentoo
1 commit: b59007298af6a4119165e974aec08da3b1504e70
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:02:27 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:28:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5900729
7
8 dev-python/django-tagging: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild b/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
16 index 1394a682ddb3..395cf2286647 100644
17 --- a/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
18 +++ b/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
19 @@ -3,14 +3,14 @@
20
21 EAPI=8
22
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..10} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Generic tagging application for Django"
30 HOMEPAGE="https://pypi.org/project/django-tagging/
31 https://github.com/Fantomas42/django-tagging"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"