From patchwork Fri Dec 20 19:17:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Evgeny Pisemsky X-Patchwork-Id: 35098 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 7106D27BBE9; Fri, 20 Dec 2024 19:20:26 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,FROM_SUSPICIOUS_NTLD,MAILING_LIST_MULTI, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_SBL_CSS,RCVD_IN_VALIDITY_CERTIFIED, RCVD_IN_VALIDITY_RPBL,RCVD_IN_VALIDITY_SAFE,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2766627BBE2 for ; Fri, 20 Dec 2024 19:20:22 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tOiXc-0007Ht-Hf; Fri, 20 Dec 2024 14:20: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 1tOiXb-0007Hl-2H for guix-patches@gnu.org; Fri, 20 Dec 2024 14:20:03 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tOiXa-0006ao-PJ for guix-patches@gnu.org; Fri, 20 Dec 2024 14:20:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debbugs.gnu.org; s=debbugs-gnu-org; h=MIME-Version:Date:From:To:In-Reply-To:References:Subject; bh=haL+1PT0Sy9dY1NY1t2kHTDFr4xPacEO+HwfV5m6Yy8=; b=CrrSo9UCL2T1nvZp1Zr+LsuVjk9O7g8EO4GxPZ6Dcv8yO/LPFra37tEn+z95cio+AlQF8qJD+sT7/z6k+AQJuM7qk5JHLPtVAVxKTAEyJ6qhxK3x1BY+xQViLsfGb2LDvm3dDZ9gwKnzLIHGjfBaqX2AtLNsmu5At/OuCYEwrfFQnoGSjL9qeLCbEnFJtoCOSVfdvc4y35wj3RaQfddLVkuB3qk9xXlTo7uf76NVTgG7vVDkRYHycMqU5kcRIj+RyFkLjCm1F2ewB4U22f+SIyzl6UpQNf6Yto3Bt/rv8Z2S/wyE6V0RAifVZOcZUL6oSAd3vNobPilF0DEds+nj7A==; Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1tOiXa-0001Dm-A0 for guix-patches@gnu.org; Fri, 20 Dec 2024 14:20:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#74458] [PATCH] gnu: Add python-shxparser. References: <87mshs26ff.fsf@pisemsky.site> In-Reply-To: <87mshs26ff.fsf@pisemsky.site> Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 20 Dec 2024 19:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 74458 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 74458@debbugs.gnu.org Received: via spool by 74458-submit@debbugs.gnu.org id=B74458.17347223854660 (code B ref 74458); Fri, 20 Dec 2024 19:20:02 +0000 Received: (at 74458) by debbugs.gnu.org; 20 Dec 2024 19:19:45 +0000 Received: from localhost ([127.0.0.1]:44066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tOiXI-0001D6-UW for submit@debbugs.gnu.org; Fri, 20 Dec 2024 14:19:45 -0500 Received: from sofi-shared.hosting.energy ([146.59.24.90]:53825 helo=sofi.hosting.energy) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tOiXE-0001Cm-S7 for 74458@debbugs.gnu.org; Fri, 20 Dec 2024 14:19:43 -0500 Received: from [212.233.86.43] (helo=laptop) by sofi.hosting.energy with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1tOiV4-00070C-WD for 74458@debbugs.gnu.org; Fri, 20 Dec 2024 22:17:27 +0300 From: Evgeny Pisemsky Date: Fri, 20 Dec 2024 22:17:14 +0300 Message-ID: <87ed22qi4l.fsf@pisemsky.site> User-Agent: Gnus/5.13 (Gnus v5.13) 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches This is updated version after recent python-team merge. From 537f7202781fcae116e60a2878cbc3489f68639e Mon Sep 17 00:00:00 2001 Message-ID: <537f7202781fcae116e60a2878cbc3489f68639e.1734721990.git.mail@pisemsky.site> From: Evgeny Pisemsky Date: Fri, 20 Dec 2024 22:11:22 +0300 Subject: [PATCH] gnu: Add python-shxparser. * gnu/packages/python-xyz.scm (python-shxparser): New variable. Change-Id: Iaa4bdc216f0e06595237d6fb8e5ee138797605bc --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 29aa1d5682..1373cd8ac2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -116,7 +116,7 @@ ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2022, 2023 John Kehayias ;;; Copyright © 2022 Aleksandr Vityazev -;;; Copyright © 2022 Evgeny Pisemsky +;;; Copyright © 2022, 2024 Evgeny Pisemsky ;;; Copyright © 2022 drozdov ;;; Copyright © 2022 Peter Polidoro ;;; Copyright © 2022, 2023 Wamm K. D. @@ -157,7 +157,6 @@ ;;; Copyright © 2024 Rick Huijzer ;;; Copyright © 2024 Peter Kannewitz ;;; Copyright © 2024 Aaron Covrig -;;; Copyright © 2024 Evgeny Pisemsky ;;; Copyright © 2024 Markku Korkeala ;;; ;;; This file is part of GNU Guix. @@ -33634,6 +33633,26 @@ (define-public python-dparse (description "This package provides a parser for Python dependency files.") (license license:expat))) +(define-public python-shxparser + (package + (name "python-shxparser") + (version "0.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "shxparser" version)) + (sha256 + (base32 "0w7j5ywskandp91v74966pw1pvq9d5zrx5gkjcn84xi8wsyf8hc5")))) + (build-system pyproject-build-system) + (native-inputs (list python-svgelements python-setuptools python-wheel)) + (home-page "https://github.com/tatarize/shxparser") + (synopsis "SHX line font parser") + (description + "This is a pure python parser for SHX Hershey font files that are an +AutoCad format which can encode single line fonts. This format is +used for many CNC and laser operations.") + (license license:expat))) + (define-public python-dpath (package (name "python-dpath") base-commit: 07b4b1d055c36c6c61d39273c26974771dbfe805 -- 2.46.0