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 6BFE413835A for ; Sun, 18 Oct 2020 21:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB0B1E0A59; Sun, 18 Oct 2020 21:59:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9FAF3E0A59 for ; Sun, 18 Oct 2020 21:59:47 +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 C9F7B341007 for ; Sun, 18 Oct 2020 21:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BFD53B1 for ; Sun, 18 Oct 2020 21:59:44 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1603058377.82527016c3d1eeb769e1388f178dade9d34f4b24.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-traits/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-traits/Manifest dev-python/os-traits/os-traits-2.4.0.ebuild X-VCS-Directories: dev-python/os-traits/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 82527016c3d1eeb769e1388f178dade9d34f4b24 X-VCS-Branch: master Date: Sun, 18 Oct 2020 21:59:44 +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: 732cfb03-c159-4db8-a5c0-2ebe76cefe36 X-Archives-Hash: 231f52e40745f5ca56e0602e7c4fa0aa commit: 82527016c3d1eeb769e1388f178dade9d34f4b24 Author: Matthew Thode gentoo org> AuthorDate: Sun Oct 18 21:35:27 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Oct 18 21:59:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82527016 dev-python/os-traits: 2.4.0 bump Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> dev-python/os-traits/Manifest | 1 + dev-python/os-traits/os-traits-2.4.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/os-traits/Manifest b/dev-python/os-traits/Manifest index d554573643c..20a978bf65f 100644 --- a/dev-python/os-traits/Manifest +++ b/dev-python/os-traits/Manifest @@ -1 +1,2 @@ DIST os-traits-2.3.0.tar.gz 25968 BLAKE2B 9c749ca63f7d67e979a732fbc5de3285ec2635a6ca92fae26f8801e9d9f3dcd1a09b3eacb10162a5e53be932ddc48a8f379a17c8cfb3dbe6114339c35d943111 SHA512 0dd7379dded33a89e1163fb929cc50016474912817f99f048abf325cedd9369d155cf8ecfdcd868ec1bf124c0a44f9926daeffa68877bf723f78a15f6c091e90 +DIST os-traits-2.4.0.tar.gz 25523 BLAKE2B 4b80ea28b748d69f9ddc510a2c4766f06bfe85544c86c6771d323f8a58e3244033d4bf79c0b525be1a46b39402f19f6dd2e83bef5fcec06e52cd0a3c0708f69d SHA512 ac6cfc58f3f77d44fb252be0c00afbd147ec0da0cca395c76b5ba31d3626a7118273713935f793c9ed9a2230062c9a3e9384867795aa83318cfa2c91fb15fa55 diff --git a/dev-python/os-traits/os-traits-2.4.0.ebuild b/dev-python/os-traits/os-traits-2.4.0.ebuild new file mode 100644 index 00000000000..307e81868da --- /dev/null +++ b/dev-python/os-traits/os-traits-2.4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_7 python3_8 ) + +inherit distutils-r1 + +DESCRIPTION="os-traits is a library containing standardized trait strings." +HOMEPAGE="https://github.com/openstack/os-traits" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +DEPEND=">=dev-python/pbr-5.4.0[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}"