From ae9512cdfbd3c1b4ff9c7cefaf0cff4a99eadb2c Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 2 Jul 2022 13:10:15 +0000 Subject: Adding metadata --- dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild | 30 ++++++++++++++++++++++++++++++ dev-python/DBUtils/DBUtils-3.0.2.ebuild | 28 ++++++++++++++++++++++++++++ dev-python/DBUtils/Manifest | 1 + dev-python/DBUtils/metadata.xml | 24 ++++++++++++++++++++++++ 4 files changed, 83 insertions(+) create mode 100644 dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild create mode 100644 dev-python/DBUtils/DBUtils-3.0.2.ebuild create mode 100644 dev-python/DBUtils/Manifest create mode 100644 dev-python/DBUtils/metadata.xml (limited to 'dev-python/DBUtils') diff --git a/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild b/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild new file mode 100644 index 000000000000..6c131da875c7 --- /dev/null +++ b/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,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 +} diff --git a/dev-python/DBUtils/DBUtils-3.0.2.ebuild b/dev-python/DBUtils/DBUtils-3.0.2.ebuild new file mode 100644 index 000000000000..a0c4eef87ee6 --- /dev/null +++ b/dev-python/DBUtils/DBUtils-3.0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,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 +} diff --git a/dev-python/DBUtils/Manifest b/dev-python/DBUtils/Manifest new file mode 100644 index 000000000000..999ddb65d850 --- /dev/null +++ b/dev-python/DBUtils/Manifest @@ -0,0 +1 @@ +DIST DBUtils-3.0.2.tar.gz 92566 BLAKE2B ee63b252eedeba18ab1db68c10ebe7b2204bef4d2f7d07fc09a095d632dca97304280ed7f14994644e42835fd61717b88de6902feb97df04533979b2b82625ed SHA512 3e4631b8c30466e0f8be438b980fe98071535ea63e06c69161ffda89ed2716fd84c406ace1b3b78e7811bebbc7d0383f080a43b58ed073c37280a7282cb9ccb6 diff --git a/dev-python/DBUtils/metadata.xml b/dev-python/DBUtils/metadata.xml new file mode 100644 index 000000000000..46da0a61cbde --- /dev/null +++ b/dev-python/DBUtils/metadata.xml @@ -0,0 +1,24 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + DBUtils is a suite of tools providing solid, persistent and pooled connections + to a database that can be used in all kinds of multi-threaded environments + like Webware for Python or other web application servers. The suite supports + DB-API 2 compliant database interfaces and the classic PyGreSQL interface. + + + gentoo-staging + \ No newline at end of file -- cgit v1.3.1