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 ms5.migadu.com with LMTPS id AEB3G0V2xGM9JwEAbAwnHQ (envelope-from ) for ; Sun, 15 Jan 2023 22:55:17 +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 eKpiG0V2xGN/vwAAauVa8A (envelope-from ) for ; Sun, 15 Jan 2023 22:55:17 +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 2E5583317E for ; Sun, 15 Jan 2023 22:55:17 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHAy0-00070p-UL; Sun, 15 Jan 2023 16:55:04 -0500 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 1pHAxz-00070f-8Q for guix-patches@gnu.org; Sun, 15 Jan 2023 16:55:03 -0500 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 1pHAxy-0005p7-2M for guix-patches@gnu.org; Sun, 15 Jan 2023 16:55:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pHAxx-0004qW-SE for guix-patches@gnu.org; Sun, 15 Jan 2023 16:55:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60838] [PATCH 8/8] gnu: Add datasette. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 15 Jan 2023 21:55:01 +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.167381965518574 (code B ref 60838); Sun, 15 Jan 2023 21:55:01 +0000 Received: (at 60838) by debbugs.gnu.org; 15 Jan 2023 21:54:15 +0000 Received: from localhost ([127.0.0.1]:59719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHAxD-0004pV-2N for submit@debbugs.gnu.org; Sun, 15 Jan 2023 16:54:15 -0500 Received: from mout02.posteo.de ([185.67.36.66]:32913) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHAxB-0004pI-3s for 60838@debbugs.gnu.org; Sun, 15 Jan 2023 16:54:13 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 94BE8240156 for <60838@debbugs.gnu.org>; Sun, 15 Jan 2023 22:54:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1673819647; bh=T9x/s8WTVAev32/DP8dEEmpNGeMHEIRTWtCkXwHYiy4=; h=From:To:Cc:Subject:Date:From; b=pohQbTDk//7k+uPelIINRn74NuXw7sIdc6IqH8Z2UHYrkO/tt+Y2DvGs8+OF/f/n/ eFVO41pNBGBzpL6WHxLd8cxE33IuRiM6ZZfHSVLRzRjq8Y7fMjVWlft2vdPKfEOah2 p3ejA5nsMPj79ySkcFWQqSfG3LlG0qWy4oD6XAJakCFx4uQcp1pw6TECBhzt6GE1o5 x0bX7mu/NdEh9vvJX6sYcMriyDhBbhKLtM9SA8GFWQp6LF6ryh3roqg1W85pTd7pNq xXhOf8jTrm1V9+eEQkkO9btSuFvkdtYUoiB3NMHOJjixnEc6m9pkDWou/yEFmHhob6 q5lLXLVzthU2g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Nw87M1K2Qz9rxD; Sun, 15 Jan 2023 22:54:07 +0100 (CET) From: Felix Gruber Date: Sun, 15 Jan 2023 21:53:47 +0000 Message-Id: <20230115215347.25420-1-felgru@posteo.net> In-Reply-To: <20230115214753.25034-1-felgru@posteo.net> References: <20230115214753.25034-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 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 ARC-Seal: i=1; s=key1; d=yhetil.org; t=1673819717; a=rsa-sha256; cv=none; b=swZdKY6pjp1Iaf+ptathUvZaR+5W+wct8g9FL8OPXpxJ+IjUVLyx0dRbb6lelb9Bbq1nCV TiFgEfNQgICURP3xinPEcbTUQ4dJE3DS466jOvN/g8OcAGNUccycg5pGKAds82/4rPYNSG BZ065n/VpbOCblBVH+9tIPdzmACZVaYBJQDrW4Xqe/eupPrbAXo2EaE1rlsTY2kFah8wTx e0Pt9Wt6n2lmqFO2KARnbfxF5PmJUlTQD5xCDUwK2ktFv+eYwNhQXiOVlFPukFRBjVW1jd /RoAUBNVZfVYRq0GSxLkxJtR5TDURtnW7EzobftC+G4O7iHdtvir2ofTNkFk1w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pohQbTDk; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1673819717; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=gbZJsJy6TTzL9itP+a8Ta4GbP5u4TP9Ud5OpS0rizUM=; b=kg3ICwJFt6TD6hTIQmTTCmwuq/3YGrkj2ZqkS5qQAhMTp8yyromYabkEGXLSVbpXWPumnd BU938aTL0oOwe0MXP6K1UqyQbER9QEyMEbLFmq3RgVJbE7LBQbJX6D3cqCxVX2sWIxMGRC VM2HeLpB6pWFOKQhvdw838eMicXhWHiNWRzZISWrRUsK+Jth+200TF810m2NpVWgEFEMIZ q+WPwXW89+pXA4gd6d/6EGohxLuzcYMVQm9zJKy4GH+p7ASdpUO9bQneYapu4tLgn6NfaM cTxc5zVAP0bzH/z99WuyYwqsz5H+t8RkZzqgTkRmes/4uXZErsFMzxqrW+u6wg== X-Migadu-Spam-Score: -1.22 X-Spam-Score: -1.22 X-Migadu-Queue-Id: 2E5583317E X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=pohQbTDk; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) X-TUID: 6QWMoFlx6C7W * gnu/packages/databases.scm (datasette): New variable. --- gnu/packages/databases.scm | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 9831a3b761..4913d3a82e 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -59,6 +59,7 @@ ;;; Copyright © 2022 muradm ;;; Copyright © 2022 Thomas Albers Raviola ;;; Copyright © 2021, 2022 jgart +;;; Copyright © 2023 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -5051,3 +5052,49 @@ (define-public python-dogpile.cache provides API hooks which integrate these cache backends with the locking mechanism of @code{dogpile}.") (license license:expat))) + +(define-public datasette + (package + (name "datasette") + (version "0.64.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "datasette" version)) + (sha256 + (base32 + "1m8gr2rzap34cg8z7k3mrax373i3jc8fbpq73fxb602la5zc6c6a")))) + (build-system pyproject-build-system) + (arguments + (list + #:tests? #f ; pypi package contains no tests + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'loosen-requirements + (lambda _ + ;; The package needlessly specifies exact versions + ;; of dependencies, when it works fine with others. + (substitute* "setup.py" + (("(black)==[0-9\\.]+" all package) + package))))))) + (propagated-inputs (list python-aiofiles + python-asgi-csrf + python-asgiref + python-click-7 + python-click-default-group-wheel + python-httpx + python-hupper + python-itsdangerous + python-janus + python-jinja2 + python-mergedeep + python-pint + python-pluggy-next + python-pyyaml + python-uvicorn)) + (home-page "https://datasette.io/") + (synopsis "Multi-tool for exploring and publishing data") + (description "Datasette is a tool for exploring and publishing data. +It helps people take data of any shape or size and publish that as an +interactive, explorable website and accompanying API.") + (license license:asl2.0))) -- 2.38.1