From: Daniel Ziltener via Guix-patches via <guix-patches@gnu.org>
To: 67935@debbugs.gnu.org
Cc: dziltener@lyrion.ch
Subject: [bug#67935] [PATCH] gnu: containers: Add podman-compose.
Date: Wed, 20 Dec 2023 17:20:34 +0100 [thread overview]
Message-ID: <6b97b41923d5000e89b44496006530a0@lyrion.ch> (raw)
---
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
next reply other threads:[~2023-12-20 16:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 16:20 Daniel Ziltener via Guix-patches via [this message]
2024-01-26 15:31 ` [bug#67935] GNU Debbugs <control@debbugs.gnu.org> Daniel Ziltener via Guix-patches via
2024-03-14 10:52 ` Daniel Ziltener via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6b97b41923d5000e89b44496006530a0@lyrion.ch \
--to=guix-patches@gnu.org \
--cc=67935@debbugs.gnu.org \
--cc=dziltener@lyrion.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).