commit:     be4ac810457b1cb2aeb71686086bd1573af2d12d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 04:34:49 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 04:34:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4ac810

dev-python/DBUtils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/DBUtils/DBUtils-3.0.2.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-python/DBUtils/DBUtils-3.0.2.ebuild 
b/dev-python/DBUtils/DBUtils-3.0.2.ebuild
deleted file mode 100644
index a4bba141fed4..000000000000
--- a/dev-python/DBUtils/DBUtils-3.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-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}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-       dodoc docs/*.rst
-       rm docs/*.rst || die
-       local HTML_DOCS=( docs/. )
-       distutils-r1_python_install_all
-}

Reply via email to