diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 22:03:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 22:11:17 +0100 |
commit | 28351ada2ce7b3a5db41a528e797e901c215d191 (patch) | |
tree | 55027d4bf4234a71619fa95ab4af2761d5677da4 /dev-python/python-podman | |
parent | dev-python/python-nbxmpp: Remove redundant versions (diff) | |
download | gentoo-28351ada2ce7b3a5db41a528e797e901c215d191.tar.gz gentoo-28351ada2ce7b3a5db41a528e797e901c215d191.tar.bz2 gentoo-28351ada2ce7b3a5db41a528e797e901c215d191.zip |
dev-python/python-podman: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-podman')
-rw-r--r-- | dev-python/python-podman/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-podman/python-podman-0.12.1.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-podman/Manifest b/dev-python/python-podman/Manifest index 1e93bcd4cca5..670ad77b8547 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 3cc1637956b8..000000000000 --- 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}" -} |