Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlite3dbm/, profiles/
Date: Fri, 21 Feb 2020 19:28:45
Message-Id: 1582313302.8ca967d95c41e6bf4835397205a1351d0de6d2e6.mgorny@gentoo
1 commit: 8ca967d95c41e6bf4835397205a1351d0de6d2e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 19:22:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 19:28:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca967d9
7
8 dev-python/sqlite3dbm: Remove last-rited package
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sqlite3dbm/Manifest | 1 -
13 dev-python/sqlite3dbm/metadata.xml | 11 -------
14 dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild | 41 ------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 54 deletions(-)
17
18 diff --git a/dev-python/sqlite3dbm/Manifest b/dev-python/sqlite3dbm/Manifest
19 deleted file mode 100644
20 index 705fb3a8cba..00000000000
21 --- a/dev-python/sqlite3dbm/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST sqlite3dbm-0.1.4-git.tar.gz 18962 BLAKE2B 464c6b7f295969e507249e8a20527a44b25e77868e6a59c7387e7a1eefc77c0fcc521cc6f425b1dfc27afbd9f73f31f375228ba6e2201276da0175c7f78ff556 SHA512 1b420839482cf5881b744855393afa9eaa1cd0ea2195d03c6576f97804851dcfa5b5fe6a80d9d77eb00b9ee49ebb7cdb7ba7b86f57e4c700178a0bf46d598bab
25
26 diff --git a/dev-python/sqlite3dbm/metadata.xml b/dev-python/sqlite3dbm/metadata.xml
27 deleted file mode 100644
28 index 26e28052817..00000000000
29 --- a/dev-python/sqlite3dbm/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - <name>Python</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="github">Yelp/sqlite3dbm</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild b/dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild
45 deleted file mode 100644
46 index 3de881942ef..00000000000
47 --- a/dev-python/sqlite3dbm/sqlite3dbm-0.1.4-r1.ebuild
48 +++ /dev/null
49 @@ -1,41 +0,0 @@
50 -# Copyright 1999-2019 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -PYTHON_COMPAT=( python2_7 )
56 -PYTHON_REQ_USE="sqlite"
57 -
58 -inherit distutils-r1
59 -
60 -# TODO: strip the -git at some version bump, introduced to avoid clash with
61 -# earlier tarball
62 -DESCRIPTION="An sqlite-backed dictionary"
63 -HOMEPAGE="https://github.com/Yelp/sqlite3dbm https://pypi.org/project/sqlite3dbm/"
64 -SRC_URI="https://github.com/Yelp/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tar.gz"
65 -
66 -LICENSE="Apache-2.0"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
69 -IUSE="doc test"
70 -RESTRICT="!test? ( test )"
71 -
72 -RDEPEND=""
73 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
74 - doc? ( dev-python/sphinx )
75 - test? ( dev-python/testify[${PYTHON_USEDEP}] )"
76 -
77 -DOCS=(AUTHORS.txt CHANGES.txt README.md)
78 -
79 -python_compile_all() {
80 - use doc && emake -C docs html
81 -}
82 -
83 -python_install_all() {
84 - use doc && local HTML_DOCS=( docs/_build/html/. )
85 - distutils-r1_python_install_all
86 -}
87 -
88 -src_test() {
89 - testify tests || die
90 -}
91
92 diff --git a/profiles/package.mask b/profiles/package.mask
93 index c7f6545aeaa..f36c53f63cd 100644
94 --- a/profiles/package.mask
95 +++ b/profiles/package.mask
96 @@ -633,7 +633,6 @@ net-im/silc-toolkit
97 # The following Gentoo packages are Python 2-only and have no reverse
98 # dependencies.
99 # Removal in 30 days. Bug #705762.
100 -dev-python/sqlite3dbm
101 dev-python/sqlobject
102 dev-python/steadymark
103 dev-python/storm