public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-podman/
Date: Mon,  7 Jan 2019 10:16:32 +0000 (UTC)	[thread overview]
Message-ID: <1546856181.dff147393df05d7f37346f9192d5caa8cea4b54d.zmedico@gentoo> (raw)

commit:     dff147393df05d7f37346f9192d5caa8cea4b54d
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  7 05:52:40 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan  7 10:16:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff14739

dev-python/python-podman: new package

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/python-podman/Manifest                  |  1 +
 dev-python/python-podman/metadata.xml              | 11 +++++++++
 .../python-podman/python-podman-0.12.1.2.ebuild    | 27 ++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/python-podman/Manifest b/dev-python/python-podman/Manifest
new file mode 100644
index 00000000000..42810a9b0f0
--- /dev/null
+++ b/dev-python/python-podman/Manifest
@@ -0,0 +1 @@
+DIST libpod-0.12.1.2.tar.gz 5987875 BLAKE2B 11381c53e768c94bfadcb2013a028f64058b0001cd985ef289d1618163225cdf10bd608cff0cd6f7fc1c094497184fc6d0cedea32fde54f3581ebb51eb5eabdd SHA512 9abb46d7880c4577d22b48aed01baeae29662dc3dbbdbc297f1eebe8324fb734d9bac6cd105dc93f7600753874c0fa581142d1b16f7490175cea80b8f62b34ce

diff --git a/dev-python/python-podman/metadata.xml b/dev-python/python-podman/metadata.xml
new file mode 100644
index 00000000000..7d1075feff1
--- /dev/null
+++ b/dev-python/python-podman/metadata.xml
@@ -0,0 +1,11 @@
+<?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/python-podman/python-podman-0.12.1.2.ebuild b/dev-python/python-podman/python-podman-0.12.1.2.ebuild
new file mode 100644
index 00000000000..d99498b3177
--- /dev/null
+++ b/dev-python/python-podman/python-podman-0.12.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,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	other threads:[~2019-01-07 10:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-07 10:16 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-19 21:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-podman/ Zac Medico
2020-03-28 21:11 Michał Górny
2020-10-15  1:44 Zac Medico
2021-07-16  6:12 Michał Górny
2021-07-16  6:12 Michał Górny
2021-07-16  7:54 Michał Górny
2021-07-16 11:08 Michał Górny
2021-08-17 11:47 Michał Górny

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=1546856181.dff147393df05d7f37346f9192d5caa8cea4b54d.zmedico@gentoo \
    --to=zmedico@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