From 1afb94ae486bd8d2383d4bfa60aab1227afaa2e0 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 9 Aug 2025 12:33:33 +0100 Subject: [PATCH] gnu: Add python-beautifulsoup4-bootstrap. * gnu/packages/python-xyz.scm (python-beautifulsoup4-bootstrap): New variable. Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e --- gnu/packages/python-xyz.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 19a99f480c1fb17f9a9e65c915e813c210eb68b8..3368915dd20b961d794004b0e0618c1833e58e6e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15357,6 +15357,15 @@ dissecting a document and extracting what you need. It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.") (license license:expat))) +(define-public python-beautifulsoup4-bootstrap + (hidden-package + (package/inherit python-beautifulsoup4 + (arguments + (list #:tests? #f)) + (native-inputs + (list python-hatchling)) + (propagated-inputs '())))) + (define-public python-soupsieve (package (name "python-soupsieve")