[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74497] [PATCH 20/46] gnu: Add python-puremagic.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74497] [PATCH 20/46] gnu: Add python-puremagic. |
Date: |
Sat, 23 Nov 2024 19:51:07 +0000 |
* gnu/packages/python-xyz.scm (python-puremagic): New variable.
Change-Id: I326d15cdf6eb088f456954c28fd735bc1890840a
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3872b511a1..4ec6407571 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12827,6 +12827,29 @@ (define-public python-pure-eval
abstract syntax tree (AST) nodes without side effects.")
(license license:expat)))
+(define-public python-puremagic
+ (package
+ (name "python-puremagic")
+ (version "1.28")
+ (source
+ (origin
+ (method git-fetch) ;no tests in PyPI archive
+ (uri (git-reference
+ (url "https://github.com/cdgriffith/puremagic")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sffrjjqh37ijwnggyvs2rfm4iwaz2m395wqg0x727wv8i0x3f3b"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest))
+ (home-page "https://github.com/cdgriffith/puremagic")
+ (synopsis "Pure Python implementation of magic file detection")
+ (description
+ "This package implements a functionality that will identify a file based
+off it's magic numbers.")
+ (license license:expat)))
+
(define-public python-ast-decompiler
(package
(name "python-ast-decompiler")
--
2.46.0
- [bug#74497] [PATCH 29/46] gnu: python-photutils: Update to 2.0.2., (continued)
- [bug#74497] [PATCH 29/46] gnu: python-photutils: Update to 2.0.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 32/46] gnu: python-rad: Update to 0.22.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 31/46] gnu: python-pyvo: Update to 1.6., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 36/46] gnu: python-sep-pjw: Update to 1.3.7., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 21/46] gnu: python-ginga: Update to 5.2.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 28/46] gnu: python-ndcube: Update to 2.2.4., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 12/46] gnu: imppg: Update to 1.9.2-beta., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 23/46] gnu: python-astroalign: Update to 2.6.1., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 26/46] gnu: python-cdflib: Update to 1.3.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 25/46] gnu: python-astrodendro: Fix indentation., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 20/46] gnu: Add python-puremagic.,
Sharlatan Hellseher <=
- [bug#74497] [PATCH 35/46] gnu: python-roman-datamodels: Update to 0.22.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 33/46] gnu: python-regularizepsf: Update to 1.0.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 37/46] gnu: python-sncosmo: Update to 2.11.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 46/46] gnu: python-gatspy: Adjust inputs., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 43/46] gnu: python-synphot: Update to 1.5.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 42/46] gnu: python-stsynphot: Update to 1.4.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 38/46] gnu: python-specutils: Update to 1.19.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 45/46] gnu: python-yt-astro-analysis: Adjust inputs., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 39/46] gnu: python-statmorph: Update to 0.6.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 40/46] gnu: python-stcal: Update to 1.10.0., Sharlatan Hellseher, 2024/11/23