summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-12 12:59:19 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-12 12:59:49 +0300
commit485413c48e6e7219bec53525e546f27c1cb211b9 (patch)
treedc3319445d6329164840ebff2815bfa07451cbf5 /dev-python/dbutils
parentmedia-libs/mlt: Fix sed for ricers (diff)
downloadgentoo-485413c48e6e7219bec53525e546f27c1cb211b9.tar.gz
gentoo-485413c48e6e7219bec53525e546f27c1cb211b9.tar.bz2
gentoo-485413c48e6e7219bec53525e546f27c1cb211b9.zip
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/dbutils')
-rw-r--r--dev-python/dbutils/Manifest1
-rw-r--r--dev-python/dbutils/dbutils-1.1-r1.ebuild44
-rw-r--r--dev-python/dbutils/metadata.xml18
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/dbutils/Manifest b/dev-python/dbutils/Manifest
deleted file mode 100644
index e3b00d4980e2..000000000000
--- a/dev-python/dbutils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST DBUtils-1.1.tar.gz 109943 BLAKE2B 46b325eff6719f22dd2713d74deb16f5a1caf075d4c53d001208b763e5f5edbe10f3ba9a5e9877a8f1f50915c5d9a14f3911c5ba477258f3c9714897c39d8e09 SHA512 34e2dd85e94bbf13804deb7a40707ed2d83174758af7282702e1614d34924a6ae085bca620da0233bfd8972a00332c022fe764e6e5efa642c3365879cdedf88e
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>robbat2@gentoo.org</email>
-<name>Robin H. Johnson</name>
-</maintainer>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-<name>Python</name>
-</maintainer>
-<longdescription lang="en">
-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.
-</longdescription>
-</pkgmetadata>