diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-10 17:06:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-10 17:06:24 +0000 |
| commit | 39dcf1c645ff5fcf699dedf15ca0dd8accd387e2 (patch) | |
| tree | 97f073ca8d2af9db0f277a1bcf7a2cd36af6a5a8 /dev-python/sqlitedict | |
| parent | ccf8089db6ee9820aa31c43f6929462010884130 (diff) | |
| download | baldeagleos-repo-39dcf1c645ff5fcf699dedf15ca0dd8accd387e2.tar.gz baldeagleos-repo-39dcf1c645ff5fcf699dedf15ca0dd8accd387e2.tar.xz baldeagleos-repo-39dcf1c645ff5fcf699dedf15ca0dd8accd387e2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sqlitedict')
| -rw-r--r-- | dev-python/sqlitedict/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sqlitedict/sqlitedict-2.1.0.ebuild (renamed from dev-python/sqlitedict/sqlitedict-2.0.0.ebuild) | 10 |
2 files changed, 6 insertions, 6 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 0f628b5332cf..4b4ee655e678 100644 --- a/dev-python/sqlitedict/sqlitedict-2.0.0.ebuild +++ b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild @@ -18,13 +18,13 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" 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 +} |
