public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-helpers-namespace/
Date: Thu, 28 Feb 2019 01:54:49 +0000 (UTC)	[thread overview]
Message-ID: <1551318880.0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0.chutzpah@gentoo> (raw)

commit:     0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu Feb 28 01:54:17 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 01:54:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0995d984

dev-python/pytest-helpers-namespace: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/pytest-helpers-namespace/Manifest          |  1 +
 dev-python/pytest-helpers-namespace/metadata.xml      | 11 +++++++++++
 .../pytest-helpers-namespace-2019.1.8.ebuild          | 19 +++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/pytest-helpers-namespace/Manifest b/dev-python/pytest-helpers-namespace/Manifest
new file mode 100644
index 00000000000..3b40f6845de
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -0,0 +1 @@
+DIST pytest-helpers-namespace-2019.1.8.tar.gz 5487 BLAKE2B 201e2e34f60baf95ce33f8cb5d3d8ce5465b4140e68c16f4802ba5225e28c4506c608dfc6ff4a36fddde30c7972a8c175ead976a11a731e2bfbc33e4b06cc04e SHA512 47b7f7c6638f4f3f0248722d4134b73357acb091f02cc1302d32894223d5ec06fd5382db207ae524f62749f2ebc53cf32d27eb8890d12baf250cd29dc6378a55

diff --git a/dev-python/pytest-helpers-namespace/metadata.xml b/dev-python/pytest-helpers-namespace/metadata.xml
new file mode 100644
index 00000000000..366c2631e76
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/metadata.xml
@@ -0,0 +1,11 @@
+<?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>chutzpah@gentoo.org</email>
+		<name>Patrick McLean</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
new file mode 100644
index 00000000000..d4be277a544
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides a helpers pytest namespace"
+HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2019-02-28  1:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-28  1:54 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-05 20:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-helpers-namespace/ Michał Górny
2020-04-22  1:13 Patrick McLean
2020-05-13 14:52 Agostino Sarubbo
2020-06-20 14:20 Thomas Deutschmann
2020-09-21 16:06 Michał Górny
2020-10-31  1:36 Patrick McLean
2021-07-12 22:17 Sam James
2021-09-01 18:30 Arthur Zamarin
2021-09-01 18:30 Arthur Zamarin
2021-10-03 18:48 Sam James
2021-10-03 19:24 Michał Górny
2022-03-25  0:15 Marek Szuba
2022-04-25 20:57 Michał Górny
2022-04-26  6:43 Michał Górny
2022-05-24  6:34 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-10-08 11:25 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-11-24 15:45 Arthur Zamarin
2024-02-14  8:18 Michał Górny
2024-06-16 17:37 Michał Górny
2025-02-27 21:14 Michał Górny
2025-05-27 16:29 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=1551318880.0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0.chutzpah@gentoo \
    --to=chutzpah@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