mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-itemloaders: Update to 1.3.2.
* gnu/packages/python-xyz.scm (python-itemloaders): Update to 1.3.2. [native-inputs]: Add python-packaging. [propagated-inputs]: Remove python-w3lib. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
42b7d5b777
commit
400b431b03
1 changed files with 8 additions and 4 deletions
|
@ -39201,17 +39201,21 @@ implementing a pre-defined interface.")
|
|||
(define-public python-itemloaders
|
||||
(package
|
||||
(name "python-itemloaders")
|
||||
(version "1.1.0")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "itemloaders" version))
|
||||
(sha256
|
||||
(base32 "0j2aw4ipalj208594x80blpgkh1i63gqqa4nb67b823av9hirn11"))))
|
||||
(base32 "0w37g31n06x6v6b4w7cz3nbq4wl6cv7rrzg3fr203gw3pqx5pbsg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(native-inputs
|
||||
(list python-packaging
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-itemadapter python-jmespath python-parsel python-w3lib))
|
||||
(list python-itemadapter python-jmespath python-parsel))
|
||||
(home-page "https://github.com/scrapy/itemloaders")
|
||||
(synopsis "Base library for scrapy's ItemLoader")
|
||||
(description "Itemloaders is a library that helps you collect data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue