summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-14 05:34:49 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-14 05:34:49 +0100
commitbe4ac810457b1cb2aeb71686086bd1573af2d12d (patch)
treeed0f85f5264e32d3b5f4f859279f43503f127ba7 /dev-python/DBUtils
parentdev-python/dbfread: Remove old (diff)
downloadgentoo-be4ac810457b1cb2aeb71686086bd1573af2d12d.tar.gz
gentoo-be4ac810457b1cb2aeb71686086bd1573af2d12d.tar.bz2
gentoo-be4ac810457b1cb2aeb71686086bd1573af2d12d.zip
dev-python/DBUtils: Remove old
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.ebuild28
1 files changed, 0 insertions, 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
-}