From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id wJOWJOG9FGSzKQAASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 20:22:09 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OAdCJOG9FGSKqAAAauVa8A (envelope-from ) for ; Fri, 17 Mar 2023 20:22:09 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 69D39409C5 for ; Fri, 17 Mar 2023 20:22:09 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=hT4MJLMY; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679080929; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=i8QZLCq0zTa9Z7qvdO7UuMCb1kgPXSu9xzW3NYcxqO0=; b=WdV3NrAHa7nad61BlEi9JNlaDKNiGZ0PgnJpWLxmoEjkgt3kMt4Exvy+GH5HQqxlNHwkQA C8K9UBYFgBdcPRBW85T9FaSnvcrmi3hyg1zEkB7ZcPXMm4PqnBN9ALTaWNWejlgQdeHNhS SxHyNeQga5KVx1b46mFqbGNHfwHiu0GwuxxQBB1kJ0YkmV0+cDRnwEiZcYpFVIEhfUPseL 7A6Nl67ITyoiLLojKcRtuSZi2dFkcEINStmrZaYmB5fZkmw4ILFs4pUXF501Xor/gap50V KMYHT8aDMH237sBG2UCEuMFgyBBTgibkwl2PavXSTBSBNEWEuntjU6y8Ohko+Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=hT4MJLMY; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679080929; a=rsa-sha256; cv=none; b=dvtfkmzg/xi0j9bL3cwexkyPUgkEm0bsjuaTBGZYgU3HPilVqDCWPA1va1lAdbPU/4K4zd rdRIi9+ledKeACxrTIOsltXyRb1+u+1XDfH4uru/xr7ofn4CQJykP7TOe3Q+x02r9koRRG XLxZjuaXfr7X28Y4Nv8RN3RG+GjwPNQACKOM5X9U/lvwPc3q8I37hZCvMkvuJHi58wBQmP KDEFnHSbEWr7bohHgo6wF5MR3d0zzQZ2VyNjfumkugkRf0t615o4RTG53Q7YC7EmxYGjz4 ujevw9B9BhZPermUPYMPp0L+FF8yLnt/eFHJQiL23uwtF1HQXhSQN/ZzYqqiew== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdFdT-0005bg-2n; Fri, 17 Mar 2023 15:21:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pdFdP-0005Zp-9U for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pdFdP-0004EY-0v for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pdFdO-00042M-SU for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#60838] [PATCH v2 2/7] gnu: Add python-sqlite-fts4. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 19:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60838 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60838@debbugs.gnu.org Cc: Felix Gruber Received: via spool by 60838-submit@debbugs.gnu.org id=B60838.167908083115380 (code B ref 60838); Fri, 17 Mar 2023 19:21:02 +0000 Received: (at 60838) by debbugs.gnu.org; 17 Mar 2023 19:20:31 +0000 Received: from localhost ([127.0.0.1]:45671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdFct-0003zz-D1 for submit@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:31 -0400 Received: from mout02.posteo.de ([185.67.36.66]:44655) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdFcs-0003zf-60 for 60838@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:30 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id A78972406D7 for <60838@debbugs.gnu.org>; Fri, 17 Mar 2023 20:20:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1679080824; bh=j95UoqNKZvVZVmEacb8Kkf/NZegBfS6pqkgiYrt5x9I=; h=From:To:Cc:Subject:Date:From; b=hT4MJLMYuMXa3Re4SHKnwRICKJ5WYELUM/4Qy7DmfUqu90m7012pav2BRpWRGjPiV QUL90H77SUzNMGfhUIlKbQTtuMwQbqv4ZGleKFGJnIpNIEL8v0mX/ogueOuMldZ5mu wL4XyWrtZFgO7LrfG6x1m9VJud4xuNUa1X64KFSJ9rQpce7yhwa7+jNJ5ATrVQm9uI X6BayWTJB0JQrnztItlbh+oXfN02v5ioEubSegtjXbrnOP5LkIRf+UObECSovxpTAW oUBCHEZbfEpcdwe0/14Lx5NQJ0enGJFOgUQuuYKxH7GDrAEG7EFkdR35jVN19PJ/Cg rr8qoW1ivOeLg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PdYqr1sXLz6tm4; Fri, 17 Mar 2023 20:20:24 +0100 (CET) From: Felix Gruber Date: Fri, 17 Mar 2023 19:19:16 +0000 Message-Id: <7917d12abffb8e6e67b631a5787bce4d3c0e4e05.1679080713.git.felgru@posteo.net> In-Reply-To: References: <20230115214753.25034-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 69D39409C5 X-Spam-Score: -1.45 X-Migadu-Spam-Score: -1.45 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: /o9ItGeisv8r * 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