[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/32: gnu: Add python-itemloaders.
From: |
guix-commits |
Subject: |
31/32: gnu: Add python-itemloaders. |
Date: |
Mon, 2 May 2022 09:16:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d9a7f652e259c7d04a2384bff92d2934904cb211
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Wed Apr 20 17:28:03 2022 +0000
gnu: Add python-itemloaders.
* gnu/packages/python-xyz.scm (python-itemloaders): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c98ddb263..9e110577a4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29589,6 +29589,30 @@ Additionally, interaction with arbitrary types is
supported by
implementing a pre-defined interface.")
(license license:bsd-3)))
+(define-public python-itemloaders
+ (package
+ (name "python-itemloaders")
+ (version "1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "itemloaders" version))
+ (sha256
+ (base32 "15hc78h90qhwass1bga1c3xar2dd6j8sxg61zg6jvh74lf6csxqj"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ (list python-itemadapter python-jmespath python-parsel python-w3lib))
+ (home-page "https://github.com/scrapy/itemloaders")
+ (synopsis "Base library for scrapy's ItemLoader")
+ (description "Itemloaders is a library that helps you collect data
+from HTML and XML sources. It comes in handy to extract data from web
+pages, as it supports data extraction using CSS and XPath Selectors.
+
+It’s specially useful when you need to standardize the data from many
+sources. For example, it allows you to have all your casting and
+parsing rules in a single place.")
+ (license license:bsd-3)))
+
(define-public python-hypy-utils
(package
(name "python-hypy-utils")
- 12/32: gnu: aws-c-mqtt: Fix comment formatting., (continued)
- 12/32: gnu: aws-c-mqtt: Fix comment formatting., guix-commits, 2022/05/02
- 13/32: gnu: aws-crt-cpp: Fix comment formatting., guix-commits, 2022/05/02
- 04/32: gnu: aws-c-event-stream: Fix comment formatting., guix-commits, 2022/05/02
- 03/32: gnu: aws-checksums: Fix comment formatting., guix-commits, 2022/05/02
- 16/32: gnu: aws-sdk-cpp: Remove openssl input., guix-commits, 2022/05/02
- 23/32: gnu: spdlog: Update to 1.10.0., guix-commits, 2022/05/02
- 30/32: gnu: Add python-parsel., guix-commits, 2022/05/02
- 15/32: gnu: s2n: Link to aws-lc as libcrypto dependency., guix-commits, 2022/05/02
- 19/32: gnu: apl: Update to 1.8-r1550., guix-commits, 2022/05/02
- 24/32: gnu: bear: Update to 3.0.19., guix-commits, 2022/05/02
- 31/32: gnu: Add python-itemloaders.,
guix-commits <=
- 09/32: gnu: aws-c-compression: Fix comment formatting., guix-commits, 2022/05/02
- 25/32: gnu: Add python-sybil., guix-commits, 2022/05/02
- 11/32: gnu: aws-c-s3: Fix comment formatting., guix-commits, 2022/05/02
- 17/32: gnu: ugrep: Update to 3.7.9., guix-commits, 2022/05/02
- 20/32: gnu: apl: Remove input labels., guix-commits, 2022/05/02
- 22/32: gnu: fmt: Update to 8.1.1., guix-commits, 2022/05/02
- 05/32: gnu: aws-c-io: Fix comment formatting., guix-commits, 2022/05/02
- 27/32: gnu: Add python-queuelib., guix-commits, 2022/05/02
- 14/32: gnu: aws-lc: Fix checksum and enable tests., guix-commits, 2022/05/02
- 18/32: gnu: Add emacs-git-email., guix-commits, 2022/05/02