commit:     1e561fbd4545132388ea6660df2d2104c8d782b7
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 18:15:53 2018 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 18:15:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e561fbd

dev-python/tinydb: remove last-rited package

Closes: https://bugs.gentoo.org/623292
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 dev-python/tinydb/Manifest            |  1 -
 dev-python/tinydb/metadata.xml        | 16 ----------------
 dev-python/tinydb/tinydb-3.1.3.ebuild | 36 -----------------------------------
 profiles/package.mask                 |  5 -----
 4 files changed, 58 deletions(-)

diff --git a/dev-python/tinydb/Manifest b/dev-python/tinydb/Manifest
deleted file mode 100644
index de871840ad9..00000000000
--- a/dev-python/tinydb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tinydb-3.1.3.zip 33969 BLAKE2B 
bece4ee03e54b2cefe2ffd9c452c1751a3a1bf9d2cdf78ffebf797ff714bced2247864d133fdc6b3ea429a4676b5322940e7847d7ddd328ebce8390fda07b0e4
 SHA512 
451f942f1fa38bf159cabc5b0738cb818921bf47a2159211a4048eee91a23dd734bcf3883e62d7b4ff85fa68def78edadf05d845a0ad0f3936d281e91de65ee6

diff --git a/dev-python/tinydb/metadata.xml b/dev-python/tinydb/metadata.xml
deleted file mode 100644
index 5ebab5bc994..00000000000
--- a/dev-python/tinydb/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">tinydb</remote-id>
-    <maintainer status="unknown">
-      <email>[email protected]</email>
-      <name>Markus Siemens</name>
-    </maintainer>
-    <remote-id type="github">msiemens/tinydb</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/tinydb/tinydb-3.1.3.ebuild 
b/dev-python/tinydb/tinydb-3.1.3.ebuild
deleted file mode 100644
index 969de752f80..00000000000
--- a/dev-python/tinydb/tinydb-3.1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tiny document-oriented database"
-HOMEPAGE="https://github.com/msiemens/tinydb
-       https://pypi.org/project/tinydb/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       sed \
-               -e "s:find_packages():find_packages(exclude=['tests']):g" \
-               -i setup.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       py.test -v -v || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 6aa3199af11..d7e5c4a0128 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -163,11 +163,6 @@ dev-python/python-xcaplib
 # Removal in 30 days, bug #576334
 app-eselect/eselect-mesa
 
-# Virgil Dupras <[email protected]> (27 Sep 2018)
-# Outdated, unmaintained, no revdeps.
-# Removal in 30 days, bug #623292
-dev-python/tinydb
-
 # Michał Górny <[email protected]> (24 Sep 2018)
 # Apparently breaks sys-devel/gcc.  Bug #666954.
 =dev-util/debugedit-4.14.2

Reply via email to