From d4f02447ff4ee94e78ce59381460b7979186397a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 13 May 2021 19:31:21 +0200 Subject: gnu: pybind11: Update to 2.6.2. * gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2ff0332c7f..b640077783 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20491,7 +20491,7 @@ (define-public python-stone (define-public pybind11 (package (name "pybind11") - (version "2.6.1") + (version "2.6.2") (source (origin (method git-fetch) (uri (git-reference @@ -20499,7 +20499,7 @@ (define-public pybind11 (commit (string-append "v" version)))) (sha256 (base32 - "1wh5b1xnywzxwxkyac2wvyqwzmy1qxs341jjk820r7b825wn6yad")) + "1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs -- cgit v1.2.3 From f5855555dba9dee2d858545e96fdd681e2ee8a9e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 10 May 2021 21:45:58 +0100 Subject: gnu: sniffio: Update to 1.2.0 Signed-off-by: Efraim Flashner --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b640077783..f79fc54e24 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10159,13 +10159,13 @@ (define-public python-tables (define-public python-sniffio (package (name "python-sniffio") - (version "1.1.0") + (version "1.2.0") (source (origin (method url-fetch) (uri (pypi-uri "sniffio" version)) (sha256 - (base32 "08bsp2pp2dxzn9yzcafwzw8jlm0jf50as0ix8vfhxzk91w810f4f")))) + (base32 "1pnkvi6wvn4qd37y69n1ls6n8l63gfmn3pvb1jb50gqxxkn6wrn4")))) (build-system python-build-system) (arguments `(#:phases -- cgit v1.2.3 From b3c4af692e6426bd21a18f17f58608dcdc50cc97 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 18 May 2021 16:08:15 +0200 Subject: gnu: python-pyprind: Update to 2.11.3. * gnu/packages/python-xyz.scm (python-pyprind): Update to 2.11.3. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f79fc54e24..98c9caea86 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -526,13 +526,13 @@ (define-public python-colorlog (define-public python-pyprind (package (name "python-pyprind") - (version "2.11.2") + (version "2.11.3") (source (origin (method url-fetch) (uri (pypi-uri "PyPrind" version)) (sha256 (base32 - "0xg6m5hr33h9bdlrr42kc58jm2m87a9zsagy7n2m4n407d2snv64")))) + "1gscnlvj37m421ch3akm3kddxqkrgbg5zrpwy2ky1j59w6vclzg3")))) (build-system python-build-system) (propagated-inputs `(("python-psutil" ,python-psutil))) -- cgit v1.2.3 From e0be9fa62dd2a89c414fa3ef18795a7450649ba7 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 18 May 2021 16:23:55 +0200 Subject: gnu: python-pdftotext: Update to 2.1.6. * gnu/packages/python-xyz.scm (python-pdftotext): Update to 2.1.6. --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 98c9caea86..ddaa51bb3f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5280,14 +5280,13 @@ (define-public python-patiencediff (define-public python-pdftotext (package (name "python-pdftotext") - (version "2.1.5") + (version "2.1.6") (source (origin (method url-fetch) (uri (pypi-uri "pdftotext" version)) (sha256 - (base32 - "19la1cw1hmkcr8big04gm2dd5fw0y0z97g930aiy29s1gaqbiblq")))) + (base32 "1555wbgr5spj8xflrs4mwsrdmba2f9s72nk50xzqk9ghxaxdvy6a")))) (build-system python-build-system) (inputs `(("poppler" ,poppler))) -- cgit v1.2.3 From e7f97f8af424a3eaf1e9bbddc26400bd39bd65ff Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 21 May 2021 17:36:34 +0200 Subject: gnu: python-pikepdf: Update to 2.12.1. * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ddaa51bb3f..c77afdaffa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6162,13 +6162,13 @@ (define-public python2-olefile (define-public python-pikepdf (package (name "python-pikepdf") - (version "2.12.0") + (version "2.12.1") (source (origin (method url-fetch) (uri (pypi-uri "pikepdf" version)) (sha256 - (base32 "1fgk93v5zac38ak00nw94mi44z9701kn20dkdfpwqr3588vnxfzw")))) + (base32 "1si1x4dc4i4ghyirjfws1zkgiwk8kypnpp4gf68haascrdy7znqw")))) (build-system python-build-system) (arguments `(#:tests? #false)) ;require python-xmp-toolkit -- cgit v1.2.3 From b6c83dc5ae8f9b2896175f3befd83eb86b0343c6 Mon Sep 17 00:00:00 2001 From: Björn Höfling Date: Fri, 21 May 2021 21:52:10 +0200 Subject: gnu: python-scour: Correct version. * gnu/packages/python-xyz.scm (python-scour): Correct version string from 038.1 to 0.38.1. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c77afdaffa..ac3938ab40 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2222,7 +2222,7 @@ (define-public python2-schedule (define-public python-scour (package (name "python-scour") - (version "038.1") + (version "0.38.1") (source (origin (method git-fetch) -- cgit v1.2.3 From 8aab6e0dfbf0815eb295220e23cd58347697fb18 Mon Sep 17 00:00:00 2001 From: Björn Höfling Date: Fri, 21 May 2021 22:20:13 +0200 Subject: gnu: python-scour: Update to 0.38.2. * gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ac3938ab40..6fcbb14cff 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2222,7 +2222,7 @@ (define-public python2-schedule (define-public python-scour (package (name "python-scour") - (version "0.38.1") + (version "0.38.2") (source (origin (method git-fetch) @@ -2233,7 +2233,7 @@ (define-public python-scour (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rgiypb9ig8x4rl3hfzpy7kwnx1q3064nvlrv4fk0dnp84girn0v")))) + (base32 "0mmfvx4wqp8gkpv0kbih89zfs9njvmd3v4dxfqii62xddpxq0f1k")))) (propagated-inputs `(("python-six" ,python-six))) (build-system python-build-system) -- cgit v1.2.3 From 0d0e3bee031d84712ac76c141a8bfdc8e7179868 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 22 May 2021 14:35:42 +0200 Subject: gnu: python2-cliapp: Add Python 3 variant. * gnu/packages/python-xyz.scm (python2-cliapp): Rename to ... (python-cliapp): ... this. [name, native-inputs, propagated-inputs]: Adjust accordingly. [arguments]: Disable tests. [description]: Remove mentions of Python version and add markup. (python2-cliapp): Use PACKAGE-WITH-PYTHON2. --- gnu/packages/python-xyz.scm | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6fcbb14cff..b42b4a6b4c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16859,9 +16859,9 @@ (define-public python-attrs-bootstrap (define-public python2-attrs-bootstrap (package-with-python2 python-attrs-bootstrap)) -(define-public python2-cliapp +(define-public python-cliapp (package - (name "python2-cliapp") + (name "python-cliapp") (version "1.20180812.1") (source (origin @@ -16874,32 +16874,24 @@ (define-public python2-cliapp "1c1jlblbns8qhiaqjpg4xi6lip8xwfc5w643p43rg543havaj45x")))) (build-system python-build-system) (arguments - `(#:python ,python-2 - #:phases - (modify-phases %standard-phases - ;; check phase needs to be run before the build phase. If not, - ;; coverage-test-runner looks for tests for the built source files, - ;; and fails. - (delete 'check) - (add-before 'build 'check - (lambda _ - ;; Disable python3 tests - (substitute* "check" - (("python3") "# python3")) - (invoke "./check")))))) + `(;; XXX: The tests only do style and coverage checks, which + ;; fails due to deprecation warnings, etc. + #:tests? #f)) (native-inputs - `(("python2-coverage-test-runner" ,python2-coverage-test-runner) - ("python2-pep8" ,python2-pep8))) + `(("python-coverage-test-runner" ,python-coverage-test-runner) + ("python-pep8" ,python-pep8))) (propagated-inputs - `(("python2-pyaml" ,python2-pyaml))) + `(("python-pyaml" ,python-pyaml))) (home-page "https://liw.fi/cliapp/") (synopsis "Python framework for command line programs") - (description "@code{python2-cliapp} is a python framework for -command line programs. It contains the typical stuff such programs -need to do, such as parsing the command line for options, and -iterating over input files.") + (description "@code{cliapp} is a Python framework for command line +programs. It contains the typical stuff such programs need to do, such +as parsing the command line for options, and iterating over input files.") (license license:gpl2+))) +(define-public python2-cliapp + (package-with-python2 python-cliapp)) + (define-public python2-ttystatus (package (name "python2-ttystatus") -- cgit v1.2.3 From 10c8aa039da5a7bad43581a610cf616f96335d6a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 22 May 2021 14:38:31 +0200 Subject: gnu: python2-ttystatus: Add Python 3 variant. * gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ... (python-ttystatus): ... this. [name, native-inputs, arguments]: Adjust accordingly. [descriptions]: Remove mentions of Python version and add markup. (python2-ttystatus): Use PACKAGE-WITH-PYTHON2. --- gnu/packages/python-xyz.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b42b4a6b4c..bd716f3dac 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16892,9 +16892,9 @@ (define-public python-cliapp (define-public python2-cliapp (package-with-python2 python-cliapp)) -(define-public python2-ttystatus +(define-public python-ttystatus (package - (name "python2-ttystatus") + (name "python-ttystatus") (version "0.38") (source (origin @@ -16908,11 +16908,10 @@ (define-public python2-ttystatus (file-name (git-file-name name version)))) (build-system python-build-system) (native-inputs - `(("python2-coverage-test-runner" ,python2-coverage-test-runner) - ("python2-pep8" ,python2-pep8))) + `(("python-coverage-test-runner" ,python-coverage-test-runner) + ("python-pep8" ,python-pep8))) (arguments - `(#:python ,python-2 - #:phases + `(#:phases (modify-phases %standard-phases ;; check phase needs to be run before the build phase. If not, ;; coverage-test-runner looks for tests for the built source files, @@ -16923,13 +16922,15 @@ (define-public python2-ttystatus (home-page "https://liw.fi/ttystatus/") (synopsis "Python library for showing progress reporting and status updates on terminals") - (description "@code{python2-ttystatus} is a python library for -showing progress reporting and status updates on terminals, for -command line programs. Output is automatically adapted to the width -of the terminal: truncated if it does not fit, and resized if the -terminal size changes.") + (description "@code{ttystatus} is a Python library for showing progress +reporting and status updates on terminals, for command line programs. +Output is automatically adapted to the width of the terminal: truncated +if it does not fit, and resized if the terminal size changes.") (license license:gpl3+))) +(define-public python2-ttystatus + (package-with-python2 python-ttystatus)) + (define-public python2-tracing (package (name "python2-tracing") -- cgit v1.2.3