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 D4D3C138332 for ; Sat, 24 Feb 2018 05:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5F51E0856; Sat, 24 Feb 2018 05:51:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 84C1AE0830 for ; Sat, 24 Feb 2018 05:51:57 +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 CB819335C31 for ; Sat, 24 Feb 2018 05:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59E99239 for ; Sat, 24 Feb 2018 05:51:54 +0000 (UTC) From: "Matt 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, "Matt Thode" Message-ID: <1519451487.9c7e0b29cdcd0775454ddcf8d1a668d571ed6942.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-service-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-service-types/Manifest dev-python/os-service-types/metadata.xml dev-python/os-service-types/os-service-types-1.1.0.ebuild X-VCS-Directories: dev-python/os-service-types/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9c7e0b29cdcd0775454ddcf8d1a668d571ed6942 X-VCS-Branch: master Date: Sat, 24 Feb 2018 05:51:54 +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-Archives-Salt: 727a9ceb-2fc0-4619-a605-2d1b38bd3b28 X-Archives-Hash: c5420d993f159edfc5d2370ef6a87a02 commit: 9c7e0b29cdcd0775454ddcf8d1a668d571ed6942 Author: Matthew Thode gentoo org> AuthorDate: Sat Feb 24 04:42:52 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Feb 24 05:51:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7e0b29 dev-python/os-service-types: ADD for queens Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/os-service-types/Manifest | 1 + dev-python/os-service-types/metadata.xml | 17 +++++++++++++++++ .../os-service-types/os-service-types-1.1.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/os-service-types/Manifest b/dev-python/os-service-types/Manifest new file mode 100644 index 00000000000..f2ed8cc5076 --- /dev/null +++ b/dev-python/os-service-types/Manifest @@ -0,0 +1 @@ +DIST os-service-types-1.1.0.tar.gz 20838 BLAKE2B 8fbf5b5bf9d7fefcf88f51f98a6e0326bd42c0f452d614801543b45c79cc5220aeb15d4e3225c83636cb462e03914cd235942f06a367b0a4b67805c503b63d08 SHA512 d6a5e9ce633a92c61c7ca2b44e7c0bb5fb7f28efc3bdb7e240bb8c1d06f02ce1c038e11a709508dcdc4bbb8e1245297b7dafae5b49535b69359af576bb147130 diff --git a/dev-python/os-service-types/metadata.xml b/dev-python/os-service-types/metadata.xml new file mode 100644 index 00000000000..3504a7ad8e3 --- /dev/null +++ b/dev-python/os-service-types/metadata.xml @@ -0,0 +1,17 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + + + openstack/os-service-types + os-service-types + + diff --git a/dev-python/os-service-types/os-service-types-1.1.0.ebuild b/dev-python/os-service-types/os-service-types-1.1.0.ebuild new file mode 100644 index 00000000000..489c644e010 --- /dev/null +++ b/dev-python/os-service-types/os-service-types-1.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="A library to handle official service types for OpenStack and it's aliases." +HOMEPAGE="https://github.com/openstack/os-service-types" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND}"