commit: 33cfcc90400a555ecb4fe5b76ac14c9135de9625
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 03:08:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 03:42:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cfcc90
dev-python/dbutils: Bump to 3.1.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbutils/Manifest | 1 +
dev-python/dbutils/dbutils-3.1.1.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/dbutils/Manifest b/dev-python/dbutils/Manifest
index 5c0040851b34..82064ab87135 100644
--- a/dev-python/dbutils/Manifest
+++ b/dev-python/dbutils/Manifest
@@ -1 +1,2 @@
DIST DBUtils-3.1.0.tar.gz 94672 BLAKE2B
296a1fad729d355c2607616e5a3fca2f0131ab6040d2424a15ed4583ee0e22697f5c806d3b3789f7d645bff30dbeca0c49b42a901047e1b8e39fb76143f6bccc
SHA512
24ffa16524758c27a617a86afc2d41be0336a498afe88ea6021b9304ecbfa5c98f88221503713e662509ae2a4c36974fad9faea17047ffb2d8b4cd728b44735d
+DIST dbutils-3.1.1.tar.gz 95821 BLAKE2B
12b8a334ab12b9bd599d20b60600289ec91e30762e7a33d17219e63924e209edd2ad7181a1fb23c2e1e1ff31a672f6a238e072a1bf9067c393844e2d9be51b37
SHA512
045339a7fea2dc99e689057cce39ac58ed5bc2bbf86b0c361571ca9d40a3b9eb689c9d470c5493aa7802ef2a4d139e8241a14740fe17f82efb091f1b18d02184
diff --git a/dev-python/dbutils/dbutils-3.1.1.ebuild
b/dev-python/dbutils/dbutils-3.1.1.ebuild
new file mode 100644
index 000000000000..ccc03aad2e33
--- /dev/null
+++ b/dev-python/dbutils/dbutils-3.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_PN=DBUtils
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Database connections for multi-threaded environments"
+HOMEPAGE="
+ https://webwareforpython.github.io/DBUtils/
+ https://github.com/WebwareForPython/DBUtils/
+ https://pypi.org/project/DBUtils/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+ local HTML_DOCS=( docs/. )
+ distutils-r1_python_install_all
+}