GNU bug report logs - #67935
[PATCH] gnu: containers: Add podman-compose.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Wed, 20 Dec 2023 16:22:01 UTC

Severity: normal

Tags: patch

Done: Daniel Ziltener <dziltener <at> lyrion.ch>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67935 in the body.
You can then email your comments to 67935 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67935; Package guix-patches. (Wed, 20 Dec 2023 16:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Dec 2023 16:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH] gnu: containers: Add podman-compose.
Date: Wed, 20 Dec 2023 17:20:34 +0100
---
 gnu/packages/containers.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a3aa9ac1db..ccc428b3d6 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -32,6 +32,7 @@ (define-module (gnu packages containers)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system go)
   #:use-module (guix build-system meson)
+  #:use-module (guix build-system pyproject)
   #:use-module (guix utils)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages autotools)
@@ -401,6 +402,29 @@ (define-public podman
 containers.")
     (license license:asl2.0)))
 
+(define-public podman-compose
+  (package
+   (name "podman-compose")
+   (version "1.0.6")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://github.com/containers/podman-compose.git")
+           (commit (string-append "v" version))))
+     (sha256
+      (base32
+       "11dwpifkm20vyi6r3fgmiiqc01mpm4r8l0p5gfh0bawi2gklrhsf"))))
+   (propagated-inputs
+    (list python-pyyaml
+          python-dotenv))
+   (build-system pyproject-build-system)
+   (home-page "https://github.com/containers/podman-compose")
+   (synopsis "a script to run docker-compose.yml using podman")
+   (description "An implementation of Compose Spec with Podman backend, to
+allow you to run docker-compose.yml files with Podman.")
+   (license license:gpl2)))
+
 (define-public buildah
   (package
     (name "buildah")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67935; Package guix-patches. (Fri, 26 Jan 2024 15:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 67935 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: 67935 <at> debbugs.gnu.org
Subject: GNU Debbugs <control <at> debbugs.gnu.org>
Date: Fri, 26 Jan 2024 16:31:53 +0100
close 67935
thanks





Information forwarded to guix-patches <at> gnu.org:
bug#67935; Package guix-patches. (Thu, 14 Mar 2024 10:54:01 GMT) Full text and rfc822 format available.

Message #11 received at 67935 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: 67935 <at> debbugs.gnu.org
Subject: GNU Debbugs <control <at> debbugs.gnu.org>
Date: Thu, 14 Mar 2024 11:52:31 +0100
close 67935
thanks





bug closed, send any further explanations to 67935 <at> debbugs.gnu.org and Daniel Ziltener <dziltener <at> lyrion.ch> Request was from Daniel Ziltener <dziltener <at> lyrion.ch> to control <at> debbugs.gnu.org. (Mon, 25 Mar 2024 16:43:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 23 Apr 2024 11:24:39 GMT) Full text and rfc822 format available.

This bug report was last modified 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.