public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/podman-compose/
Date: Fri,  6 Dec 2024 08:32:14 +0000 (UTC)	[thread overview]
Message-ID: <1733472397.41148541358cbb139ecc413d30b0fc1348ea5af7.ceamac@gentoo> (raw)
Message-ID: <20241206083214.Z81NwuZX8R76fwntAKjpOxXh_Fy69ug-6gcX5HFKi20@z> (raw)

commit:     41148541358cbb139ecc413d30b0fc1348ea5af7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 08:06:37 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 08:06:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41148541

dev-python/podman-compose: treeclean

Moved to ::gentoo as app-containers/podman-compose

Bug: https://bugs.gentoo.org/717748
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/podman-compose/Manifest                 |  2 --
 dev-python/podman-compose/metadata.xml             | 12 -------
 .../podman-compose/podman-compose-1.0.6.ebuild     | 33 ------------------
 .../podman-compose/podman-compose-1.2.0.ebuild     | 40 ----------------------
 4 files changed, 87 deletions(-)

diff --git a/dev-python/podman-compose/Manifest b/dev-python/podman-compose/Manifest
deleted file mode 100644
index 3a20e7bc3..000000000
--- a/dev-python/podman-compose/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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/metadata.xml b/dev-python/podman-compose/metadata.xml
deleted file mode 100644
index 67358b8c1..000000000
--- a/dev-python/podman-compose/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>mathieu.tortuyaux@gmail.com</email>
-		<name>Mathieu Tortuyaux</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="pypi">podman-compose</remote-id>
-		<remote-id type="github">containers/podman-compose</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/podman-compose/podman-compose-1.0.6.ebuild b/dev-python/podman-compose/podman-compose-1.0.6.ebuild
deleted file mode 100644
index 00c561b9e..000000000
--- a/dev-python/podman-compose/podman-compose-1.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-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/netavark app-containers/aardvark-dns )
-		app-containers/dnsname-cni-plugin
-	)
-	app-containers/podman
-	dev-python/pyaml[${PYTHON_USEDEP}]
-	dev-python/python-dotenv[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest pytests
-}

diff --git a/dev-python/podman-compose/podman-compose-1.2.0.ebuild b/dev-python/podman-compose/podman-compose-1.2.0.ebuild
deleted file mode 100644
index e0cc4093d..000000000
--- a/dev-python/podman-compose/podman-compose-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
-}


             reply	other threads:[~2024-12-06  8:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-06  8:08 Viorel Munteanu [this message]
2024-12-06  8:32 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/podman-compose/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-12-05  8:16 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-15 17:26 Takuya Wakazono
2023-12-15 17:26 Takuya Wakazono
2023-09-11 18:27 Mathieu Tortuyaux
2023-09-11 17:00 Mathieu Tortuyaux

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1733472397.41148541358cbb139ecc413d30b0fc1348ea5af7.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox