aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/monitoring.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-10-01 15:49:13 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-11 12:18:11 -0500
commit05e3638bb9275276fe7999f37ff4c5b000337319 (patch)
tree29ad33d65be3b9e7367c2fd5cf121a2d6632936e /gnu/packages/monitoring.scm
parentc738a054cac00441a4f697f0b40705d0b3f4a7a7 (diff)
downloadguix-05e3638bb9275276fe7999f37ff4c5b000337319.tar.gz
guix-05e3638bb9275276fe7999f37ff4c5b000337319.zip
gnu: Move a few Python packages to (gnu packages python-build).
This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions.
Diffstat (limited to 'gnu/packages/monitoring.scm')
-rw-r--r--gnu/packages/monitoring.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 999cfcb8b0..c8316c5212 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -56,6 +56,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages rrdtool)
an class='msg-avail'>...Ricardo Wurmus 2021-03-09gnu: services: Add activate script to the profile system directory....Brice Waegeneire 2020-12-01services: profile: Create manifest at monadic-bind time....Ludovic Courtès 2020-10-16services: provenance: Wrap config file name in 'assume-valid-file-name'....Ludovic Courtès 2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe 2020-08-25linux-libre: Support module compression....Mathieu Othacehe 2020-07-27machine: ssh: Check for potential system downgrades....Ludovic Courtès 2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès 2020-07-15services: Add 'system-provenance' procedure....Ludovic Courtès 2020-07-01services: provenance: Save channel introductions....Ludovic Courtès 2020-06-08gnu: services: Add %hurd-startup-service....Jan (janneke) Nieuwenhuizen 2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen 2020-04-26services: system: Initial entries are non-monadic....Ludovic Courtès 2020-04-26services: profile: Use a declarative profile....Ludovic Courtès 2020-04-21services: etc: Detect and report duplicate entries....Ludovic Courtès 2020-04-05services: Allow modprobe to use "/etc/modprobe.d"....Brice Waegeneire 2020-04-02services: Accumulate builds for 'system' entries....Ludovic Courtès 2019-12-07services: Add 'provenance-service-type'....Ludovic Courtès 2019-11-09services: 'fold-services' memoizes service values....Ludovic Courtès 2019-08-14remote: Remove '--system' argument....Jakob L. Kreuze 2019-05-10services: 'gc-root-service-type' now has a default value....Ludovic Courtès 2018-09-07services: 'instantiate-missing-services' reaches fixed point....Ludovic Courtès 2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès 2018-06-20services: Add description to core services....Ludovic Courtès 2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès 2018-06-20services: boot: Reverse the order of boot expressions....Ludovic Courtès