From 39dcf1c645ff5fcf699dedf15ca0dd8accd387e2 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 10 Dec 2022 17:06:24 +0000 Subject: Adding metadata --- dev-python/sqlitedict/Manifest | 2 +- dev-python/sqlitedict/sqlitedict-2.0.0.ebuild | 30 --------------------------- dev-python/sqlitedict/sqlitedict-2.1.0.ebuild | 30 +++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 dev-python/sqlitedict/sqlitedict-2.0.0.ebuild create mode 100644 dev-python/sqlitedict/sqlitedict-2.1.0.ebuild (limited to 'dev-python/sqlitedict') diff --git a/dev-python/sqlitedict/Manifest b/dev-python/sqlitedict/Manifest index 77daa8afcae4..10d3c6871266 100644 --- a/dev-python/sqlitedict/Manifest +++ b/dev-python/sqlitedict/Manifest @@ -1 +1 @@ -DIST sqlitedict-2.0.0.tar.gz 46266 BLAKE2B c320c5b61e535ff668462fc079cd501e8aae4fb334230ed0b9c5eae0c53f569c8971a8484cddf85575b1e2d28b051d2f0fa8376a1176e3116a1a0516e36202aa SHA512 3ba84676680e5e9408804618e4ae871d09fcfdc999f06c1143f42329059e6033abb2d897ed485d9d84dc2761032fa07f00f08b259f1d9e6426c4ee0068446ed8 +DIST sqlitedict-2.1.0.tar.gz 21846 BLAKE2B 727d37cefcd1f847b29297f15dc97d70e516d44953dec69e4453bb7649b08edcb6b090d3915826b2b607864dbe28faa489d72fc930d2b1497077e6330d76f99f SHA512 b981dfd70b0d8d0a51e71c14db484fec523adf6cd3af70fcf5c24ae743dc97694113f977cd10c89746e5220aa9334f4ebe89bcf47aebaecd03bd8a4695b03fc9 diff --git a/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild b/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild deleted file mode 100644 index 0f628b5332cf..000000000000 --- a/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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_{7,8,9,10,11} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -DESCRIPTION="Persistent dict in Python, backed by SQLite and pickle" -HOMEPAGE=" - https://github.com/RaRe-Technologies/sqlitedict/ - https://pypi.org/project/sqlitedict/ -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm" - -DOCS=( README.rst ) - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - tests/test_core.py::TablenamesTest::test_tablenames - tests/test_onimport.py::SqliteDictPython24Test::test_py24_error -) diff --git a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild new file mode 100644 index 000000000000..4b4ee655e678 --- /dev/null +++ b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild @@ -0,0 +1,30 @@ +# 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_{7,8,9,10,11} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="Persistent dict in Python, backed by SQLite and pickle" +HOMEPAGE=" + https://github.com/RaRe-Technologies/sqlitedict/ + https://pypi.org/project/sqlitedict/ +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64" + +DOCS=( README.rst ) + +distutils_enable_tests pytest + +python_test() { + mkdir -p tests/db || die + distutils-r1_python_test +} -- cgit v1.3.1