public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose2/
Date: Sun, 27 Mar 2016 14:28:40 +0000 (UTC)	[thread overview]
Message-ID: <1459088892.e95d50212dc7222134f338c1f487645d4dc8b34a.alunduil@gentoo> (raw)

commit:     e95d50212dc7222134f338c1f487645d4dc8b34a
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:28:12 2016 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 14:28:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95d5021

dev-python/nose2: add version 0.6.4

Package-Manager: portage-2.2.28

 dev-python/nose2/Manifest           |  1 +
 dev-python/nose2/metadata.xml       | 10 +++++++++
 dev-python/nose2/nose2-0.6.4.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest
new file mode 100644
index 0000000..50f33d1
--- /dev/null
+++ b/dev-python/nose2/Manifest
@@ -0,0 +1 @@
+DIST nose2-0.6.4.tar.gz 134636 SHA256 56831c4caa47e2939f555b33e2c44170c1fab4d13526af838d9d80bef9e091b6 SHA512 4161231ecf195a3c5172f8bea2002f9cf4d55ee4f976f512b1ae758ebe8389f41520594da7ad2b21cfbf998be388993281e126363d24ee00c948d6c57278333a WHIRLPOOL 2905a358ec07d67ff64882f73527044a6bfbd70cb11865ee274b91675c3939b7b018d8dceb667396afae9ed425c14bd6ae3317d97fc2e35931302e6965054c6f

diff --git a/dev-python/nose2/metadata.xml b/dev-python/nose2/metadata.xml
new file mode 100644
index 0000000..02be8c5
--- /dev/null
+++ b/dev-python/nose2/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>alunduil@gentoo.org</email>
+		<name>Alex Brandt</name>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-python/nose2/nose2-0.6.4.ebuild b/dev-python/nose2/nose2-0.6.4.ebuild
new file mode 100644
index 0000000..f83b33e
--- /dev/null
+++ b/dev-python/nose2/nose2-0.6.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="nose2 is the next generation of nicer testing for Python"
+HOMEPAGE="https://github.com/nose-devs/nose2"
+SRC_URI="https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+CDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/six-1.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${CDEPEND}
+	doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] )
+"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/cov-core-1.12[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_test() {
+	"${PYTHON}" -m nose2.__main__ || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/_build/html/. )
+
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-03-27 14:28 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-27 14:28 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-27 17:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/nose2/ Alex Brandt
2016-07-16 14:28 Alex Brandt
2017-11-30 20:40 Thomas Deutschmann
2019-04-14 11:12 Agostino Sarubbo
2019-10-20 14:21 Andreas Sturmlechner
2019-10-26 14:33 Andreas Sturmlechner
2019-11-22 10:24 Agostino Sarubbo
2019-11-23 12:43 Agostino Sarubbo
2019-12-06 20:21 Andreas Sturmlechner
2019-12-08 12:04 Andreas Sturmlechner
2020-12-02 23:32 Sam James
2021-01-04  1:25 Sam James
2021-01-04  3:31 Sam James
2021-01-04  3:36 Sam James
2021-03-04  4:19 Sam James
2021-04-07  6:22 Sam James
2021-04-07  8:06 Michał Górny
2021-09-27  9:29 Arthur Zamarin
2021-11-16 19:10 Arthur Zamarin
2021-11-17  8:30 Sam James
2021-11-19  7:24 Arthur Zamarin
2021-11-19 17:36 Arthur Zamarin
2022-02-13  9:29 Michał Górny
2022-02-15 18:31 Matt Turner
2022-03-19  9:36 Michał Górny
2022-07-17  7:22 Michał Górny
2022-07-27 20:09 Sam James
2022-07-27 20:09 Sam James
2022-07-28  7:06 Agostino Sarubbo
2022-07-28  9:57 Sam James
2022-07-28 14:14 Sam James
2022-07-29  8:01 Agostino Sarubbo
2023-03-16 18:13 Michał Górny
2023-04-30  3:55 Michał Górny
2023-06-01 17:19 Arthur Zamarin
2023-10-05  2:58 Michał Górny
2023-11-05 19:10 Arthur Zamarin
2023-11-05 20:58 Michał Górny
2024-01-29  5:58 Michał Górny
2024-01-29  9:21 Michał Górny
2024-02-14 12:26 Michał Górny
2024-02-14 12:36 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-31  4:22 Michał Górny
2024-06-02  2:35 Michał Górny
2024-06-18 18:45 Michał Górny
2024-08-10 13:20 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=1459088892.e95d50212dc7222134f338c1f487645d4dc8b34a.alunduil@gentoo \
    --to=alunduil@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