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/pytest-metadata/
Date: Mon, 20 Mar 2017 17:53:23 +0000 (UTC)	[thread overview]
Message-ID: <1490032389.e0d61b8e34210b3a1fd6d7a70e6863ac2b17ce30.mrueg@gentoo> (raw)

commit:     e0d61b8e34210b3a1fd6d7a70e6863ac2b17ce30
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 17:53:09 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 17:53:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d61b8e

dev-python/pytest-metadata: Initial version

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/pytest-metadata/Manifest                |  1 +
 dev-python/pytest-metadata/metadata.xml            | 11 ++++++++++
 .../pytest-metadata/pytest-metadata-1.3.0.ebuild   | 24 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/pytest-metadata/Manifest b/dev-python/pytest-metadata/Manifest
new file mode 100644
index 00000000000..d7144c295b6
--- /dev/null
+++ b/dev-python/pytest-metadata/Manifest
@@ -0,0 +1 @@
+DIST pytest-metadata-1.3.0.tar.gz 4604 SHA256 2aa89161636c12418b2f8dfe226b6007a50ce3570f2b09fe23d72506fb21a3bc SHA512 94af4defb1115d87fc456db80dbe16da01662d0b87325e433d4d1b30f35f210b7750bbaba091ac73d158296070c87054ce9f4c0687dfe5dfec3f02df56261d98 WHIRLPOOL 26ddc6255b5c68c90f0e1f4fed50abe3e5721e5d764f9f757907215b554e0aa53dae36bdda74d04c2bc2750b994195119b144764b5b52caadc9e5af55d411d8d

diff --git a/dev-python/pytest-metadata/metadata.xml b/dev-python/pytest-metadata/metadata.xml
new file mode 100644
index 00000000000..71121eaf756
--- /dev/null
+++ b/dev-python/pytest-metadata/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>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pytest-metadata</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild b/dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild
new file mode 100644
index 00000000000..9b9dc1e876f
--- /dev/null
+++ b/dev-python/pytest-metadata/pytest-metadata-1.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A plugin for pytest that provides access to test session metadata"
+HOMEPAGE="https://github.com/davehunt/pytest-metadata/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=">=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+python_test() {
+	py.test || die
+}


             reply	other threads:[~2017-03-20 17:53 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20 17:53 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-07 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-metadata/ Michał Górny
2019-11-29  7:24 Zac Medico
2020-02-05 20:11 Michał Górny
2020-03-28 18:49 Michał Górny
2021-05-23 11:36 Michał Górny
2021-09-07 13:14 Arthur Zamarin
2021-10-17  9:20 Michał Górny
2022-03-23  8:58 Michał Górny
2022-03-27  9:31 Michał Górny
2022-05-16 13:27 Michał Górny
2022-06-25 16:37 Jakov Smolić
2022-07-15 18:30 Arthur Zamarin
2022-07-15 18:30 Arthur Zamarin
2022-10-26  3:04 Michał Górny
2022-10-31 15:49 Michał Górny
2022-10-31 15:49 Michał Górny
2022-11-14  5:05 Michał Górny
2023-05-28  2:50 Michał Górny
2023-05-28  2:50 Michał Górny
2023-07-24 11:33 Michał Górny
2024-02-02 13:24 Michał Górny
2024-02-13  4:27 Michał Górny
2024-02-26 14:25 Michał Górny
2024-06-30 17:24 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=1490032389.e0d61b8e34210b3a1fd6d7a70e6863ac2b17ce30.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