public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose_warnings_filters/
Date: Fri, 10 Mar 2017 10:12:31 +0000 (UTC)	[thread overview]
Message-ID: <1489140735.6c598e24067e067cd825e13e168df1bb76d341f3.soap@gentoo> (raw)

commit:     6c598e24067e067cd825e13e168df1bb76d341f3
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Mar  8 14:14:44 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 10:12:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c598e24

dev-python/nose_warnings_filters: Version bump to 0.1.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4162

 dev-python/nose_warnings_filters/Manifest          |  1 +
 .../nose_warnings_filters-0.1.5.ebuild             | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/nose_warnings_filters/Manifest b/dev-python/nose_warnings_filters/Manifest
index a4b4a063045..cca382f14c1 100644
--- a/dev-python/nose_warnings_filters/Manifest
+++ b/dev-python/nose_warnings_filters/Manifest
@@ -1,2 +1,3 @@
 DIST nose_warnings_filters-0.1.0.tar.gz 3551 SHA256 198f1fb8d69583e555d565a544fb6817366d8493a783bbba6121a7c0adb8a7bb SHA512 6715d3a84fdaa712dfb10e4f48f874900e979dc58cbc8fdb4728a1589c9f0bec42b831e4896fb935b2ed4b2bde49e08210922ac3cda8fc0f18683b992f1b3dad WHIRLPOOL 1b1b65811e788eb27f67b2c7bbe8ee02a74dd53df8daa1af0d191cfdff8e9504d0885ede89657952d24b37a54bc193218ffa823071677e097040b0e7b32ac6cb
 DIST nose_warnings_filters-0.1.1.tar.gz 4118 SHA256 5d11dc351e6059cc398351140041377cffa1390097bc1564bdf325005163228c SHA512 fee5acff223077a8f5d753a7d01a77c0c3e2981bac8d4d8a847e1c81d363a945f0487a7237950dae9bd07fb3ee79c7404e512eba7e9987608baf70ec85bc684b WHIRLPOOL 2e826c01f70b9c7e4674fcd02fe1e7f129c5195d13cb55a76ca21d87dd032198599ca18a29d4b28cacef95b2f21c03282c31f7b58b9037b33680dd3e7a038477
+DIST nose_warnings_filters-0.1.5.tar.gz 3895 SHA256 456c5b2ccca24e1d00a7b558274ebf9318305813dcb9585951a73ae11d76bb9d SHA512 7ada463840bb2e3a1c7e357c231f9c7d4c7ce9f24fe7fe1e33404df41711663c8232001f9a258898f49ce89bb542a942240cf7312ee41bc75f86ca2015378405 WHIRLPOOL bff4646af7733229ecfd2b1926aa9036b4ea2b3d219493bcb3a1f1155bab1dc1c064a9a19a6f1ee4c608eaaa118fbba9ff286f9d915a591e7d1fc7ea2536569b

diff --git a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5.ebuild b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5.ebuild
new file mode 100644
index 00000000000..a3aea7a33df
--- /dev/null
+++ b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5.ebuild
@@ -0,0 +1,31 @@
+# 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="A python module to inject warning filters during nosetest"
+HOMEPAGE="https://github.com/Carreau/nose_warnings_filters"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND="${DEPEND}"
+
+python_test() {
+	# nose_warnings_filters doesn't have a proper
+	# testing suite, hence we run the only testing
+	# script available
+	distutils_install_for_testing
+	cd "${TEST_DIR}"/lib || die
+	"${EPYTHON}" "${S}"/${PN}/testing/test_config.py || die "Failed running test script"
+}


             reply	other threads:[~2017-03-10 10:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-10 10:12 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-28 23:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/nose_warnings_filters/ James Le Cuirot
2021-11-18  8:10 Sam James
2021-11-14  3:43 Sam James
2021-09-08 16:19 Sam James
2021-08-24 23:21 Sam James
2021-08-10  5:00 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 12:27 Michał Górny
2021-06-20  1:45 Sam James
2020-10-16 18:22 Michał Górny
2020-08-03  3:11 Sam James
2020-06-08 17:36 Michał Górny
2020-05-04 11:26 Michał Górny
2020-03-01  4:42 Andrey Grozin
2020-02-05 16:53 Michał Górny
2018-05-16 12:28 Agostino Sarubbo
2018-04-22  1:35 Thomas Deutschmann
2018-03-12  0:51 Matt Turner
2017-06-19 18:12 Alexis Ballier
2017-05-02 17:43 Michał Górny
2017-03-12 11:15 Zac Medico
2017-03-10 12:43 David Seifert
2017-03-10 10:16 David Seifert
2016-10-28 20:56 Patrick Lauer
2016-09-05 21:10 David Seifert

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=1489140735.6c598e24067e067cd825e13e168df1bb76d341f3.soap@gentoo \
    --to=soap@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