From b118032096b3380de251b5de2466f5198fd2930a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Dec 2022 21:21:18 +0000 Subject: gentoo auto-resync : 10:12:2022 - 21:21:18 --- dev-python/sqlitedict/Manifest | 4 ++-- dev-python/sqlitedict/sqlitedict-2.0.0.ebuild | 30 --------------------------- dev-python/sqlitedict/sqlitedict-2.1.0.ebuild | 30 +++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 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 c5288863f436..3676367b7114 100644 --- a/dev-python/sqlitedict/Manifest +++ b/dev-python/sqlitedict/Manifest @@ -1,3 +1,3 @@ -DIST sqlitedict-2.0.0.tar.gz 46266 BLAKE2B c320c5b61e535ff668462fc079cd501e8aae4fb334230ed0b9c5eae0c53f569c8971a8484cddf85575b1e2d28b051d2f0fa8376a1176e3116a1a0516e36202aa SHA512 3ba84676680e5e9408804618e4ae871d09fcfdc999f06c1143f42329059e6033abb2d897ed485d9d84dc2761032fa07f00f08b259f1d9e6426c4ee0068446ed8 -EBUILD sqlitedict-2.0.0.ebuild 693 BLAKE2B 7862886784752cfb7e1913fd9713cdc2545851605fdff29d3224f9d02ec4d5765cda61cbfaf6cc16a9c2206f2390e7aac50e20fe12874cd932603fa86bd15ebe SHA512 663596fd231b99b8206cd533be949b3cec9de477fdec2b4326d47090741c60803ec4aa25c3b993bd6c15f481422c8272c58b695bd03ecea31f12e2be3d6dbc5e +DIST sqlitedict-2.1.0.tar.gz 21846 BLAKE2B 727d37cefcd1f847b29297f15dc97d70e516d44953dec69e4453bb7649b08edcb6b090d3915826b2b607864dbe28faa489d72fc930d2b1497077e6330d76f99f SHA512 b981dfd70b0d8d0a51e71c14db484fec523adf6cd3af70fcf5c24ae743dc97694113f977cd10c89746e5220aa9334f4ebe89bcf47aebaecd03bd8a4695b03fc9 +EBUILD sqlitedict-2.1.0.ebuild 631 BLAKE2B 77525023c02b253d87cc7b2d98b66cb76fc4beeada6876e3c05bdc24a4fb168ed551e19a8cd1b37506b2a2aef44a9fa25d5ef25bff12a94ceb75dac4a273117f SHA512 aa11e95f820229f88a552148949953dcc0593370ea9048a0c93735b14069b0bcab9ee4227117cdb70cfe805817614edd02f5198c881ab7b5e4d21e5c8b1d1015 MISC metadata.xml 389 BLAKE2B 6ed74bdf480286f5361446e635025d40f8fa99c80543cbb8a01e744656c4d2aa0b65725b65743150b85162295baf511ae3741c43f299ba59fbd7debdc4160c43 SHA512 e84563debb7ea6128b4eb19bad06caaf7f967a73ab1ae39b5569990611c13659ea9b757164f429d5022030c85e7d7a3222be715af5123d514310dccc009bfcdf 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 999fe6cac792..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_{8..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..2b697ac0a09a --- /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_{8..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.2.3