public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
Date: Wed, 16 Sep 2015 08:53:47 +0000 (UTC)	[thread overview]
Message-ID: <1442393622.366587f522f9158cd7612877d42a807087b2fe1c.jlec@gentoo> (raw)

commit:     366587f522f9158cd7612877d42a807087b2fe1c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 07:53:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 08:53:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366587f5

dev-python/nose-exclude: Version Bump

Fix HOMEPAGE
Enable test for python2

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/nose-exclude/Manifest                                   | 1 +
 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild                  | 2 +-
 dev-python/nose-exclude/nose-exclude-0.2.0.ebuild                  | 4 ++--
 dev-python/nose-exclude/nose-exclude-0.3.0.ebuild                  | 7 ++++---
 .../{nose-exclude-0.3.0.ebuild => nose-exclude-0.4.1.ebuild}       | 7 ++++---
 5 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest
index 49f302d..acdbe6a 100644
--- a/dev-python/nose-exclude/Manifest
+++ b/dev-python/nose-exclude/Manifest
@@ -1,3 +1,4 @@
 DIST nose-exclude-0.1.9.tar.gz 3444 SHA256 c2862e55f9c6245141fc0437bad5f71a3aa8377d2727b85694884887027625ca SHA512 2f26a3d371bf50d71e235e801c0bef37ac3e7388df7bd16203b5bb330393b2c938deb4a0c2502c75c10038c798456174b74ef4dd10567ac103bf965fcfaf4dea WHIRLPOOL b926c273a1c16a69ab15157d87b079fecd813b579c69eaa9cceee441dca1607e2b949af991e3d0b23d593b07fd9597eedde1e8721fe38a897e0f6f7d221b817d
 DIST nose-exclude-0.2.0.tar.gz 5741 SHA256 27babdc53e0741ed09d21b7fdb5d244aabb1679f67ef81289f0f34e50aca51c9 SHA512 0c23fe809e7e4f75e34bd6e7922cbc021ca880511f9f4d6094ec7cb330261ce2eb10135595f64d555c6503eef5280f8fc41665d8a491e1a01a566c5e277c83f4 WHIRLPOOL 34d9731097e5a6f8e0de111438b3d5db65ec470a79317336c3eb2fceb583a4b7929d4c9b0da8d6b1fc8e8132d2724f2263c2b70e5fc9530dd38be554994b05e8
 DIST nose-exclude-0.3.0.tar.gz 5789 SHA256 eb40022d531c21e827e1261f3a51665a1535b83023598df1e968f41a7d9b3b88 SHA512 25a87e2fe8f424bd009b02b854029dc371ed9a73c7a062c5da32dc76949f0f19c47ac6ab844f2143651e7b66a6b52300edd0eeab3346292671c311ef42f5565c WHIRLPOOL a0841effaf08bda27678d7dffc19c1e933d83fa0ce7340745e72dba17faebc35b85323e598c3d089bcfca70ec521f6cd61c5d46cc56be2f60bf8e24b5904c09e
+DIST nose-exclude-0.4.1.tar.gz 5930 SHA256 44466a9bcb56d2e568750f91504d1278c74eabb259a305b06e975b87b51635da SHA512 07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f WHIRLPOOL 5ef409e2ada229f7e7fc4c32ea86377709d305fa3a1f11543ba7d6aeee67558eeb554cdce06a9a67b7d9ae80d66ce90ca9a5608e4d54610eed8a9a02ea20e7da

diff --git a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
index 63c84a7..143d257 100644
--- a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"

diff --git a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
index 3185a05..b20ca54 100644
--- a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -20,6 +20,6 @@ RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
 RESTRICT="test"
 
 python_test() {
-	# https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+	# https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
 	esetup.py test
 }

diff --git a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
index c3a9006..09afe29 100644
--- a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
@@ -3,12 +3,13 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -17,9 +18,9 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-RESTRICT="test"
 
 python_test() {
-	# https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+	# https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+	python_is_python3 && return
 	esetup.py test
 }

diff --git a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
similarity index 74%
copy from dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
copy to dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index c3a9006..09afe29 100644
--- a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -3,12 +3,13 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -17,9 +18,9 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-RESTRICT="test"
 
 python_test() {
-	# https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+	# https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+	python_is_python3 && return
 	esetup.py test
 }


             reply	other threads:[~2015-09-16  8:53 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16  8:53 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-18  4:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/ Jeroen Roovers
2015-09-19  4:45 Jeroen Roovers
2015-09-29 14:14 Tobias Klausmann
2015-10-03  7:59 Markus Meier
2015-10-14 15:43 Justin Lecher
2015-10-14 15:43 Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-11-19 10:16 Agostino Sarubbo
2015-11-22  5:38 Jeroen Roovers
2015-11-24  9:37 Jeroen Roovers
2015-11-26 19:18 Markus Meier
2015-12-25 18:19 Agostino Sarubbo
2015-12-26 12:03 Agostino Sarubbo
2016-01-10 11:22 Agostino Sarubbo
2016-01-11  9:56 Agostino Sarubbo
2016-11-30 18:05 Michał Górny
2016-11-30 18:05 Michał Górny
2017-01-23  4:46 Lars Wendler
2017-05-19 13:37 Michael Weber
2018-02-21 20:18 Michał Górny
2018-06-28 14:47 Mikle Kolyada
2019-05-04 19:11 Virgil Dupras
2020-02-05 16:53 Michał Górny
2020-03-01  4:42 Andrey Grozin
2020-03-07  8:25 Agostino Sarubbo
2020-03-07  8:59 Agostino Sarubbo
2020-03-07  9:44 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 10:58 Agostino Sarubbo
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 11:06 Agostino Sarubbo
2020-03-28  9:20 Michał Górny
2020-03-28  9:20 Michał Górny
2020-03-28  9:20 Michał Górny
2020-03-28  9:20 Michał Górny
2020-05-03 10:22 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-04 16:51 Agostino Sarubbo
2020-05-08  9:36 Sergei Trofimovich
2020-05-11 15:32 Mart Raudsepp
2020-05-11 17:33 Michał Górny
2021-03-04  4:19 Sam James

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=1442393622.366587f522f9158cd7612877d42a807087b2fe1c.jlec@gentoo \
    --to=jlec@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