Archived
1
0
Fork 0

gnu: python-beautifulsoup4: Update to 4.7.1.

* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.7.1.
[native-inputs]: Add PYTHON-SOUPSIEVE.
This commit is contained in:
Marius Bakke 2019-06-03 18:32:56 +02:00
parent d00b83fb8a
commit abb53e6f87
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5381,14 +5381,14 @@ libxml2 and libxslt.")
(define-public python-beautifulsoup4 (define-public python-beautifulsoup4
(package (package
(name "python-beautifulsoup4") (name "python-beautifulsoup4")
(version "4.6.3") (version "4.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "beautifulsoup4" version)) (uri (pypi-uri "beautifulsoup4" version))
(sha256 (sha256
(base32 (base32
"041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h")))) "0j2kycz2dxgx68xzjm7rxg5xn6v61gq5ifvxyg99slmqkybnal4l"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -5400,6 +5400,8 @@ libxml2 and libxslt.")
;; distribution. ;; distribution.
(replace 'check (replace 'check
(lambda _ (invoke "./convert-py3k")))))) (lambda _ (invoke "./convert-py3k"))))))
(native-inputs
`(("python-soupsieve" ,python-soupsieve)))
(home-page (home-page
"https://www.crummy.com/software/BeautifulSoup/bs4/") "https://www.crummy.com/software/BeautifulSoup/bs4/")
(synopsis (synopsis