mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: Remove python2-beautifulsoup4.
* gnu/packages/python-xyz.scm (python2-beautifulsoup4): Delete variable.
This commit is contained in:
parent
2d9550cf6a
commit
f3412d78c5
1 changed files with 1 additions and 16 deletions
|
@ -9400,22 +9400,7 @@ (define-public python-beautifulsoup4
|
||||||
searching, and modifying a parse tree, providing a toolkit for
|
searching, and modifying a parse tree, providing a toolkit for
|
||||||
dissecting a document and extracting what you need. It automatically
|
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)))
|
||||||
(properties `((python2-variant . ,(delay python2-beautifulsoup4))))))
|
|
||||||
|
|
||||||
(define-public python2-beautifulsoup4
|
|
||||||
(let ((base (package-with-python2
|
|
||||||
(strip-python2-variant python-beautifulsoup4))))
|
|
||||||
(package/inherit base
|
|
||||||
(version "4.9.3") ;last version to support Python 2
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "beautifulsoup4" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"09gbd49mwz86k572r1231x2rdp82p42zlnw0bz9b9mfi58r9wwl4"))))
|
|
||||||
(arguments `(#:python ,python-2)))))
|
|
||||||
|
|
||||||
(define-public python-soupsieve
|
(define-public python-soupsieve
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue