From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/dbutils/Manifest | 3 --- dev-python/dbutils/dbutils-1.1-r1.ebuild | 44 -------------------------------- dev-python/dbutils/metadata.xml | 18 ------------- 3 files changed, 65 deletions(-) delete mode 100644 dev-python/dbutils/Manifest delete mode 100644 dev-python/dbutils/dbutils-1.1-r1.ebuild delete mode 100644 dev-python/dbutils/metadata.xml (limited to 'dev-python/dbutils') diff --git a/dev-python/dbutils/Manifest b/dev-python/dbutils/Manifest deleted file mode 100644 index 6fca74656495..000000000000 --- a/dev-python/dbutils/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST DBUtils-1.1.tar.gz 109943 BLAKE2B 46b325eff6719f22dd2713d74deb16f5a1caf075d4c53d001208b763e5f5edbe10f3ba9a5e9877a8f1f50915c5d9a14f3911c5ba477258f3c9714897c39d8e09 SHA512 34e2dd85e94bbf13804deb7a40707ed2d83174758af7282702e1614d34924a6ae085bca620da0233bfd8972a00332c022fe764e6e5efa642c3365879cdedf88e -EBUILD dbutils-1.1-r1.ebuild 963 BLAKE2B fd252bda4c05a069309f53f0afd8caf06813e4cf1ec4eb02a15284f47776d4bfd7d69731d97e2f0ff1ca6d92790532796176f0d372b63d37443b6b1a6333e722 SHA512 88a4476df11c4e398ff0e6d174645c1c751ef348fc1ee7b78be5b2d298f707b7bcb8e017ea8620372f4258c3434488ecfc0aac1b41a950305672480cd51d305b -MISC metadata.xml 692 BLAKE2B 0d9f3b68a08a952f56283fe308423f0da561bc36c0460fcb5b2a3530eb70544bf5d353f77ac050dfeec680e0440d6d32ec5834a969907f5f38e08559fbb146e0 SHA512 d441db855c228932b5eb74e85a9406e730605f7bd23ee7e0505adccb18839e21caa3c50fc88ff9bf07eb400cfc0a0005704548e4bb46ac155572a8e16a6a378f diff --git a/dev-python/dbutils/dbutils-1.1-r1.ebuild b/dev-python/dbutils/dbutils-1.1-r1.ebuild deleted file mode 100644 index c38aa2a4269a..000000000000 --- a/dev-python/dbutils/dbutils-1.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="DBUtils" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Database connections for multi-threaded environments" -HOMEPAGE="https://cito.github.io/DBUtils/ - https://github.com/Cito/DBUtils - https://pypi.org/project/DBUtils/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="OSL-2.0" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc examples" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - sed -i -e "s/, 'DBUtils.Tests'//" \ - -e "s/, 'DBUtils.Examples'//" \ - -e "/package_data=/d" \ - setup.py || die "sed failed" - distutils-r1_python_prepare_all -} - -python_test() { - nosetests -s ${MY_PN}/Tests -} - -python_install_all() { - use doc && local HTML_DOCS=( "${S}/${MY_PN}"/Docs/. ) - use examples && local EXAMPLES=( "${MY_PN}"/Examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/dbutils/metadata.xml b/dev-python/dbutils/metadata.xml deleted file mode 100644 index caa310978e96..000000000000 --- a/dev-python/dbutils/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - -robbat2@gentoo.org -Robin H. Johnson - - -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. - - -- cgit v1.2.3