summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-20 23:03:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-20 23:03:51 +0100
commit5b31003983a230741d12da2e30e6c57b06d5faa5 (patch)
tree9db7f6058c8fc9745f5c80861e31c70ec06072db /gnu/packages/python-web.scm
parentf5a97f8e8366c771f951e3f94709fdc28ca592f9 (diff)
gnu: python-smart-open: Set version.
* gnu/packages/python-web.scm (python-smart-open): [arguments] <phases>: Add 'set-version. [native-inputs]: Add python-setuptools-scm. Change-Id: I724175db61c9438f14e11c4ced53a777a567f2dc
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 72a85100c70..7702c56eabf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10201,7 +10201,12 @@ library for Python.")
10201 "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_question_mark" 10201 "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_question_mark"
10202 "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_slash" 10202 "--deselect=tests/test_smart_open.py::ParseUriTest::test_gs_uri_contains_slash"
10203 "--deselect=tests/test_smart_open.py::ParseUriTest::test_scheme" 10203 "--deselect=tests/test_smart_open.py::ParseUriTest::test_scheme"
10204 "--ignore=tests/test_gcs.py"))) 10204 "--ignore=tests/test_gcs.py")
10205 #:phases
10206 #~(modify-phases %standard-phases
10207 (add-before 'build 'set-version
10208 (lambda _
10209 (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
10205 (propagated-inputs 10210 (propagated-inputs
10206 (list python-azure-common 10211 (list python-azure-common
10207 python-azure-core 10212 python-azure-core
@@ -10219,6 +10224,7 @@ library for Python.")
10219 python-pytest-rerunfailures 10224 python-pytest-rerunfailures
10220 python-responses 10225 python-responses
10221 python-setuptools 10226 python-setuptools
10227 python-setuptools-scm
10222 python-wheel)) 10228 python-wheel))
10223 (home-page "https://github.com/piskvorky/smart_open") 10229 (home-page "https://github.com/piskvorky/smart_open")
10224 (synopsis "Utilities for streaming large files") 10230 (synopsis "Utilities for streaming large files")