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-python/sendgrid/
Date: Fri, 17 Mar 2023 13:01:17
Message-Id: 1679057928.f53a62768693fb622a5df87dc22632e7f041879f.cybertailor@gentoo
1 commit: f53a62768693fb622a5df87dc22632e7f041879f
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 12:49:25 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 12:58:48 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f53a6276
7
8 dev-python/sendgrid: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/sendgrid/sendgrid-6.9.7.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
16 index f27f68140..b035f3356 100644
17 --- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild
18 +++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild
19 @@ -5,11 +5,10 @@ EAPI=8
20
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Twilio SendGrid library for Python"
27 HOMEPAGE="https://github.com/sendgrid/sendgrid-python/ https://pypi.org/project/sendgrid/"
28 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"