about summary refs log tree commit diff
path: root/arunisaac
diff options
context:
space:
mode:
authorArun Isaac2026-04-30 18:26:40 +0100
committerArun Isaac2026-04-30 18:26:40 +0100
commit8f4fe532809b14d9f36826a15e388f2f5ce18885 (patch)
tree00f49b4ac70b8fc807c2111adf51d46917fec340 /arunisaac
parent1ac7c8c5ef287cc0e7de2dc986aa514b05bb5c88 (diff)
downloadguix-arunisaac-8f4fe532809b14d9f36826a15e388f2f5ce18885.tar.gz
guix-arunisaac-8f4fe532809b14d9f36826a15e388f2f5ce18885.tar.lz
guix-arunisaac-8f4fe532809b14d9f36826a15e388f2f5ce18885.zip
Use upstream python-justhtml. HEAD main
Diffstat (limited to 'arunisaac')
-rw-r--r--arunisaac/meetfree.scm25
1 files changed, 1 insertions, 24 deletions
diff --git a/arunisaac/meetfree.scm b/arunisaac/meetfree.scm
index fe5d150..c539b1a 100644
--- a/arunisaac/meetfree.scm
+++ b/arunisaac/meetfree.scm
@@ -12,7 +12,7 @@
                           python-setuptools))
   #:use-module ((gnu packages python-web)
                 #:select (python-bottle python-feedgen
-                          python-requests))
+                          python-justhtml python-requests))
   #:use-module ((gnu packages python-xyz)
                 #:select (python-flit python-markdown))
   #:use-module ((gnu packages time)
@@ -78,29 +78,6 @@ supports multiple timezone implementations, including zoneinfo,
 dateutil.tz, and pytz.")
     (license license:bsd-3)))
 
-(define-public python-justhtml
-  (package
-    (name "python-justhtml")
-    (version "1.12.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://github.com/emilstenstrom/justhtml")
-              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "065iqikxrhwn6f5svlsv3fzpdri49h74ng8gfpsd4hgjknwrwqgn"))))
-    (build-system pyproject-build-system)
-    (native-inputs (list python-pypa-build
-                         python-hatchling))
-    (home-page "https://github.com/emilstenstrom/justhtml")
-    (synopsis "Pure Python HTML5 parser")
-    (description
-     "JustHTML is a pure Python HTML5 parser.  It has a simple API and
-does not require C extensions or system dependencies.")
-    (license license:expat)))
-
 (define-public python-meetfree
   (let ((commit "c263cba1c784ba8d776e655d3f56b8d583b503c5")
         (revision "0"))