[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
257/474: gnu: python-scrapy: Fix build.
From: |
guix-commits |
Subject: |
257/474: gnu: python-scrapy: Fix build. |
Date: |
Sat, 30 Nov 2024 18:20:32 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fe7c033b57074db3bcb53958b1709c47cc2b3b63
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 22:03:36 2024 +0000
gnu: python-scrapy: Fix build.
* gnu/packages/python-web.scm (python-scrapy): Fix build.
[phases]{relax-requirements}: Remove redundant phase.
[native-inputs]: Add python-wheel.
Change-Id: Iecf49315b5e57023e6aa17bbe89f97f5f12111a4
---
gnu/packages/python-web.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3124a72531..56134a5430 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8963,11 +8963,6 @@ regular expressions.")
" and not ")))
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "setup.py"
- ;; "defusedxml>=0.7.1"
- (("0.7.1") "0.6.0"))))
(add-before 'check 'prepare-test-environment
(lambda _
(setenv "HOME" "/tmp"))))))
@@ -8998,7 +8993,8 @@ regular expressions.")
python-pytest-xdist
python-sybil
python-testfixtures
- python-uvloop))
+ python-uvloop
+ python-wheel))
(home-page "https://scrapy.org")
(synopsis "High-level Web crawling and Web scraping framework")
(description "Scrapy is a fast high-level web crawling and web
- 243/474: gnu: python-twine: Adjust inputs., (continued)
- 243/474: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/30
- 209/474: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/30
- 225/474: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/30
- 242/474: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/30
- 216/474: gnu: python-qemu-qmp: Improve package style., guix-commits, 2024/11/30
- 260/474: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/30
- 263/474: gnu: hangups: Fix build., guix-commits, 2024/11/30
- 247/474: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/30
- 240/474: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/30
- 264/474: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/30
- 257/474: gnu: python-scrapy: Fix build.,
guix-commits <=
- 255/474: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/30
- 274/474: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/30
- 268/474: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/30
- 275/474: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/30
- 267/474: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/30
- 273/474: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/30
- 278/474: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/30
- 279/474: gnu: Remove beets-next., guix-commits, 2024/11/30
- 280/474: gnu: beets: Use G-expressions., guix-commits, 2024/11/30
- 281/474: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/30