summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2022-12-10 15:21:32 +0000
committerJames Le Cuirot <chewi@gentoo.org>2022-12-10 15:30:42 +0000
commit899d8a948691d3b00a87bf5aeb491fb22228a5d3 (patch)
tree65cc22df5670c92916db11c1c223e61b608ec3bd /dev-python/sqlitedict
parentgames-arcade/supertux: drop 0.6.3 (diff)
downloadgentoo-899d8a948691d3b00a87bf5aeb491fb22228a5d3.tar.gz
gentoo-899d8a948691d3b00a87bf5aeb491fb22228a5d3.tar.bz2
gentoo-899d8a948691d3b00a87bf5aeb491fb22228a5d3.zip
dev-python/sqlitedict: Bump to 2.1.0, drop old 2.0.0
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/sqlitedict')
-rw-r--r--dev-python/sqlitedict/Manifest2
-rw-r--r--dev-python/sqlitedict/sqlitedict-2.1.0.ebuild (renamed from dev-python/sqlitedict/sqlitedict-2.0.0.ebuild)8
2 files changed, 5 insertions, 5 deletions
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.1.0.ebuild
index 999fe6cac792..c68b6e9a15f4 100644
--- a/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild
+++ b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
@@ -24,7 +24,7 @@ DOCS=( README.rst )
distutils_enable_tests pytest
-EPYTEST_DESELECT=(
- tests/test_core.py::TablenamesTest::test_tablenames
- tests/test_onimport.py::SqliteDictPython24Test::test_py24_error
-)
+python_test() {
+ mkdir -p tests/db || die
+ distutils-r1_python_test
+}