public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypowervm/
Date: Wed, 30 Aug 2017 21:07:01 +0000 (UTC)	[thread overview]
Message-ID: <1504127203.cc2ff570e610300676630f6e15581cbbc59c7e98.prometheanfire@gentoo> (raw)

commit:     cc2ff570e610300676630f6e15581cbbc59c7e98
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 21:05:16 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 21:06:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2ff570

dev-python/pypowervm: adding for nova PIKE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pypowervm/Manifest               |  1 +
 dev-python/pypowervm/metadata.xml           | 14 +++++++++++
 dev-python/pypowervm/pypowervm-1.1.6.ebuild | 37 +++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/pypowervm/Manifest b/dev-python/pypowervm/Manifest
new file mode 100644
index 00000000000..709c752fefe
--- /dev/null
+++ b/dev-python/pypowervm/Manifest
@@ -0,0 +1 @@
+DIST pypowervm-1.1.6.tar.gz 872456 SHA256 fb52625007edac666aaf74a536d874e451e100dcc9025a994615d7a620c1ea25 SHA512 31211b93f85cda9067e29700794daf9aed5c43478c27eb6dd5a150120282a7d46d4fa4fdf5fa038023153b02aae85f236d681e66646912a464bc3d265c87fefa WHIRLPOOL 98508ccdfe62c56f2e6cadfd9ae54a0751cdf1b2fe30f08354d3e39078ebdaef1ad8959f97faa67ff2e354e23d5661d211062c234f24891475ff813572612a3d

diff --git a/dev-python/pypowervm/metadata.xml b/dev-python/pypowervm/metadata.xml
new file mode 100644
index 00000000000..9887b95b8b0
--- /dev/null
+++ b/dev-python/pypowervm/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+	<upstream>
+		<remote-id type="github">powervm/pypowervm</remote-id>
+		<remote-id type="pypi">pypowervm</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pypowervm/pypowervm-1.1.6.ebuild b/dev-python/pypowervm/pypowervm-1.1.6.ebuild
new file mode 100644
index 00000000000..d84e53d5e1e
--- /dev/null
+++ b/dev-python/pypowervm/pypowervm-1.1.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 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="Python binding for the PowerVM REST API"
+HOMEPAGE="https://pypi.python.org/pypi/pypowervm"
+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="dev-python/setuptools[${PYTHON_USEDEP}]
+		${CDEPEND}"
+RDEPEND="${DEPEND}
+	>=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+	!~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+	!~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
+	>=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+	dev-python/pyasn1[${PYTHON_USEDEP}]
+	>=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	virtual/python-futures[${PYTHON_USEDEP}]
+	>=dev-python/taskflow-2.7.0[${PYTHON_USEDEP}]"


             reply	other threads:[~2017-08-30 21:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 21:07 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-29 23:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/pypowervm/ Matt Thode
2017-10-04  8:56 Michał Górny
2018-02-24  6:22 Matt Thode
2018-03-31  1:54 Matt Thode
2018-06-24 17:24 Pacho Ramos
2018-08-30 21:34 Matt Thode
2019-05-11 19:48 Matthew Thode
2019-12-29 13:23 Andreas Sturmlechner
2020-02-09 12:18 David Seifert
2020-10-18 23:18 Matthew Thode
2020-11-25 10:09 Michał Górny
2020-11-29  8:16 Agostino Sarubbo
2020-11-29  8:31 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=1504127203.cc2ff570e610300676630f6e15581cbbc59c7e98.prometheanfire@gentoo \
    --to=prometheanfire@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