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/DBUtils/
Date: Sat, 02 Jul 2022 11:36:34
Message-Id: 1656761208.8e3734fc997d8f601a3f3adae2c5e29a002aac33.mgorny@gentoo
1 commit: 8e3734fc997d8f601a3f3adae2c5e29a002aac33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 11:26:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 11:26:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3734fc
7
8 dev-python/DBUtils: Clean MY_P up
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/DBUtils/DBUtils-3.0.2.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/dev-python/DBUtils/DBUtils-3.0.2.ebuild b/dev-python/DBUtils/DBUtils-3.0.2.ebuild
16 index 56f1b8438672..a4bba141fed4 100644
17 --- a/dev-python/DBUtils/DBUtils-3.0.2.ebuild
18 +++ b/dev-python/DBUtils/DBUtils-3.0.2.ebuild
19 @@ -6,17 +6,13 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{8..10} )
21 inherit distutils-r1
22
23 -MY_PN="DBUtils"
24 -MY_P="${MY_PN}-${PV}"
25 -
26 DESCRIPTION="Database connections for multi-threaded environments"
27 HOMEPAGE="
28 https://webwareforpython.github.io/DBUtils/
29 https://github.com/WebwareForPython/DBUtils/
30 https://pypi.org/project/DBUtils/
31 "
32 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
33 -S="${WORKDIR}/${MY_P}"
34 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"