public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hvac/
Date: Tue, 13 Jun 2017 17:31:34 +0000 (UTC)	[thread overview]
Message-ID: <1497375075.2b7d38a864e6ba55593fc31106dadce185701e76.mrueg@gentoo> (raw)

commit:     2b7d38a864e6ba55593fc31106dadce185701e76
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 17:31:15 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 17:31:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7d38a8

dev-python/hvac: Initial version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/hvac/Manifest           |  1 +
 dev-python/hvac/hvac-0.2.17.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-python/hvac/metadata.xml       | 15 +++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/hvac/Manifest b/dev-python/hvac/Manifest
new file mode 100644
index 00000000000..c2130a7b679
--- /dev/null
+++ b/dev-python/hvac/Manifest
@@ -0,0 +1 @@
+DIST hvac-0.2.17.tar.gz 9884 SHA256 2a4f7ea68d55caa90eae6d417765efb7fa31337e095cd69bcf7af0b3f7620270 SHA512 5c35cf3cc2e1e08a9ffa0f485da89725b84753822165a2d5ba0de2db616281beb12acff85d4b091234f2127df43d409001716eb95c9277503c45771d1d2be412 WHIRLPOOL a198c1f224f6cd0fef45e2bca1cc82003cc648f5d3f59f5749454fbf2db70a26f45cd5c9623171e5d1577a81482b3633af24520836c852bb278e3c8b91521a61

diff --git a/dev-python/hvac/hvac-0.2.17.ebuild b/dev-python/hvac/hvac-0.2.17.ebuild
new file mode 100644
index 00000000000..b156b861035
--- /dev/null
+++ b/dev-python/hvac/hvac-0.2.17.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python 2/3 client for HashiCorp Vault"
+HOMEPAGE="https://github.com/ianunruh/hvac"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="<dev-python/pyhcl-0.3[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+	app-admin/vault
+	dev-python/nose[${PYTHON_USEDEP}]
+	dev-python/semantic_version[${PYTHON_USEDEP}] )"
+
+RESTRICT="test" # need running vault
+
+python_test() {
+	nosetests -v || die
+}

diff --git a/dev-python/hvac/metadata.xml b/dev-python/hvac/metadata.xml
new file mode 100644
index 00000000000..6ffb3fdc277
--- /dev/null
+++ b/dev-python/hvac/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">ianunruh/hvac</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2017-06-13 17:31 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 17:31 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-23 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/hvac/ Manuel Rüger
2018-06-24 14:22 Pacho Ramos
2020-04-06  9:03 Mikle Kolyada
2021-02-21 20:54 William Hubbs
2021-02-21 22:34 William Hubbs
2021-02-24  7:59 Michał Górny
2021-04-03  6:59 Michał Górny
2021-05-08  8:52 Michał Górny
2021-05-08  8:52 Michał Górny
2021-05-20  7:25 Michał Górny
2021-05-21  8:07 Michał Górny
2021-05-22  7:58 Michał Górny
2021-07-13  6:35 Michał Górny
2021-09-23  8:16 Michał Górny
2021-09-23  8:16 Michał Górny
2021-09-23  8:16 Michał Górny
2021-09-24  6:33 Michał Górny
2021-09-24  6:33 Michał Górny
2022-09-16  7:43 Arthur Zamarin
2022-09-19 18:35 Arthur Zamarin
2022-10-14  4:22 Arthur Zamarin
2022-11-14  4:39 Michał Górny
2023-02-16 18:19 Michał Górny
2023-03-07  7:08 Michał Górny
2023-06-18  2:16 Michał Górny
2023-07-24 11:31 Michał Górny
2023-09-06 16:39 Michał Górny
2023-09-09 17:29 Arthur Zamarin
2023-10-21  3:40 Michał Górny
2023-12-30 18:28 Michał Górny
2024-01-03 18:46 Arthur Zamarin
2024-04-28  2:37 Michał Górny
2024-06-19  4:36 Michał Górny
2024-06-19  4:36 Michał Górny
2024-06-20 18:07 Michał Górny
2024-06-20 18:07 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=1497375075.2b7d38a864e6ba55593fc31106dadce185701e76.mrueg@gentoo \
    --to=mrueg@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