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/glooey/
Date: Thu, 16 Mar 2023 03:50:10
Message-Id: 1678938481.e283b330e6f7a1f99357cd9bcc2ec1f74c96f2e3.mgorny@gentoo
1 commit: e283b330e6f7a1f99357cd9bcc2ec1f74c96f2e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:44 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:48:01 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e283b330
7
8 dev-python/glooey: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/glooey/glooey-0.3.6.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/glooey/glooey-0.3.6.ebuild b/dev-python/glooey/glooey-0.3.6.ebuild
16 index 00484bcfad3b..223c7224d2e6 100644
17 --- a/dev-python/glooey/glooey-0.3.6.ebuild
18 +++ b/dev-python/glooey/glooey-0.3.6.ebuild
19 @@ -6,11 +6,10 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{9..10} )
21 DISTUTILS_USE_PEP517=flit
22
23 -inherit distutils-r1 virtualx
24 +inherit distutils-r1 virtualx pypi
25
26 DESCRIPTION="An object-oriented GUI library for pyglet"
27 HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="MIT"
31 KEYWORDS="~amd64"