diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-17 19:40:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-17 20:03:05 +0100 |
commit | d6d05d1e60ce6b9fffc9c1f4831e08aa49b05b5e (patch) | |
tree | 5c323b417e6dd8a41cefd1bbc1d50b70fdb798d5 /dev-python/minidb | |
parent | dev-python/lxml: Bump to 4.8.0 (diff) | |
download | gentoo-d6d05d1e60ce6b9fffc9c1f4831e08aa49b05b5e.tar.gz gentoo-d6d05d1e60ce6b9fffc9c1f4831e08aa49b05b5e.tar.bz2 gentoo-d6d05d1e60ce6b9fffc9c1f4831e08aa49b05b5e.zip |
dev-python/minidb: Bump to 2.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/minidb')
-rw-r--r-- | dev-python/minidb/Manifest | 1 | ||||
-rw-r--r-- | dev-python/minidb/minidb-2.0.6.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest index 603c0b63df2c..ec0240127fc0 100644 --- a/dev-python/minidb/Manifest +++ b/dev-python/minidb/Manifest @@ -1 +1,2 @@ DIST minidb-2.0.5.tar.gz 11957 BLAKE2B 31b500e420f256988ddaff7271b143f628aea5ebf0abe77125d9ce5143dca3d3d3fb1061c39d325d5df564514b786d751dec90d82fc3310c0f76daf1b4683d02 SHA512 889e678a99c7a5dff5ae7ae2c3540e978f09616384450934f2f16797a3a06c9d863b57eced4b2cde0a4bdfa4923b754e473bde0905c86d948d3bdb81a8e6dbad +DIST minidb-2.0.6.tar.gz 12019 BLAKE2B 00e070d1cbe1966d44228f6ad13b9280ee8d79b1b37a72d685dc53b05d329e6ee02f77a7cac729e6c4e651d66d88d1fcd7be7f704e91b3ef2dddd8c928bfed50 SHA512 17c845d5bd45a99020a96a1e1aeaf2d7663f41dc23828b4ec00e49bebb066e021d751b9a1e1ee846973306198224f91543d20219beaa40b4d245cccc4f746b93 diff --git a/dev-python/minidb/minidb-2.0.6.ebuild b/dev-python/minidb/minidb-2.0.6.ebuild new file mode 100644 index 000000000000..3806d2037aa7 --- /dev/null +++ b/dev-python/minidb/minidb-2.0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="Simple SQLite-based object store" +HOMEPAGE="https://thp.io/2010/minidb/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests pytest |