summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 21:53:55 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:42 +0000
commit9ab906b2e93e187fe7dce0f4b4984f376be241ea (patch)
treebd99ea6bf0aed668f7f24d9985f2c2b6ac1e4987
parent5830ab78b1aed1d198b8fed3a5339a7da9d4ab1e (diff)
gnu: python-islenska: Update to 1.0.4.
* gnu/packages/python-xyz.scm (python-islenska): Update to 1.0.4. [arguments] <tests?>: Test data is not included in PyPI and Git. [native-inputs]: Remove python-wheel. Change-Id: I40a0084caf774f2b983dbcb6798391f817fc95eb
-rw-r--r--gnu/packages/python-xyz.scm15
1 files changed, 11 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 12e459bda09..13acc96b939 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35836,16 +35836,23 @@ markdown-compliant strings.")
(define-public python-islenska
(package
(name "python-islenska")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "islenska" version))
(sha256
- (base32 "1fhpyqn8z8g4hrsxndspxqm6973c7cwy0cms2ql87xcmh5a86ky7"))))
+ (base32 "1jw3knms8h32jjq64mj4lb7b866dzc3z16w1dkyzd39xbmy4nyqg"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-cffi python-typing-extensions))
- (native-inputs (list python-setuptools python-wheel))
+ (arguments
+ ;; XXX: Test data is not included, see:
+ ;; <.github/workflows/python-package.yml>.
+ (list #:tests? #f))
+ (native-inputs
+ (list python-setuptools))
+ (propagated-inputs
+ (list python-cffi
+ python-typing-extensions))
(home-page "https://github.com/mideind/BinPackage")
(synopsis
"Vocabulary of the modern Icelandic language, in a Python package")