From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8867138350 for ; Sun, 19 Jan 2020 21:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E84FE093B; Sun, 19 Jan 2020 21:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF25FE093B for ; Sun, 19 Jan 2020 21:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 717D034E07B for ; Sun, 19 Jan 2020 21:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6300C7E for ; Sun, 19 Jan 2020 21:05:35 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1579467927.dc111d957705dc9f1196f7483eb69d544a0be78e.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-podman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-podman/Manifest dev-python/python-podman/metadata.xml dev-python/python-podman/python-podman-1.6.0.ebuild X-VCS-Directories: dev-python/python-podman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: dc111d957705dc9f1196f7483eb69d544a0be78e X-VCS-Branch: master Date: Sun, 19 Jan 2020 21:05:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28fe92d7-a3ee-4ec9-87d9-451deb2e540b X-Archives-Hash: 029147afba7947d4fef9906b475d83fb commit: dc111d957705dc9f1196f7483eb69d544a0be78e Author: Zac Medico gentoo org> AuthorDate: Sun Jan 19 20:52:11 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jan 19 21:05:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc111d95 dev-python/python-podman: Bump to version 1.6.0 Reported-by: Nils Freydank posteo.de> Closes: https://bugs.gentoo.org/705826 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> dev-python/python-podman/Manifest | 1 + dev-python/python-podman/metadata.xml | 3 ++- .../python-podman/python-podman-1.6.0.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/dev-python/python-podman/Manifest b/dev-python/python-podman/Manifest index 42810a9b0f0..1e93bcd4cca 100644 --- a/dev-python/python-podman/Manifest +++ b/dev-python/python-podman/Manifest @@ -1 +1,2 @@ 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/metadata.xml b/dev-python/python-podman/metadata.xml index 7d1075feff1..1264cba62cc 100644 --- a/dev-python/python-podman/metadata.xml +++ b/dev-python/python-podman/metadata.xml @@ -6,6 +6,7 @@ Zac Medico - containers/libpod + containers/python-podman + podman diff --git a/dev-python/python-podman/python-podman-1.6.0.ebuild b/dev-python/python-podman/python-podman-1.6.0.ebuild new file mode 100644 index 00000000000..d08d17805de --- /dev/null +++ b/dev-python/python-podman/python-podman-1.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A library to interact with a Podman server" +HOMEPAGE="https://github.com/containers/python-podman/ https://pypi.org/project/podman/" +MY_PN=${PN#python-} +MY_P=${MY_PN}-${PV} +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.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/pbr[${PYTHON_USEDEP}] + >=dev-python/setuptools-39[${PYTHON_USEDEP}]" + +S=${WORKDIR}/${MY_P} + +python_test() { + "${PYTHON}" -m unittest discover tests/ || die "tests failed with ${EPYTHON}" +}