[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60838] [PATCH v2 2/7] gnu: Add python-sqlite-fts4.
From: |
Felix Gruber |
Subject: |
[bug#60838] [PATCH v2 2/7] gnu: Add python-sqlite-fts4. |
Date: |
Fri, 17 Mar 2023 19:19:16 +0000 |
* gnu/packages/databases.scm (python-sqlite-fts4): New variable.
---
gnu/packages/databases.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c24d067bb0..580359145e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3555,6 +3555,24 @@ (define-public python-alembic
SQLAlchemy Database Toolkit for Python.")
(license license:expat)))
+(define-public python-sqlite-fts4
+ (package
+ (name "python-sqlite-fts4")
+ (version "1.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "sqlite-fts4" version))
+ (sha256
+ (base32
+ "034kx0ac556sywy1p4qcrc36l24w3q0xwswqv2z9s3k8yvm5xc3q"))))
+ (build-system python-build-system)
+ (native-inputs (list python-pytest))
+ (home-page "https://github.com/simonw/sqlite-fts4")
+ (synopsis "Python functions for working with SQLite FTS4 search")
+ (description "Custom SQLite functions written in Python for ranking
+documents indexed using the SQLite's FTS4 full text search extension.")
+ (license license:asl2.0)))
+
(define-public python-pickleshare
(package
(name "python-pickleshare")
--
2.39.2
- [bug#60838] [PATCH v2 0/7] Add datasette and python-sqlite-utils., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 1/7] gnu: Add python-click-default-group-wheel., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 3/7] gnu: Add python-sqlite-utils., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 2/7] gnu: Add python-sqlite-fts4.,
Felix Gruber <=
- [bug#60838] [PATCH v2 6/7] gnu: Add python-asgi-csrf., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 4/7] gnu: Add python-pluggy-next., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 7/7] gnu: Add datasette., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 5/7] gnu: Add python-asgi-lifespan., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 0/7] Add datasette and python-sqlite-utils., Liliana Marie Prikler, 2023/03/18