about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"))