[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/32: gnu: Add python-parsel.
From: |
guix-commits |
Subject: |
30/32: gnu: Add python-parsel. |
Date: |
Mon, 2 May 2022 09:16:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 76b6337650ba35c85e9263c958dd334766268172
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Wed Apr 20 17:28:02 2022 +0000
gnu: Add python-parsel.
* gnu/packages/python-web.scm (python-parsel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-web.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 05104f8fe2..b2fbbc86cd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6493,3 +6493,28 @@ by asyncio.")
(description
"Pure-Python robots.txt parser with support for modern conventions.")
(license license:bsd-3)))
+
+(define-public python-parsel
+ (package
+ (name "python-parsel")
+ (version "1.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "parsel" version))
+ (sha256
+ (base32 "0yawf9r3r863lwxj0n89i7h3n8xjbsl5b7n6xg76r68scl5yzvvh"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ (list python-cssselect
+ python-lxml
+ python-six
+ python-w3lib))
+ (native-inputs
+ (list python-pytest python-pytest-runner))
+ (home-page "https://github.com/scrapy/parsel")
+ (synopsis "Extract data from HTML and XML using XPath and CSS selectors")
+ (description "Parsel is a library to extract and remove data from
+HTML and XML using XPath and CSS selectors, optionally combined with
+regular expressions.")
+ (license license:bsd-3)))
- 07/32: gnu: aws-c-sdkutils: Fix comment formatting., (continued)
- 07/32: gnu: aws-c-sdkutils: Fix comment formatting., guix-commits, 2022/05/02
- 10/32: gnu: aws-c-auth: Fix comment formatting., guix-commits, 2022/05/02
- 02/32: gnu: aws-c-common: Only support i686 and x86_64., guix-commits, 2022/05/02
- 06/32: gnu: aws-c-cal: Fix comment formatting., guix-commits, 2022/05/02
- 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 <=
- 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, 2022/05/02
- 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