GNU bug report logs -
#75675
[PATCH 0/2] Package bCNC
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Sun, 19 Jan 2025 20:14:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[0001-gnu-Add-python-shxparser.patch (text/x-patch, inline)]
From 1b7970f6f1de755fd7f33894c0914a5a0d9a1eaf Mon Sep 17 00:00:00 2001
Message-ID: <1b7970f6f1de755fd7f33894c0914a5a0d9a1eaf.1737317203.git.mail <at> pisemsky.site>
In-Reply-To: <cover.1737317203.git.mail <at> pisemsky.site>
References: <cover.1737317203.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Sun, 19 Jan 2025 22:45:44 +0300
Subject: [PATCH 1/2] gnu: Add python-shxparser.
* gnu/packages/python-xyz.scm (python-shxparser): New variable.
Change-Id: Ic483dcd34f58632b191f2ee592c6cdb9dff1f4e7
---
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 728ce91381..596348cd95 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33724,6 +33724,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")
--
2.47.1
This bug report was last modified 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.