GNU bug report logs -
#66467
[PATCH 1/2] gnu: python-doit: Update to 0.36.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66467 in the body.
You can then email your comments to 66467 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66467
; Package
guix-patches
.
(Wed, 11 Oct 2023 17:54:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Paul A. Patience" <paul <at> apatience.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 11 Oct 2023 17:54:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-doit): Update to 0.36.0.
[arguments]: New field.
[propagated-inputs]: Move below native-inputs. Remove python-pyinotify
and add python-importlib-metadata and python-tomli.
[description]: Fix typos and use @code.
---
gnu/packages/python-xyz.scm | 39 ++++++++++++++++++++++++-------------
1 file changed, 25 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 94e8db934f..00129bd442 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32033,28 +32033,39 @@ (define-public python-yapsy
(define-public python-doit
(package
(name "python-doit")
- (version "0.34.0")
+ (version "0.36.0")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "doit" version))
- (sha256
- (base32 "0bf0m9n0hyjvjpv051zd26725j8jr23gyvc37v3kkadwbh8dxwcf"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "doit" version))
+ (sha256
+ (base32 "1g1lwaxb9q3a6c24sr3gw5bspsk5frbrk2frb7z25jqljp67rl3i"))))
(build-system python-build-system)
- (propagated-inputs
- (list python-cloudpickle python-pyinotify))
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv" "-k"
+ ;; Requires doitpy, which is missing from Guix.
+ "not test_execute")))))))
(native-inputs
- (list python-pytest))
+ (list python-pytest))
+ (propagated-inputs
+ (list python-cloudpickle
+ python-importlib-metadata
+ python-tomli))
(home-page "https://pydoit.org")
(synopsis "Automation tool to execute any kind of task in a build-tools
fashion")
- (description "doit is an automation tool that brings the power of
-build-tools to execute any kind of task.
+ (description "@code{doit} is an automation tool that brings the power of
+build tools to execute any kind of task.
A task describes some computation to be done (actions), and contains some
-extra meta-data. The actions can be external programs or Python functions. A
-single task may define more than one action.doit uses the task’s meta-data
-to:
+extra metadata. The actions can be external programs or Python functions. A
+single task may define more than one action. @code{doit} uses the task’s
+metadata to:
@itemize
@item cache task results
base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66467
; Package
guix-patches
.
(Wed, 11 Oct 2023 17:56:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 66467 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pydevtool): New variable.
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 00129bd442..ae48b05e43 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32075,6 +32075,31 @@ (define-public python-doit
@end itemize")
(license license:expat)))
+(define-public python-pydevtool
+ (package
+ (name "python-pydevtool")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pydevtool" version))
+ (sha256
+ (base32 "12pwhvvm4pgvfxj18ylb66drxm28b2cpb5rbxqrsrk1k7m7vmqr5"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; No tests.
+ #:tests? #f))
+ (propagated-inputs
+ (list python-doit))
+ (home-page "https://github.com/pydoit/pydevtool")
+ (synopsis "CLI development tools powered by @code{doit}")
+ (description
+ "@code{pydevtool} is a Python development tool powered by @code{doit}.
+It integrates with Click and Rich for creating CLIs, and also with linters
+@code{pycodestyle} and Pyflakes.")
+ (license license:expat)))
+
(define-public python-phpserialize
(package
(name "python-phpserialize")
--
2.41.0
bug closed, send any further explanations to
66467 <at> debbugs.gnu.org and "Paul A. Patience" <paul <at> apatience.com>
Request was from
Steve George <steve <at> futurile.net>
to
control <at> debbugs.gnu.org
.
(Tue, 05 Mar 2024 11:45:02 GMT)
Full text and
rfc822 format available.
Message sent on
to
"Paul A. Patience" <paul <at> apatience.com>
:
bug#66467.
(Tue, 05 Mar 2024 11:45:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 66467-submitter <at> debbugs.gnu.org (full text, mbox):
close 66467
Superseded by commit 1fb5d95e75e1271e16bc51db21eb1205ebc4c777
thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 03 Apr 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 36 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.