~ruther/guix-local

1afb94ae486bd8d2383d4bfa60aab1227afaa2e0 — Sharlatan Hellseher 7 months ago d3f3820
gnu: Add python-beautifulsoup4-bootstrap.

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

Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e
1 files changed, 9 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +9 -0
@@ 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")