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/minidb/
Date: Mon, 12 Jul 2021 22:53:36
Message-Id: 1626130165.296b0b64586fd742c3d39804287caec9c550e2a8.mgorny@gentoo
1 commit: 296b0b64586fd742c3d39804287caec9c550e2a8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:49:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:49:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296b0b64
7
8 dev-python/minidb: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/minidb/Manifest | 1 -
13 dev-python/minidb/minidb-2.0.4.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest
17 index d74b66c03f9..603c0b63df2 100644
18 --- a/dev-python/minidb/Manifest
19 +++ b/dev-python/minidb/Manifest
20 @@ -1,2 +1 @@
21 -DIST minidb-2.0.4.tar.gz 14104 BLAKE2B 020996d1e83a84aad26d073b3fcf5161edc1698f0876e499b5dddf88bc5ad776d5203c9dfd49cb9651f66425dad5bf9b3a751940da2cb3f841157af23940ccb8 SHA512 c7f34b20fbfe3300957d1e73a6237850209b55ed08f7d9de1e5dc710fcce8360e359136f8f996aedb38620ae08122e3e1c44922c60db6c16a1d57711d47a8c61
22 DIST minidb-2.0.5.tar.gz 11957 BLAKE2B 31b500e420f256988ddaff7271b143f628aea5ebf0abe77125d9ce5143dca3d3d3fb1061c39d325d5df564514b786d751dec90d82fc3310c0f76daf1b4683d02 SHA512 889e678a99c7a5dff5ae7ae2c3540e978f09616384450934f2f16797a3a06c9d863b57eced4b2cde0a4bdfa4923b754e473bde0905c86d948d3bdb81a8e6dbad
23
24 diff --git a/dev-python/minidb/minidb-2.0.4.ebuild b/dev-python/minidb/minidb-2.0.4.ebuild
25 deleted file mode 100644
26 index 76b8f51300b..00000000000
27 --- a/dev-python/minidb/minidb-2.0.4.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -PYTHON_REQ_USE="sqlite"
37 -DISTUTILS_USE_SETUPTOOLS=no
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Simple SQLite-based object store"
42 -HOMEPAGE="https://thp.io/2010/minidb/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="ISC"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm64 x86"
48 -
49 -distutils_enable_tests pytest