From 8f4fe532809b14d9f36826a15e388f2f5ce18885 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 30 Apr 2026 18:26:40 +0100 Subject: Use upstream python-justhtml. --- arunisaac/meetfree.scm | 25 +------------------------ 1 file changed, 1 insertion(+), 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")) -- cgit 1.4.1