GNU bug report logs -
#74458
[PATCH] gnu: Add python-shxparser.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Thu, 21 Nov 2024 11:06:01 UTC
Severity: normal
Tags: patch
Done: Evgeny Pisemsky <mail <at> pisemsky.site>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74458 in the body.
You can then email your comments to 74458 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74458
; Package
guix-patches
.
(Thu, 21 Nov 2024 11:06:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 21 Nov 2024 11:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Add-python-shxparser.patch (text/x-patch, inline)]
From 6298330046d3685321cb88273da059a3684cb7c8 Mon Sep 17 00:00:00 2001
Message-ID: <6298330046d3685321cb88273da059a3684cb7c8.1732186805.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Thu, 21 Nov 2024 13:55:13 +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 9a42072cee..5014353e6f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -116,7 +116,7 @@
;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
;;; Copyright © 2022, 2023 John Kehayias <john.kehayias <at> protonmail.com>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev <at> posteo.org>
-;;; Copyright © 2022 Evgeny Pisemsky <mail <at> pisemsky.site>
+;;; Copyright © 2022, 2024 Evgeny Pisemsky <mail <at> pisemsky.site>
;;; Copyright © 2022 drozdov <drozdov <at> portalenergy.tech>
;;; Copyright © 2022 Peter Polidoro <peter <at> polidoro.io>
;;; Copyright © 2022, 2023 Wamm K. D. <jaft.r <at> outlook.com>
@@ -157,7 +157,6 @@
;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
;;; Copyright © 2024 Peter Kannewitz <petre-vps <at> posteo.net>
;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us <at> ieee.org>
-;;; Copyright © 2024 Evgeny Pisemsky <mail <at> pisemsky.site>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32636,6 +32635,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))
+ (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: 603bee5f3b670b06d6594e63066dc0c6d836c921
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74458
; Package
guix-patches
.
(Fri, 20 Dec 2024 19:20:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74458 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This is updated version after recent python-team merge.
[0001-gnu-Add-python-shxparser.patch (text/x-patch, inline)]
From 537f7202781fcae116e60a2878cbc3489f68639e Mon Sep 17 00:00:00 2001
Message-ID: <537f7202781fcae116e60a2878cbc3489f68639e.1734721990.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> pisemsky.site>
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 <code <at> greghogan.com>
;;; Copyright © 2022, 2023 John Kehayias <john.kehayias <at> protonmail.com>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev <at> posteo.org>
-;;; Copyright © 2022 Evgeny Pisemsky <mail <at> pisemsky.site>
+;;; Copyright © 2022, 2024 Evgeny Pisemsky <mail <at> pisemsky.site>
;;; Copyright © 2022 drozdov <drozdov <at> portalenergy.tech>
;;; Copyright © 2022 Peter Polidoro <peter <at> polidoro.io>
;;; Copyright © 2022, 2023 Wamm K. D. <jaft.r <at> outlook.com>
@@ -157,7 +157,6 @@
;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
;;; Copyright © 2024 Peter Kannewitz <petre-vps <at> posteo.net>
;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us <at> ieee.org>
-;;; Copyright © 2024 Evgeny Pisemsky <mail <at> pisemsky.site>
;;; Copyright © 2024 Markku Korkeala <markku.korkeala <at> iki.fi>
;;;
;;; 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
bug closed, send any further explanations to
74458 <at> debbugs.gnu.org and Evgeny Pisemsky <mail <at> pisemsky.site>
Request was from
Evgeny Pisemsky <mail <at> pisemsky.site>
to
control <at> debbugs.gnu.org
.
(Sun, 19 Jan 2025 20:24:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 Feb 2025 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 125 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.