GNU bug report logs -
#49123
[PATCH 0/24] Add mirage
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-filetype): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 54c7d91116..6831e2365b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26013,3 +26013,24 @@ up the mess made by various rich text editors and or copy-pasting to make
styling of webpages simpler and more consistent. It builds on the excellent
HTML cleaner in lxml to make the result both valid and safe.")
(license license:bsd-3)))
+
+(define-public python-filetype
+ (package
+ (name "python-filetype")
+ (version "1.0.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "filetype" version))
+ (sha256
+ (base32
+ "19vav4w8vvcnrps1mirjkrv4pr1khwn5ma6m5pgpxd4qip73wffs"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ;; FIXME: obscure error in test
+ (home-page "https://github.com/h2non/filetype.py")
+ (synopsis "Python package for checking file type and MIME type")
+ (description "Small and dependency free Python package to infer file type
+and MIME type checking the magic numbers signature of a file or buffer. This
+is a Python port from filetype Go package.")
+ (license license:x11)))
--
2.32.0
This bug report was last modified 3 years and 325 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.