From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cO2TJ/HmcGFs1QAAgWs5BA (envelope-from ) for ; Thu, 21 Oct 2021 06:05:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id CNlQI/HmcGEKNgAAB5/wlQ (envelope-from ) for ; Thu, 21 Oct 2021 04:05:05 +0000 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 6CF659DEE for ; Thu, 21 Oct 2021 06:05:05 +0200 (CEST) Received: from localhost ([::1]:41712 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdPKC-0004Ol-FI for larch@yhetil.org; Thu, 21 Oct 2021 00:05:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39816) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdPJD-0003If-Ha for guix-patches@gnu.org; Thu, 21 Oct 2021 00:04:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44434) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdPJD-0000KR-9U for guix-patches@gnu.org; Thu, 21 Oct 2021 00:04:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdPJD-0005dt-5V for guix-patches@gnu.org; Thu, 21 Oct 2021 00:04:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51314] [PATCH 10/29] gnu: Add python-flask-assets. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Oct 2021 04:04:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51314@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 51314-submit@debbugs.gnu.org id=B51314.163478899921474 (code B ref 51314); Thu, 21 Oct 2021 04:04:03 +0000 Received: (at 51314) by debbugs.gnu.org; 21 Oct 2021 04:03:19 +0000 Received: from localhost ([127.0.0.1]:55943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdPIU-0005aI-Uv for submit@debbugs.gnu.org; Thu, 21 Oct 2021 00:03:19 -0400 Received: from mout02.posteo.de ([185.67.36.66]:47693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdPIT-0005Zt-BC for 51314@debbugs.gnu.org; Thu, 21 Oct 2021 00:03:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1D56924010B for <51314@debbugs.gnu.org>; Thu, 21 Oct 2021 06:03:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634788991; bh=BkccuenHuY0MRyzaQcIi0Fz/HjgMjnNtW/FPJAL/WU4=; h=From:To:Cc:Subject:Date:From; b=lc9JpHaZDFJb8Dj9xopW/r4Btzj5Mo5vlbQy+h/f0Tm0zsTnRlYQTNAVAvcgnR9p1 9XWbPLgyO3+qolA9ZDfhFVMIprThi8IhBWtu8iDREUolb2ytSxUPL/3b31ISekH2ls WsWsIX8cxg4apldKfHNnkyibNXOBvffAbVT3W6fDNaXyVcBl929wIlMlXcZH7e1TdB 0YqeJJpo30Knl0nQ+svNmbDwT/BdeST+fdJZGrpMZj392sG8W/casuoR83n1SypAw5 Xu0anMKkxcikuw43qfqLJbe/lXkq7pJzKXZU/ulQWCp71AvgypgcwxSzDAFjWw6r0A m1seJrT4Lut3w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HZYjn5bn4z6tm9; Thu, 21 Oct 2021 06:03:09 +0200 (CEST) From: Vinicius Monego Date: Thu, 21 Oct 2021 04:01:41 +0000 Message-Id: <20211021040200.241873-6-monego@posteo.net> In-Reply-To: <20211021040200.241873-1-monego@posteo.net> References: <20211021040200.241873-1-monego@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: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1634789105; 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=brSKWiPXlyrTCVU0mlIE1NaczqvPSTzkb79LfB0vJx8=; b=C7NgLOdlknp8I/TrJ5nb3liZihUKCO4aq1yPbGFJkUr1hyy50QUKMQ2RIprGBZB9QoXCbn Xi8Aj3GwSEUqriG9myBFAXzVBR1O9oo7L6yIVCSSsqNG5lLwZ+zwADIBe9J1s3Pkt8/HY8 TjdVR0jWmp6BTnb5epdvdchACly6j3eteBg/McFoi+CqpSzPaabUFQ6zGEIZJfycCHYiWh n+5QWmc4VQ4unNp9G789Ovicn1I5G6LX5TuBjyuyWu+xbDzHXP3lDUH8JJnWW54iZdpMBe TEqE7HD3pX7vYkjfyJAstsrERjyOGJ5AygIbGP4q23N4PZKmYQMFuPKHp2zZjw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1634789105; a=rsa-sha256; cv=none; b=T2Ts55eQOZLyCgxjs2hq1iXjtljJ3iEo8hWxpQe4XHehMV+gQau3AabThF1ulTjzuuA40v t8b5HneY7Ibo3a1FqI7+g80fCJRrL4Km/lCklYSbaYptPGDFhAOjDuAp+Rbn5VQZvwEa8D tzc3mBNdhdAWk66bsToLPrq1qqA+F0eLZyxfGAxJY6mrZD3YK+oPufc8BTmWotD7RsD5Li xckL/7Y11anaDgcuzsnGVhpGTkBfGUEfL7cxRC/G4E/Hzx3+Q40L0Df17peLabLxvjSqYc 9oQZrcUtBZuKRVwEF20aeM9ygLU/VMIfixdMYVaU+RKM/XQTLZCkysgJtg1vlw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=lc9JpHaZ; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.67 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=lc9JpHaZ; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 6CF659DEE X-Spam-Score: 3.67 X-Migadu-Scanner: scn0.migadu.com X-TUID: YOPSRwsyGWt+ * gnu/packages/python-web.scm (python-flask-assets): New variable. --- gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f9401cceb3..24e6bc063e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1033,6 +1033,35 @@ between a web browser and web server.") (define-public python2-sockjs-tornado (package-with-python2 python-sockjs-tornado)) +(define-public python-flask-assets + (package + (name "python-flask-assets") + (version "2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "Flask-Assets" version)) + (sha256 + (base32 "1hmqldxc7zciksmcl35jx0wbyrrxc7vk2a57mmmd8i07whsymz8x")))) + (build-system python-build-system) + (arguments + ;; FIXME: 8 tests are failing with: + ;; TypeError: __init__() got an unexpected keyword argument 'static_path' + `(#:tests? #f)) + (native-inputs + `(("python-flask-script" ,python-flask-script) + ("python-nose" ,python-nose) + ("python-pyscss" ,python-pyscss) + ("python-pyyaml" ,python-pyyaml))) + (propagated-inputs + `(("python-flask" ,python-flask) + ("python-webassets" ,python-webassets))) + (home-page "https://github.com/miracle2k/flask-assets") + (synopsis "Asset management for Flask") + (description "This package integrates @code{webassets} with Flask, adding +support for merging, minifying and compiling CSS and Javascript files.") + (license license:bsd-2))) + (define-public python-flask-babel (package (name "python-flask-babel") -- 2.30.2