diff options
author | 2022-07-02 13:26:48 +0200 | |
---|---|---|
committer | 2022-07-02 13:26:48 +0200 | |
commit | 8e3734fc997d8f601a3f3adae2c5e29a002aac33 (patch) | |
tree | f7da5bf5403df0e782c7d26d6a928b6610824ad3 /dev-python/DBUtils | |
parent | Rename dev-python/{dbutils → DBUtils} (diff) | |
download | gentoo-8e3734fc997d8f601a3f3adae2c5e29a002aac33.tar.gz gentoo-8e3734fc997d8f601a3f3adae2c5e29a002aac33.tar.bz2 gentoo-8e3734fc997d8f601a3f3adae2c5e29a002aac33.zip |
dev-python/DBUtils: Clean MY_P up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/DBUtils')
-rw-r--r-- | dev-python/DBUtils/DBUtils-3.0.2.ebuild | 6 |
1 files changed, 1 insertions, 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" |