mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-beautifulsoup4-bootstrap.
* gnu/packages/python-xyz.scm (python-beautifulsoup4-bootstrap): New variable. Change-Id: I776b58a6290c9d7b20e27281dccfc9ad6d333a6e
This commit is contained in:
parent
c5983ea479
commit
d3e770bce2
1 changed files with 9 additions and 0 deletions
|
@ -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.")
|
||||
(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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue