commit: 8e3734fc997d8f601a3f3adae2c5e29a002aac33
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 11:26:48 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 11:26:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3734fc
dev-python/DBUtils: Clean MY_P up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/DBUtils/DBUtils-3.0.2.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/DBUtils/DBUtils-3.0.2.ebuild
b/dev-python/DBUtils/DBUtils-3.0.2.ebuild
index 56f1b8438672..a4bba141fed4 100644
--- a/dev-python/DBUtils/DBUtils-3.0.2.ebuild
+++ b/dev-python/DBUtils/DBUtils-3.0.2.ebuild
@@ -6,17 +6,13 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
-MY_PN="DBUtils"
-MY_P="${MY_PN}-${PV}"
-
DESCRIPTION="Database connections for multi-threaded environments"
HOMEPAGE="
https://webwareforpython.github.io/DBUtils/
https://github.com/WebwareForPython/DBUtils/
https://pypi.org/project/DBUtils/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"