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 EACDC13835A for ; Sat, 27 Mar 2021 09:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2114FE07FA; Sat, 27 Mar 2021 09:35:25 +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 098E9E07FA for ; Sat, 27 Mar 2021 09:35:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1875533FE49 for ; Sat, 27 Mar 2021 09:35:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9BD630 for ; Sat, 27 Mar 2021 09:35:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1616837719.4becb9b2eea2003ecff189b5c9a73ecb521f3603.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoopm/Manifest app-portage/gentoopm/gentoopm-0.3.3.ebuild X-VCS-Directories: app-portage/gentoopm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4becb9b2eea2003ecff189b5c9a73ecb521f3603 X-VCS-Branch: master Date: Sat, 27 Mar 2021 09:35:22 +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: ab8c76bd-fde1-4e83-8fe8-2cd522f3ad1d X-Archives-Hash: c43516e5ab708042b59c34c96a319314 commit: 4becb9b2eea2003ecff189b5c9a73ecb521f3603 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 27 09:11:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 27 09:35:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4becb9b2 app-portage/gentoopm: Bump to 0.3.3 Signed-off-by: Michał Górny gentoo.org> app-portage/gentoopm/Manifest | 1 + app-portage/gentoopm/gentoopm-0.3.3.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest index b9eac26a9df..4900dd6102c 100644 --- a/app-portage/gentoopm/Manifest +++ b/app-portage/gentoopm/Manifest @@ -1 +1,2 @@ DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571 +DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21 diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild new file mode 100644 index 00000000000..9cd209e6273 --- /dev/null +++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="A common interface to Gentoo package managers" +HOMEPAGE="https://github.com/mgorny/gentoopm/" +SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +IUSE="" + +RDEPEND=" + || ( + >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}] + >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )" +PDEPEND="app-eselect/eselect-package-manager" + +python_test() { + esetup.py test +}