summaryrefslogtreecommitdiff
path: root/dev-python/pypodman
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-python/pypodman
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-python/pypodman')
-rw-r--r--dev-python/pypodman/Manifest3
-rw-r--r--dev-python/pypodman/metadata.xml11
-rw-r--r--dev-python/pypodman/pypodman-0.12.1.2.ebuild29
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/pypodman/Manifest b/dev-python/pypodman/Manifest
deleted file mode 100644
index d706ab9a01a7..000000000000
--- a/dev-python/pypodman/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libpod-0.12.1.2.tar.gz 5987875 BLAKE2B 11381c53e768c94bfadcb2013a028f64058b0001cd985ef289d1618163225cdf10bd608cff0cd6f7fc1c094497184fc6d0cedea32fde54f3581ebb51eb5eabdd SHA512 9abb46d7880c4577d22b48aed01baeae29662dc3dbbdbc297f1eebe8324fb734d9bac6cd105dc93f7600753874c0fa581142d1b16f7490175cea80b8f62b34ce
-EBUILD pypodman-0.12.1.2.ebuild 815 BLAKE2B 980f8fe3b90ca76df8268fa4c02a9b2d066ba86210b31b951acce9675682550f25f5d8794bba3302c578467953ccd2886e31e26a71e502b9d5793f1547197518 SHA512 e784b590c6027a4a1e3544c05239eef849cf54a892fbddee7128cb3163d4fa14b4fae9a2a880753801e647f2eb40ec60a2326a068dfa882dfba217a54d45db8a
-MISC metadata.xml 326 BLAKE2B 77218bd50d76e0dd8ffbeb168b7e08d7cea7f8768f9d552865fa85f7ae78b9e4654fcb672320776b28b013e592117a4289522bdb0a62f03f40523b78d36f6171 SHA512 2d777f25c03c813cd1ec96215d91dd793350d48ba396de9c544a53412401b313ee5270311612e4a13a2b1a318591ba7fd96db686d639e241c13ac432808f219e
diff --git a/dev-python/pypodman/metadata.xml b/dev-python/pypodman/metadata.xml
deleted file mode 100644
index 7d1075feff13..000000000000
--- a/dev-python/pypodman/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- <name>Zac Medico</name>
- </maintainer>
- <upstream>
- <remote-id type="github">containers/libpod</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pypodman/pypodman-0.12.1.2.ebuild b/dev-python/pypodman/pypodman-0.12.1.2.ebuild
deleted file mode 100644
index 53645e0709f9..000000000000
--- a/dev-python/pypodman/pypodman-0.12.1.2.ebuild
+++ /dev/null
@@ -1,29 +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="CLI for podman written in python"
-HOMEPAGE="https://github.com/containers/libpod/tree/master/contrib/python/pypodman/"
-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/humanize[${PYTHON_USEDEP}]
- dev-python/python-podman[${PYTHON_USEDEP}]
- dev-python/pytoml[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- >=dev-python/setuptools-39[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-RESTRICT="test"
-
-S="${WORKDIR}/libpod-${PV}/contrib/python/pypodman"
-
-python_test() {
- esetup.py test || die "tests failed with ${EPYTHON}"
-}