commit:     28351ada2ce7b3a5db41a528e797e901c215d191
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 21:03:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 21:11:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28351ada

dev-python/python-podman: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-podman/Manifest                  |  1 -
 .../python-podman/python-podman-0.12.1.2.ebuild    | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/python-podman/Manifest 
b/dev-python/python-podman/Manifest
index 1e93bcd4cca..670ad77b854 100644
--- a/dev-python/python-podman/Manifest
+++ b/dev-python/python-podman/Manifest
@@ -1,2 +1 @@
-DIST libpod-0.12.1.2.tar.gz 5987875 BLAKE2B 
11381c53e768c94bfadcb2013a028f64058b0001cd985ef289d1618163225cdf10bd608cff0cd6f7fc1c094497184fc6d0cedea32fde54f3581ebb51eb5eabdd
 SHA512 
9abb46d7880c4577d22b48aed01baeae29662dc3dbbdbc297f1eebe8324fb734d9bac6cd105dc93f7600753874c0fa581142d1b16f7490175cea80b8f62b34ce
 DIST python-podman-1.6.0.tar.gz 28733 BLAKE2B 
ef36b80d99be07def311c2a8574cc36131760b39f0c80fb8707fb99ec9c2234e297724fc662f936217f9c2ec24fed0f57fd680702fbbac0e8411fc7c90da0577
 SHA512 
e7d730f8cfef0944df82ee73edb858e3cfd76a91dace98a2638341a1eb3ba5b9076d52f2f634cb4a94e082a83553412cdb1c5b79041d5bf4615998d67bb4a03f

diff --git a/dev-python/python-podman/python-podman-0.12.1.2.ebuild 
b/dev-python/python-podman/python-podman-0.12.1.2.ebuild
deleted file mode 100644
index 3cc1637956b..00000000000
--- a/dev-python/python-podman/python-podman-0.12.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for communicating with a Podman server"
-HOMEPAGE="https://github.com/containers/libpod/tree/master/contrib/python/podman/";
-SRC_URI="https://github.com/containers/libpod/archive/v${PV}.tar.gz -> 
libpod-${PV}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/python-varlink[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       >=dev-python/setuptools-39[${PYTHON_USEDEP}]"
-RESTRICT="test"
-S="${WORKDIR}/libpod-${PV}/contrib/python/podman"
-
-python_test() {
-       esetup.py test || die "tests failed with ${EPYTHON}"
-}

Reply via email to