From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 258D8158245 for ; Thu, 5 Dec 2024 12:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04425E0972; Thu, 5 Dec 2024 12:00:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C45EEE0976 for ; Thu, 5 Dec 2024 12:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 077DC340BEA for ; Thu, 5 Dec 2024 12:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F465229E for ; Thu, 5 Dec 2024 12:00:14 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733386588.d3feb4e30200a318ce3098423fe1fc947a60c993.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/podman-compose/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/podman-compose/Manifest dev-python/podman-compose/podman-compose-1.2.0.ebuild X-VCS-Directories: dev-python/podman-compose/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d3feb4e30200a318ce3098423fe1fc947a60c993 X-VCS-Branch: master Date: Thu, 5 Dec 2024 12:00:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54851738-9992-4912-a4f6-5ace9635e3c6 X-Archives-Hash: 2c059252e8d2be061c91d08d063646fd commit: d3feb4e30200a318ce3098423fe1fc947a60c993 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Dec 5 08:08:02 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 5 08:16:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3feb4e3 dev-python/podman-compose: add 1.2.0 Closes: https://bugs.gentoo.org/945869 Signed-off-by: Viorel Munteanu gentoo.org> dev-python/podman-compose/Manifest | 1 + .../podman-compose/podman-compose-1.2.0.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/podman-compose/Manifest b/dev-python/podman-compose/Manifest index fa25ab103..3a20e7bc3 100644 --- a/dev-python/podman-compose/Manifest +++ b/dev-python/podman-compose/Manifest @@ -1 +1,2 @@ DIST podman-compose-1.0.6.gh.tar.gz 58426 BLAKE2B 4a200d7abb77535d631704e96f600c360cd03a70274c5ed763a6f21a309f9be1225749e4f34b1df00973e9c1de191ec3d43bf35588d912faac25de52e4dd85be SHA512 eb6972c51fd02c7a7dec364d18417c4f093f12ab90ba7061be189de7130c8eb0becb5a1653ebf7db0611470b52257a4a1eaae52891f434ca73fbc6dd30da5f56 +DIST podman-compose-1.2.0.gh.tar.gz 84708 BLAKE2B ab1f458cef6db99c5727a6676cd1a15ccc58108a14763b9bf8e1093bc674e1adbee21c81744a0cb7798be6134e7b566a4ed9222be71bda0d8f7e4568b3d2fcb7 SHA512 2b45bcb331e334d362a0906563377e1514aca95f50c575e4b53039e58394b39af1ceeb606d90c652ef6d8cc5e8764a27edf11fc9782a89b186812a474b583579 diff --git a/dev-python/podman-compose/podman-compose-1.2.0.ebuild b/dev-python/podman-compose/podman-compose-1.2.0.ebuild new file mode 100644 index 000000000..e0cc4093d --- /dev/null +++ b/dev-python/podman-compose/podman-compose-1.2.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 + +DESCRIPTION="A script to run docker-compose.yml using Podman" +HOMEPAGE="https://github.com/containers/podman-compose" +SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-containers/aardvark-dns + app-containers/netavark + app-containers/podman +" + +RDEPEND=" + ${DEPEND} + dev-python/pyaml[${PYTHON_USEDEP}] + dev-python/python-dotenv[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/parameterized[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + epytest pytests +}