From patchwork Sat Sep 18 19:02:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 33183 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E433627BBE3; Sat, 18 Sep 2021 20:14:30 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8662C27BBE1 for ; Sat, 18 Sep 2021 20:14:30 +0100 (BST) Received: from localhost ([::1]:58376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRfnB-0007XI-M6 for patchwork@mira.cbaines.net; Sat, 18 Sep 2021 15:14:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56364) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRfc6-0000vn-6Z for guix-patches@gnu.org; Sat, 18 Sep 2021 15:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53592) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mRfc5-0001WY-VK for guix-patches@gnu.org; Sat, 18 Sep 2021 15:03:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mRfc5-0004hG-Sa for guix-patches@gnu.org; Sat, 18 Sep 2021 15:03:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50663] [PATCH 09/19] gnu: Add python-adapt-parser. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 18 Sep 2021 19:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50663 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "50663@debbugs.gnu.org" <50663@debbugs.gnu.org> Received: via spool by 50663-submit@debbugs.gnu.org id=B50663.163199177318038 (code B ref 50663); Sat, 18 Sep 2021 19:03:01 +0000 Received: (at 50663) by debbugs.gnu.org; 18 Sep 2021 19:02:53 +0000 Received: from localhost ([127.0.0.1]:36905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRfbx-0004gs-EU for submit@debbugs.gnu.org; Sat, 18 Sep 2021 15:02:53 -0400 Received: from mail-4317.protonmail.ch ([185.70.43.17]:62497) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRfbv-0004ge-Qw for 50663@debbugs.gnu.org; Sat, 18 Sep 2021 15:02:52 -0400 Date: Sat, 18 Sep 2021 19:02:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631991765; bh=nJD0UV6aQP5Ux+pVssvM8qVbJOL52pmi57FBGMLmSfA=; h=Date:To:From:Reply-To:Subject:From; b=u7D53H2l7arRt0b9N+Gb61hTDHAhF5/9VgdceOTM/EI+86xEhQ+6njHLkAOPSfNmL 4knhaRMe9IuE3jcK96E/8k52Czno7h+6KRCIHZ/krwPMfKjX49EtXkoUzWRcfJBkUS YgdtGSBZfsWxwuFcFrj4vIfzCZRRgWEUNL9nciwQ= Message-ID: <9CWWuF11TrnE2Cuq79S8qlkMzdkAGpVyA1yQFWfbvmJGuh_CNWPeMCQ3uh8GWNmo100ewFbAiYF93tfTRFLwK0ZMGnX-vP4t8t-6174vlN8=@protonmail.com> MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-adapt-parser): New variable. --- 2.32.0 diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7180be87e5..e3f996a2d2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13502,6 +13502,30 @@ ISO 8859, etc.).") (define-public python2-translitcodec (package-with-python2 python-translitcodec)) +(define-public python-adapt-parser + (package + (name "python-adapt-parser") + (version "v0.3.7") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/MycroftAI/adapt") + (commit (string-append "release/" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f67plj9f0314pm2vfqvmzqmngfq4vznzs3ikgkwsz798m1hzl6y")))) + (build-system python-build-system) + (propagated-inputs + `(("python-pyee" ,python-pyee) + ("python-six" ,python-six))) + (home-page "https://github.com/MycroftAI/adapt") + (synopsis "Text-to-intent parsing framework") + (description "Flexible and extensible way to parse natural language text +into a structured intent.") + (license license:asl2.0))) + (define-public python-anyqt (package (name "python-anyqt")