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/os-xenapi/
Date: Mon, 27 Feb 2017 06:43:25 +0000 (UTC)	[thread overview]
Message-ID: <1488177762.846155fc5f685bd96778038e43b877b8bccc4e85.prometheanfire@gentoo> (raw)

commit:     846155fc5f685bd96778038e43b877b8bccc4e85
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 06:02:14 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 06:42:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846155fc

dev-python/os-xenapi: initial add

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/os-xenapi/Manifest               |  1 +
 dev-python/os-xenapi/metadata.xml           | 14 +++++++++++
 dev-python/os-xenapi/os-xenapi-0.1.1.ebuild | 36 +++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
new file mode 100644
index 0000000000..d517618547
--- /dev/null
+++ b/dev-python/os-xenapi/Manifest
@@ -0,0 +1 @@
+DIST os-xenapi-0.1.1.tar.gz 55493 SHA256 41fcb476b80b32172ec337d1a64a3404d2c8a0dd7ee684d8a4b5fd96d01c49fc SHA512 eafb5d431fef7e3435f3c9c4c7821a3cd98a17b2ad6293a6b90c83ea18d738b8b5de3f5bd43327ac670c13aa8d7585530c330e42df4cd3c8b5b9e2f860373455 WHIRLPOOL d4559eeb2d4773388cabe5b718e4b90fdf62f2c9eae461a2211fde184df937cc5aa077487f90b8131a5cc41fb873a85bc29f0a37170d70544e7f6055e31443e8

diff --git a/dev-python/os-xenapi/metadata.xml b/dev-python/os-xenapi/metadata.xml
new file mode 100644
index 0000000000..6698c1feff
--- /dev/null
+++ b/dev-python/os-xenapi/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">openstack/os-xenapi</remote-id>
+		<remote-id type="pypi">os-xenapi</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
new file mode 100644
index 0000000000..97946f82a9
--- /dev/null
+++ b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="XenAPI library for OpenStack projects"
+HOMEPAGE="https://github.com/openstack/os-xenapi"
+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-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+	>=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+	>=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+	sed -i '/^hacking/d' test-requirements.txt || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2017-02-27  6:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27  6:43 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-30 19:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/os-xenapi/ Matt Thode
2018-01-28  4:13 Matt Thode
2018-02-24  5:51 Matt Thode
2018-03-31  1:54 Matt Thode
2018-06-24 16:21 Pacho Ramos
2018-08-30 21:35 Matt Thode
2019-03-25  0:07 Matthew Thode
2019-04-12 19:44 Matthew Thode
2020-02-11 19:06 Matthew Thode
2020-10-18 21:59 Matthew Thode
2020-10-19 14:18 Matthew Thode
2020-11-25  9:23 Michał Górny
2020-11-27 16:04 Agostino Sarubbo
2020-11-27 16:18 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=1488177762.846155fc5f685bd96778038e43b877b8bccc4e85.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