gnu: Add python-beautifulsoup4-bootstrap.

* gnu/packages/python-xyz.scm (python-beautifulsoup4-bootstrap): New variable.

Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e
This commit is contained in:
Sharlatan Hellseher 2025-08-09 12:33:33 +01:00
parent c5983ea479
commit d3e770bce2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -15381,6 +15381,15 @@ dissecting a document and extracting what you need. It automatically
converts incoming documents to Unicode and outgoing documents to UTF-8.") converts incoming documents to Unicode and outgoing documents to UTF-8.")
(license license:expat))) (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 (define-public python-soupsieve
(package (package
(name "python-soupsieve") (name "python-soupsieve")