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/stestr/
Date: Sat, 17 Feb 2018 01:47:32 +0000 (UTC)	[thread overview]
Message-ID: <1518831497.542facd5c244caf1545e3ca5b56f15e8c7453a88.prometheanfire@gentoo> (raw)

commit:     542facd5c244caf1545e3ca5b56f15e8c7453a88
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 01:24:04 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 01:38:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542facd5

dev-python/stestr: 1.1.0 add for queens

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/stestr/Manifest            |  1 +
 dev-python/stestr/metadata.xml        | 18 ++++++++++++++++++
 dev-python/stestr/stestr-1.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-python/stestr/Manifest b/dev-python/stestr/Manifest
new file mode 100644
index 00000000000..3d34cdf5364
--- /dev/null
+++ b/dev-python/stestr/Manifest
@@ -0,0 +1 @@
+DIST stestr-1.1.0.tar.gz 95353 BLAKE2B 70435cec22d56f38fb9d87484b261fd73d79f8ea719ffd67861e2504580d6e2932b762839e44dc4c9e348e448693a80e8173850d800374643bbce15374137c37 SHA512 7490f0982c77190adf97daae965a957fc40d0e418a64fc38ccb50817a7266b06224e61f17ae9c84edfe200417eaab726cf834646bfa2efbac67ea029dea54df1

diff --git a/dev-python/stestr/metadata.xml b/dev-python/stestr/metadata.xml
new file mode 100644
index 00000000000..9eb8d3adbf9
--- /dev/null
+++ b/dev-python/stestr/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<longdescription lang="en">
+		stestr is a fork of testrepository that concentrates on being a dedicated test runner for python projects
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">stestr</remote-id>
+		<remote-id type="github">mtreinish/stestr</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/stestr/stestr-1.1.0.ebuild b/dev-python/stestr/stestr-1.1.0.ebuild
new file mode 100644
index 00000000000..6199497da74
--- /dev/null
+++ b/dev-python/stestr/stestr-1.1.0.ebuild
@@ -0,0 +1,29 @@
+# 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 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A parallel Python test runner built around subunit"
+HOMEPAGE="https://github.com/mtreinish/stestr"
+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}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	dev-python/future[${PYTHON_USEDEP}]
+	>=dev-python/subunit-0.18.0[${PYTHON_USEDEP}]
+	>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+	>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+	>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]"


             reply	other threads:[~2018-02-17  1:47 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-17  1:47 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-31  0:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/stestr/ Matt Thode
2018-07-25  7:07 Matt Thode
2018-08-30 17:50 Matt Thode
2018-09-14 20:14 Matt Thode
2019-01-28  0:25 Matthew Thode
2019-01-28  0:25 Matthew Thode
2020-01-26 20:24 Matthew Thode
2020-03-28 13:34 Michał Górny
2020-04-09 18:40 Sergei Trofimovich
2020-04-21 19:45 Sergei Trofimovich
2020-05-02  4:31 Matthew Thode
2020-05-17  9:37 Sergei Trofimovich
2020-05-31  6:57 Matt Turner
2020-10-15 23:24 Matthew Thode
2021-01-24  0:07 Sam James
2021-02-22 22:20 Sam James
2021-02-22 22:20 Sam James
2021-04-22  7:36 Michał Górny
2021-04-22  9:16 Michał Górny
2021-04-25  9:18 Sergei Trofimovich
2021-05-24  1:34 Joshua Kinard
2021-05-26  6:49 Agostino Sarubbo
2021-07-25  3:16 Matt Turner
2021-09-07 17:04 Sam James
2021-09-22  7:37 Michał Górny
2021-10-17  9:41 Michał Górny
2021-10-24  5:13 Arthur Zamarin
2022-02-24 18:08 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-07-15 13:45 Arthur Zamarin
2022-09-23  8:13 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-10-24 19:52 Arthur Zamarin
2023-09-18 14:00 Michał Górny
2023-11-08  9:11 Michał Górny
2023-11-08  9:11 Michał Górny
2023-11-25 16:16 Michał Górny
2023-11-25 16:39 Michał Górny
2024-06-20  8:45 Petr Vaněk

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=1518831497.542facd5c244caf1545e3ca5b56f15e8c7453a88.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