Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/
Date: Sun, 06 Jun 2021 13:07:14
Message-Id: 1622984797.5fb94304ac0181675bbd0fccc74686d621ab4107.sbraz@gentoo
1 commit: 5fb94304ac0181675bbd0fccc74686d621ab4107
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 13:03:50 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 6 13:06:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb94304
7
8 dev-python/minidb: add 2.0.5
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 dev-python/minidb/Manifest | 1 +
13 dev-python/minidb/minidb-2.0.5.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest
17 index 446cba019f4..d74b66c03f9 100644
18 --- a/dev-python/minidb/Manifest
19 +++ b/dev-python/minidb/Manifest
20 @@ -1 +1,2 @@
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.5.ebuild b/dev-python/minidb/minidb-2.0.5.ebuild
25 new file mode 100644
26 index 00000000000..7fcf72270de
27 --- /dev/null
28 +++ b/dev-python/minidb/minidb-2.0.5.ebuild
29 @@ -0,0 +1,20 @@
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