summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm60
1 files changed, 30 insertions, 30 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 074ea394e1f..109a14b0ae7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1309,7 +1309,7 @@ bits instead of primitive data types like @code{char}, @code{int}, etc.")
1309 ;; not included with the PyPI archive. 1309 ;; not included with the PyPI archive.
1310 (method git-fetch) 1310 (method git-fetch)
1311 (uri (git-reference 1311 (uri (git-reference
1312 (url "https://github.com/eerimoq/cantools.git") 1312 (url "https://github.com/eerimoq/cantools")
1313 (commit version))) 1313 (commit version)))
1314 (file-name (git-file-name name version)) 1314 (file-name (git-file-name name version))
1315 (sha256 1315 (sha256
@@ -2049,7 +2049,7 @@ and is not compatible with JSON.")
2049 (source (origin 2049 (source (origin
2050 (method git-fetch) 2050 (method git-fetch)
2051 (uri (git-reference 2051 (uri (git-reference
2052 (url "https://github.com/SCons/scons.git") 2052 (url "https://github.com/SCons/scons")
2053 (commit version))) 2053 (commit version)))
2054 (file-name (git-file-name name version)) 2054 (file-name (git-file-name name version))
2055 (sha256 2055 (sha256
@@ -2401,7 +2401,7 @@ files.")
2401 ;; There's no source tarball on PyPI. 2401 ;; There's no source tarball on PyPI.
2402 (method git-fetch) 2402 (method git-fetch)
2403 (uri (git-reference 2403 (uri (git-reference
2404 (url "https://github.com/dbcli/cli_helpers.git") 2404 (url "https://github.com/dbcli/cli_helpers")
2405 (commit (string-append "v" version)))) 2405 (commit (string-append "v" version))))
2406 (file-name (git-file-name name version)) 2406 (file-name (git-file-name name version))
2407 (sha256 2407 (sha256
@@ -3428,7 +3428,7 @@ software version simply.")
3428 (origin 3428 (origin
3429 (method git-fetch) 3429 (method git-fetch)
3430 (uri (git-reference 3430 (uri (git-reference
3431 (url "https://github.com/tantale/deprecated.git") 3431 (url "https://github.com/tantale/deprecated")
3432 (commit (string-append "v" version)))) 3432 (commit (string-append "v" version))))
3433 (file-name (git-file-name name version)) 3433 (file-name (git-file-name name version))
3434 (sha256 3434 (sha256
@@ -3464,7 +3464,7 @@ to deprecate classes, functions or methods.")
3464 (origin 3464 (origin
3465 (method git-fetch) 3465 (method git-fetch)
3466 (uri (git-reference 3466 (uri (git-reference
3467 (url "https://github.com/PyGithub/PyGithub.git") 3467 (url "https://github.com/PyGithub/PyGithub")
3468 (commit (string-append "v" version)))) 3468 (commit (string-append "v" version))))
3469 (file-name (git-file-name name version)) 3469 (file-name (git-file-name name version))
3470 (sha256 3470 (sha256
@@ -3531,7 +3531,7 @@ ecosystem, but can naturally be used also by other projects.")
3531 (origin 3531 (origin
3532 (method git-fetch) 3532 (method git-fetch)
3533 (uri (git-reference 3533 (uri (git-reference
3534 (url "https://github.com/robotframework/robotframework.git") 3534 (url "https://github.com/robotframework/robotframework")
3535 (commit (string-append "v" version)))) 3535 (commit (string-append "v" version))))
3536 (file-name (git-file-name name version)) 3536 (file-name (git-file-name name version))
3537 (sha256 3537 (sha256
@@ -3580,7 +3580,7 @@ process automation (RPA).")
3580 (origin 3580 (origin
3581 (method git-fetch) 3581 (method git-fetch)
3582 (uri (git-reference 3582 (uri (git-reference
3583 (url "https://github.com/boakley/robotframework-lint.git") 3583 (url "https://github.com/boakley/robotframework-lint")
3584 (commit commit))) 3584 (commit commit)))
3585 (file-name (git-file-name name version)) 3585 (file-name (git-file-name name version))
3586 (sha256 3586 (sha256
@@ -3611,7 +3611,7 @@ utility, a static analysis tool (linter) for Robot Framework source files.")
3611 (origin 3611 (origin
3612 (method git-fetch) 3612 (method git-fetch)
3613 (uri (git-reference 3613 (uri (git-reference
3614 (url "https://github.com/robotframework/SSHLibrary.git") 3614 (url "https://github.com/robotframework/SSHLibrary")
3615 (commit (string-append "v" version)))) 3615 (commit (string-append "v" version))))
3616 (file-name (git-file-name name version)) 3616 (file-name (git-file-name name version))
3617 (sha256 3617 (sha256
@@ -4016,7 +4016,7 @@ and is very extensible.")
4016 ;; git-reference because tests are not included in pypi source tarball 4016 ;; git-reference because tests are not included in pypi source tarball
4017 ;; https://issues.guix.gnu.org/issue/36755#2 4017 ;; https://issues.guix.gnu.org/issue/36755#2
4018 (uri (git-reference 4018 (uri (git-reference
4019 (url "https://github.com/projectmallard/mallard-ducktype.git") 4019 (url "https://github.com/projectmallard/mallard-ducktype")
4020 (commit version))) 4020 (commit version)))
4021 (file-name (git-file-name name version)) 4021 (file-name (git-file-name name version))
4022 (sha256 4022 (sha256
@@ -4422,7 +4422,7 @@ color scales, and color space conversion easy. It has support for:
4422 ,(origin ; The build script expects scipy-sphinx-theme as a git submodule 4422 ,(origin ; The build script expects scipy-sphinx-theme as a git submodule
4423 (method git-fetch) 4423 (method git-fetch)
4424 (uri (git-reference 4424 (uri (git-reference
4425 (url "https://github.com/scipy/scipy-sphinx-theme.git") 4425 (url "https://github.com/scipy/scipy-sphinx-theme")
4426 (commit "c466764e2231ba132c09826b5b138fffa1cfcec3"))) 4426 (commit "c466764e2231ba132c09826b5b138fffa1cfcec3")))
4427 (sha256 4427 (sha256
4428 (base32 4428 (base32
@@ -4669,7 +4669,7 @@ To address this and enable easy cycling over arbitrary @code{kwargs}, the
4669 (origin 4669 (origin
4670 (method git-fetch) 4670 (method git-fetch)
4671 (uri (git-reference 4671 (uri (git-reference
4672 (url "https://github.com/njsmith/colorspacious.git") 4672 (url "https://github.com/njsmith/colorspacious")
4673 (commit (string-append "v" version)))) 4673 (commit (string-append "v" version))))
4674 (file-name (git-file-name name version)) 4674 (file-name (git-file-name name version))
4675 (sha256 4675 (sha256
@@ -5063,7 +5063,7 @@ as the original project seems to have been abandoned circa 2007.")
5063 (origin 5063 (origin
5064 (method git-fetch) 5064 (method git-fetch)
5065 (uri (git-reference 5065 (uri (git-reference
5066 (url "https://github.com/pagekite/PySocksipyChain.git") 5066 (url "https://github.com/pagekite/PySocksipyChain")
5067 (commit (string-append "v" version)))) 5067 (commit (string-append "v" version))))
5068 (file-name (git-file-name name version)) 5068 (file-name (git-file-name name version))
5069 (sha256 5069 (sha256
@@ -5286,7 +5286,7 @@ Python's distutils.")
5286 ;; source from a (semi-arbitrary, i.e. latest as of now) git commit. 5286 ;; source from a (semi-arbitrary, i.e. latest as of now) git commit.
5287 (method git-fetch) 5287 (method git-fetch)
5288 (uri (git-reference 5288 (uri (git-reference
5289 (url "https://github.com/dieterv/elib.intl.git") 5289 (url "https://github.com/dieterv/elib.intl")
5290 (commit "d09997cfef"))) 5290 (commit "d09997cfef")))
5291 (file-name (string-append name "-" version "-checkout")) 5291 (file-name (string-append name "-" version "-checkout"))
5292 (sha256 5292 (sha256
@@ -5850,7 +5850,7 @@ memoizing PEG/Packrat parser in Python.")
5850 (origin 5850 (origin
5851 (method git-fetch) 5851 (method git-fetch)
5852 (uri (git-reference 5852 (uri (git-reference
5853 (url "https://github.com/pygridtools/gridmap.git") 5853 (url "https://github.com/pygridtools/gridmap")
5854 (commit (string-append "v" version)))) 5854 (commit (string-append "v" version))))
5855 (file-name (git-file-name name version)) 5855 (file-name (git-file-name name version))
5856 (sha256 5856 (sha256
@@ -5881,7 +5881,7 @@ cluster without needing to write any wrapper code yourself.")
5881 (origin 5881 (origin
5882 (method git-fetch) 5882 (method git-fetch)
5883 (uri (git-reference 5883 (uri (git-reference
5884 (url "https://github.com/nickstenning/honcho.git") 5884 (url "https://github.com/nickstenning/honcho")
5885 (commit (string-append "v" version)))) 5885 (commit (string-append "v" version))))
5886 (file-name (git-file-name name version)) 5886 (file-name (git-file-name name version))
5887 (sha256 5887 (sha256
@@ -7468,7 +7468,7 @@ falling into the Python interpreter.")
7468 (origin 7468 (origin
7469 (method git-fetch) 7469 (method git-fetch)
7470 (uri (git-reference 7470 (uri (git-reference
7471 (url "https://github.com/python-xlib/python-xlib.git") 7471 (url "https://github.com/python-xlib/python-xlib")
7472 (commit version))) 7472 (commit version)))
7473 (file-name (git-file-name name version)) 7473 (file-name (git-file-name name version))
7474 (sha256 7474 (sha256
@@ -8801,7 +8801,7 @@ Python Package Index (PyPI).")
8801 (origin 8801 (origin
8802 (method git-fetch) 8802 (method git-fetch)
8803 (uri (git-reference 8803 (uri (git-reference
8804 (url "https://github.com/trendmicro/tlsh.git") 8804 (url "https://github.com/trendmicro/tlsh")
8805 (commit (string-append "v" version)))) 8805 (commit (string-append "v" version))))
8806 (file-name (git-file-name name version)) 8806 (file-name (git-file-name name version))
8807 (sha256 8807 (sha256
@@ -12893,7 +12893,7 @@ discovery, monitoring and configuration.")
12893 (origin 12893 (origin
12894 (method git-fetch) 12894 (method git-fetch)
12895 (uri (git-reference 12895 (uri (git-reference
12896 (url "https://github.com/schematics/schematics.git") 12896 (url "https://github.com/schematics/schematics")
12897 (commit (string-append "v" version)))) 12897 (commit (string-append "v" version))))
12898 (file-name (git-file-name name version)) 12898 (file-name (git-file-name name version))
12899 (sha256 12899 (sha256
@@ -15284,7 +15284,7 @@ Swagger 2.0).")
15284 (origin 15284 (origin
15285 (method git-fetch) 15285 (method git-fetch)
15286 (uri (git-reference 15286 (uri (git-reference
15287 (url "https://github.com/rochacbruno/flasgger.git") 15287 (url "https://github.com/rochacbruno/flasgger")
15288 (commit version))) 15288 (commit version)))
15289 (file-name (git-file-name name version)) 15289 (file-name (git-file-name name version))
15290 (sha256 15290 (sha256
@@ -15817,7 +15817,7 @@ executed more than a given number of times during a given period.")
15817 (origin 15817 (origin
15818 (method git-fetch) 15818 (method git-fetch)
15819 (uri (git-reference 15819 (uri (git-reference
15820 (url "https://github.com/kovidgoyal/dukpy.git") 15820 (url "https://github.com/kovidgoyal/dukpy")
15821 (commit (string-append "v" version)))) 15821 (commit (string-append "v" version))))
15822 (file-name (git-file-name name version)) 15822 (file-name (git-file-name name version))
15823 (sha256 15823 (sha256
@@ -16284,7 +16284,7 @@ and works only with Python 2 and NumPy < 1.9.")
16284 (origin (method git-fetch) 16284 (origin (method git-fetch)
16285 ;; Source tarball on PyPI doesn't include tests. 16285 ;; Source tarball on PyPI doesn't include tests.
16286 (uri (git-reference 16286 (uri (git-reference
16287 (url "https://github.com/hsoft/send2trash.git") 16287 (url "https://github.com/hsoft/send2trash")
16288 (commit version))) 16288 (commit version)))
16289 (file-name (git-file-name name version)) 16289 (file-name (git-file-name name version))
16290 (sha256 16290 (sha256
@@ -16413,7 +16413,7 @@ functions by partial application of operators.")
16413 (origin 16413 (origin
16414 (method git-fetch) 16414 (method git-fetch)
16415 (uri (git-reference 16415 (uri (git-reference
16416 (url "https://github.com/Suor/funcy.git") 16416 (url "https://github.com/Suor/funcy")
16417 (commit version))) 16417 (commit version)))
16418 (sha256 16418 (sha256
16419 (base32 "1s98vkjnq3zq71737hn8xa15kssvmy1sfzsll3vrlv53902418mw")) 16419 (base32 "1s98vkjnq3zq71737hn8xa15kssvmy1sfzsll3vrlv53902418mw"))
@@ -16532,7 +16532,7 @@ source bytes using the UTF-8 encoding and then rewrites Python 3.6 style
16532 (origin 16532 (origin
16533 (method git-fetch) 16533 (method git-fetch)
16534 (uri (git-reference 16534 (uri (git-reference
16535 (url "https://github.com/python/typed_ast.git") 16535 (url "https://github.com/python/typed_ast")
16536 (commit version))) 16536 (commit version)))
16537 (sha256 16537 (sha256
16538 (base32 "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb")) 16538 (base32 "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb"))
@@ -16973,7 +16973,7 @@ manager compatible with @code{asyncio}.")
16973 (origin 16973 (origin
16974 (method git-fetch) 16974 (method git-fetch)
16975 (uri (git-reference 16975 (uri (git-reference
16976 (url "https://github.com/miracle2k/python-glob2.git") 16976 (url "https://github.com/miracle2k/python-glob2")
16977 (commit (string-append "v" version)))) 16977 (commit (string-append "v" version))))
16978 (file-name (git-file-name name version)) 16978 (file-name (git-file-name name version))
16979 (sha256 16979 (sha256
@@ -17163,7 +17163,7 @@ user-space file systems in Python.")
17163 (source (origin 17163 (source (origin
17164 (method git-fetch) 17164 (method git-fetch)
17165 (uri (git-reference 17165 (uri (git-reference
17166 (url "https://github.com/pybind/pybind11.git") 17166 (url "https://github.com/pybind/pybind11")
17167 (commit (string-append "v" version)))) 17167 (commit (string-append "v" version))))
17168 (sha256 17168 (sha256
17169 (base32 17169 (base32
@@ -18061,7 +18061,7 @@ on regular expressions.")
18061 (origin 18061 (origin
18062 (method git-fetch) 18062 (method git-fetch)
18063 (uri (git-reference 18063 (uri (git-reference
18064 (url "https://github.com/rholder/retrying.git") 18064 (url "https://github.com/rholder/retrying")
18065 (commit (string-append "v" version)))) 18065 (commit (string-append "v" version))))
18066 (file-name (git-file-name name version)) 18066 (file-name (git-file-name name version))
18067 (sha256 18067 (sha256
@@ -18858,7 +18858,7 @@ bindings for Python 2.5+ and 3.")))
18858 (origin 18858 (origin
18859 (method git-fetch) 18859 (method git-fetch)
18860 (uri (git-reference 18860 (uri (git-reference
18861 (url "https://github.com/oinume/iocapture.git") 18861 (url "https://github.com/oinume/iocapture")
18862 (commit commit))) 18862 (commit commit)))
18863 (file-name (git-file-name name version)) 18863 (file-name (git-file-name name version))
18864 (sha256 18864 (sha256
@@ -18898,7 +18898,7 @@ standard error channel (stderr) in your program.")
18898 (origin 18898 (origin
18899 (method git-fetch) 18899 (method git-fetch)
18900 (uri (git-reference 18900 (uri (git-reference
18901 (url "https://github.com/neithere/argh.git") 18901 (url "https://github.com/neithere/argh")
18902 (commit commit))) 18902 (commit commit)))
18903 (file-name (git-file-name name version)) 18903 (file-name (git-file-name name version))
18904 (sha256 18904 (sha256
@@ -19788,7 +19788,7 @@ HTML-containing files.")
19788 ;; sample.json5 is missing from PyPi source tarball 19788 ;; sample.json5 is missing from PyPi source tarball
19789 (method git-fetch) 19789 (method git-fetch)
19790 (uri (git-reference 19790 (uri (git-reference
19791 (url "https://github.com/dpranke/pyjson5.git") 19791 (url "https://github.com/dpranke/pyjson5")
19792 (commit (string-append "v" version)))) 19792 (commit (string-append "v" version))))
19793 (file-name (git-file-name name version)) 19793 (file-name (git-file-name name version))
19794 (sha256 19794 (sha256
@@ -19830,7 +19830,7 @@ replacement for dictionaries where immutability is desired.")
19830 (origin 19830 (origin
19831 (method git-fetch) 19831 (method git-fetch)
19832 (uri (git-reference 19832 (uri (git-reference
19833 (url "https://github.com/matrix-org/python-unpaddedbase64.git") 19833 (url "https://github.com/matrix-org/python-unpaddedbase64")
19834 (commit (string-append "v" version)))) 19834 (commit (string-append "v" version))))
19835 (file-name (git-file-name name version)) 19835 (file-name (git-file-name name version))
19836 (sha256 19836 (sha256