1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-plover-stroke: Switch to pyproject.

* gnu/packages/stenography.scm (python-plover-stroke):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: Ia14ad0ecec308720c212168ed2e51cfcd5da1e7c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-09-27 15:33:14 +02:00
committed by Sharlatan Hellseher
parent cf006b7f90
commit af4acb48a0

View File

@@ -45,17 +45,21 @@
(package
(name "python-plover-stroke")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "plover_stroke" version))
(sha256
(base32
"0lyifam9xqpx2jzqcbah84sv909n4g2frm7pd5gvcrpf98zv40yy"))))
(build-system python-build-system)
(native-inputs (list python-pytest))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/benoit-pierre/plover_stroke")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "104ab1lr2xr8nbq98n7h3jvskfzzg8m41rhb1ik4b7w474rlxgh3"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/benoit-pierre/plover_stroke")
(synopsis "Stroke handling helper library for Plover")
(description "This package provides a helper class for working with steno strokes.")
(description
"This package provides a helper class for working with steno strokes.")
(license license:gpl2+)))
(define-public plover