diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-15 22:44:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:12 +0100 |
| commit | e16bf08b56bf05347f6bdaf4adcb04ff34c2fd6b (patch) | |
| tree | 75e1a31f4c05289a3a1ca4e98f12ec4199948111 /gnu/packages/python-xyz.scm | |
| parent | acdc03ce17a95b9a2b52e076a3d813bd328bd136 (diff) | |
gnu: python-identify: Update to 2.6.14.
* gnu/packages/python-xyz.scm (python-identify): Update to 2.6.14.
[argumens] <phases>: Keep 'ensure-no-mtimes-pre-1980.
[propagated-inputs]: Remove python-editdistance.
[native-inputs]: Remove python-coverage and python-wheel.
Change-Id: I920d14a469642f5250922c55b2731a2943c25b31
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b353873c24..84a30ef669 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29798,7 +29798,7 @@ distance (Ukkonen).") (define-public python-identify (package (name "python-identify") - (version "2.5.36") + (version "2.6.14") (source (origin ;; There are no tests in the PyPI tarball. @@ -29808,18 +29808,12 @@ distance (Ukkonen).") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1il0d1zh31jx36m0lvhpiykx95i95dcfrgrfbz2x6la884zsmvq8")))) + (base32 "1fbl7wvhky4rlv37p0531xnl037lq58d8wsxgyylj371bfz3m3wp")))) (build-system pyproject-build-system) - (arguments - (list - #:phases #~(modify-phases %standard-phases - ;; system-error "utime" "~A" ("No such file or directory") - (delete 'ensure-no-mtimes-pre-1980)))) (native-inputs - (list python-coverage python-pytest python-setuptools - python-ukkonen python-wheel)) - (propagated-inputs - (list python-editdistance)) + (list python-pytest + python-setuptools + python-ukkonen)) (home-page "https://github.com/chriskuehl/identify") (synopsis "File identification library for Python") (description |
