diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-23 20:55:05 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:25:49 +0100 |
| commit | dfb49bb8eda76e8a3606e2362512a1472113a7b7 (patch) | |
| tree | 7f53e55a5557b09a5b992e9fb8e2309c08c99397 /gnu | |
| parent | 99edd73ffbfea79bf29df29ffd2745daf6aaade6 (diff) | |
gnu: Remove python-aiosqlite-0.17.
* gnu/packages/databases.scm (python-aiosqlite-0.17): Delete variable.
Change-Id: I4e7fee969c59cb72a89920e14991aa8639e851fe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/databases.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index b148f4f8397..a2031ad0c92 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -4527,33 +4527,6 @@ async versions of all the standard connection and cursor methods, and context | |||
| 4527 | managers for automatically closing connections.") | 4527 | managers for automatically closing connections.") |
| 4528 | (license license:expat))) | 4528 | (license license:expat))) |
| 4529 | 4529 | ||
| 4530 | (define-public python-aiosqlite-0.17 | ||
| 4531 | (package | ||
| 4532 | (inherit python-aiosqlite) | ||
| 4533 | (version "0.17.0") | ||
| 4534 | (source (origin | ||
| 4535 | (method git-fetch) | ||
| 4536 | (uri (git-reference | ||
| 4537 | (url "https://github.com/omnilib/aiosqlite") | ||
| 4538 | (commit (string-append "v" version)))) | ||
| 4539 | (file-name (git-file-name (package-name python-aiosqlite) | ||
| 4540 | version)) | ||
| 4541 | (sha256 | ||
| 4542 | (base32 | ||
| 4543 | "1agh7b9g7rgryvb8flph85i8m80ai1rinpljxzlsrs0s0y616qgg")))) | ||
| 4544 | (build-system pyproject-build-system) | ||
| 4545 | (arguments | ||
| 4546 | '(#:phases (modify-phases %standard-phases | ||
| 4547 | (replace 'check | ||
| 4548 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 4549 | (if tests? | ||
| 4550 | (invoke "python" "-m" "unittest" "aiosqlite.tests") | ||
| 4551 | (format #t "test suite not run~%"))))))) | ||
| 4552 | (propagated-inputs | ||
| 4553 | (list python-typing-extensions)) | ||
| 4554 | (native-inputs | ||
| 4555 | (list python-flit-core python-aiounittest)))) | ||
| 4556 | |||
| 4557 | (define-public python-databases | 4530 | (define-public python-databases |
| 4558 | (package | 4531 | (package |
| 4559 | (name "python-databases") | 4532 | (name "python-databases") |
