commit:     a7192ad90c57eef01b28f6bc601008a580da14ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 04:56:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 05:31:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7192ad9

dev-python/DBUtils: Bump to 3.0.3

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

 dev-python/DBUtils/DBUtils-3.0.3.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-python/DBUtils/Manifest             |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/DBUtils/DBUtils-3.0.3.ebuild 
b/dev-python/DBUtils/DBUtils-3.0.3.ebuild
new file mode 100644
index 000000000000..eb590124d5d4
--- /dev/null
+++ b/dev-python/DBUtils/DBUtils-3.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+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 unittest
+
+python_install_all() {
+       dodoc docs/*.rst
+       rm docs/*.rst || die
+       local HTML_DOCS=( docs/. )
+       distutils-r1_python_install_all
+}

diff --git a/dev-python/DBUtils/Manifest b/dev-python/DBUtils/Manifest
index 999ddb65d850..2fc51b2f9f94 100644
--- a/dev-python/DBUtils/Manifest
+++ b/dev-python/DBUtils/Manifest
@@ -1 +1,2 @@
 DIST DBUtils-3.0.2.tar.gz 92566 BLAKE2B 
ee63b252eedeba18ab1db68c10ebe7b2204bef4d2f7d07fc09a095d632dca97304280ed7f14994644e42835fd61717b88de6902feb97df04533979b2b82625ed
 SHA512 
3e4631b8c30466e0f8be438b980fe98071535ea63e06c69161ffda89ed2716fd84c406ace1b3b78e7811bebbc7d0383f080a43b58ed073c37280a7282cb9ccb6
+DIST DBUtils-3.0.3.tar.gz 94039 BLAKE2B 
3b936f42945deb69bd96bd088529f4839452afcd3a9cae66c4d8ff6a16fc3dd2a17e905debdbea3f0122199d8a6e0c664b222a5fa3b358a9fd54b2f8b5bba6ff
 SHA512 
bca7939e2f9f736861b76f60356ea877f346129f66263363fe5dc0201412258653fb45af2a5caad0f0f0b9ebd19f5415113a75168cc28a664418af5475eb0096

Reply via email to