From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UIjFByB5HmPviAAAbAwnHQ (envelope-from ) for ; Mon, 12 Sep 2022 02:11:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id qPzLByB5HmM/YAEAauVa8A (envelope-from ) for ; Mon, 12 Sep 2022 02:11:12 +0200 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 A4A7A29804 for ; Mon, 12 Sep 2022 02:11:11 +0200 (CEST) Received: from localhost ([::1]:57660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXX2b-0003y3-9v for larch@yhetil.org; Sun, 11 Sep 2022 20:11:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58798) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXX2V-0003wn-7t for guix-patches@gnu.org; Sun, 11 Sep 2022 20:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55046) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oXX2U-0002Ef-QD for guix-patches@gnu.org; Sun, 11 Sep 2022 20:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oXX2U-0004VT-L2 for guix-patches@gnu.org; Sun, 11 Sep 2022 20:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57744] [PATCH 2/3] gnu: Add python-syllables. Resent-From: M Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 12 Sep 2022 00:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57744 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57744@debbugs.gnu.org Cc: M Received: via spool by 57744-submit@debbugs.gnu.org id=B57744.166294144717282 (code B ref 57744); Mon, 12 Sep 2022 00:11:02 +0000 Received: (at 57744) by debbugs.gnu.org; 12 Sep 2022 00:10:47 +0000 Received: from localhost ([127.0.0.1]:43741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXX2F-0004Ug-5K for submit@debbugs.gnu.org; Sun, 11 Sep 2022 20:10:47 -0400 Received: from knopi.disroot.org ([178.21.23.139]:38792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oXX2D-0004UY-KN for 57744@debbugs.gnu.org; Sun, 11 Sep 2022 20:10:46 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 050404A045; Mon, 12 Sep 2022 02:10:45 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oVpdy-rnPZLh; Mon, 12 Sep 2022 02:10:43 +0200 (CEST) From: M DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1662941443; bh=9LMKyQgJBDSRO9oAIKdCgUk4lsMywKaDoDaxNs9LwnI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=VcTwTH19LoUEpfEM1O2wrh56h2GZRIbdljl3NJ8FayUTRlUCUGN5zVExbRJ4XIMye mZn6DRqrFty0wRV99ou3Sv5yMS7R+4o9+lwXWmwZWwh97X8ZFA7eYcqi+ZsJNHhvIl u978Z9PgRgty0DrosA9jT5BT9ZQnAAQDn3mvbVNG89Mev39qkAaOGnXsQm9bFOMmjx LH0l5d9+nFqPQTUlv//q8P3kQNQSvR8mVVydBrgx8eB8HEQerJUvPp9LMOqzVDvWRi iXFG4aPyDp3QG3oKx8pEuGndtc+XccJn9P7zs+zAZE6YyzXiUMAO2V6fA6o2LE+SNs et5/rWkDINC6w== Date: Mon, 12 Sep 2022 02:10:27 +0200 Message-Id: <20220912001028.8375-2-matf@disr.it> In-Reply-To: <20220912001028.8375-1-matf@disr.it> References: <20220912001028.8375-1-matf@disr.it> 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662941472; 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=D+RjIOvo8iqWD1Vl2wD68mAf1szN3lnSkHhYtlQ9CoY=; b=TIlh6AJpoX5UIVRvg9Vgq3QaNuDMwmZp3kTsO3dARKSb7nmDY+BjkSL/ylLdxCD+kF8qHK VVeAcEL4x5HYRJO9Ey1IJOrLtUnAOsmA0fJhhSd9QF7pD9BLPMqLouORdd/K3K+uL8Hiy+ PzOxAAPJmTuHbyiBLw5d5xagQy2ZigR31GK4LwwarzBTU3u6+vEbEqHiHkFbg8Pr/drow9 kTsFLHMklUhnIUB8QEooBwCweC3gUR3zklOqMog60qDVeQtG5CSfMzltGgMZURjGnPQOXX CoELGSDIe6iGYMPGWWjJfF0BUQjTwNRPJZvkxtekkKyUPjRLzzLvyBjhGSXEqg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662941472; a=rsa-sha256; cv=none; b=QhoLMsRsktlStLjVZc6m3ZrU0dTQQuOIjsJH9MnoFSmYZctzaaZBGPz2ZBkNpbFSDVrHIH h2OKpAhlOfwmkqxZM3e3gDiFeCxc6UX0H/Igp9mfZ3H5wQy++/IR/i8v/tuV8ocRzDcZ06 nKkpFQCDlG+kzWjOwlDqHWJ9ijErvfVyeKO28nmtWfj5JqXzUql9Mn9DGL2tNZgo+FMFOb Kk/C5DVOGrxyzAClIL1R5FjrAGS24H2rRPZxHVrdZO/wIp+BR6sDEu4vVTtu12LUcOZNvZ hPmmlHZQQ5Vp+cfoiATE2lMLfXwBs/guOvdtdtU+pd+32MnV0CfbhiP+wlef0Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disr.it header.s=mail header.b=VcTwTH19; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disr.it (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" X-Migadu-Spam-Score: 7.10 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disr.it header.s=mail header.b=VcTwTH19; dmarc=fail reason="SPF not aligned (relaxed)" header.from=disr.it (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" X-Migadu-Queue-Id: A4A7A29804 X-Spam-Score: 7.10 X-Migadu-Scanner: scn0.migadu.com X-TUID: lErkUrceWbFB * gnu/packages/python-xyz.scm (python-syllables): New variable. --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 054bd3ed29..9d358a4926 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -128,6 +128,7 @@ ;;; Copyright © 2022 Marek Felšöci ;;; Copyright © 2022 Hilton Chain ;;; Copyright © 2022 Tomasz Jeneralczyk +;;; Copyright © 2022 Mathieu Laparie ;;; ;;; This file is part of GNU Guix. ;;; @@ -10032,6 +10033,25 @@ (define-public python-yte "This package provides a YAML template engine with Python expressions.") (license license:expat))) +(define-public python-syllables + (package + (name "python-syllables") + (version "1.0.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "syllables" version)) + (sha256 + (base32 + "0wkl6h0rg6fbsxfp0a8fnibf3l4l6lbh6z12cvcilgb6qhxzpmv3")))) + (build-system python-build-system) + (home-page "https://github.com/prosegrinder/python-syllables") + (synopsis + "A Python package for estimating the number of syllables in a word.") + (description + "This package provides a Python package for estimating the number of +syllables in a word.") + (license license:gpl3+))) + (define-public python-sympy (package (name "python-sympy") -- 2.37.2