public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07 11:03 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     67f09c769075052f3696720c60e5a200fe9ef6a5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 11:02:15 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 11:02:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f09c76

dev-python/nose-exclude: x86 stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index d850a948bc3..ee169db5cd1 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2021-03-04  4:19 Sam James
  0 siblings, 0 replies; 45+ messages in thread
From: Sam James @ 2021-03-04  4:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0e17b9d54e6beb648c8884b9bd8d7656b07cbed1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 03:55:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 03:55:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e17b9d5

dev-python/nose-exclude: add Python 3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index 7c1729f4a57..5a82bbe040d 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -15,9 +15,6 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
 
-python_test() {
-	esetup.py test
-}
+distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-11 17:33 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2020-05-11 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bf185cba5032c00daf124c3efcbeaea54b9a7d35
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 17:27:24 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 11 17:33:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf185cba

dev-python/nose-exclude: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
deleted file mode 100644
index f0c901f7c16..00000000000
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://github.com/kgrandis/nose-exclude"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-11 15:32 Mart Raudsepp
  0 siblings, 0 replies; 45+ messages in thread
From: Mart Raudsepp @ 2020-05-11 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     550ec2dfa1330c25735e672dbe5ccd77ac512201
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Mon May 11 13:36:13 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 11 15:30:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550ec2df

dev-python/nose-exclude: arm64 stable (bug #720548)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index d0ce17a7007..da187c64917 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-08  9:36 Sergei Trofimovich
  0 siblings, 0 replies; 45+ messages in thread
From: Sergei Trofimovich @ 2020-05-08  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8a2e8d070e8f1cff102e98c2708d3cef3aaf0d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 09:26:48 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri May  8 09:30:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8a2e8d

dev-python/nose-exclude: stable 0.5.0-r1 for hppa, bug #720548

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index 0e6fa771e78..d0ce17a7007 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-04 16:51 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-05-04 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e61b94c57f369c763a0573706c9f578db1657e40
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 16:51:34 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May  4 16:51:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61b94c5

dev-python/nose-exclude: ppc stable wrt bug #720548

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index 48b5869f194..0e6fa771e78 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-03 15:13 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5cce4b1c5e8d2e76a05814221c83da7c9c1f423c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 15:13:04 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 15:13:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cce4b1c

dev-python/nose-exclude: ppc64 stable wrt bug #720548

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index e889f0732ff..6278b8020ca 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-03 10:25 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     25136bea4af5a6455c0b4d0727b9bb7eec5755f9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 10:24:09 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 10:25:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25136bea

dev-python/nose-exclude: sparc stable wrt bug #720548

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index fc64da72dc2..e889f0732ff 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-05-03 10:22 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-05-03 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     11c0d957351758750b29ea9e6c5b5258ffc53997
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 10:22:21 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  3 10:22:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c0d957

dev-python/nose-exclude: s390 stable wrt bug #720548

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
index 1c50e75d6a7..fc64da72dc2 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-28  9:20 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2020-03-28  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5acf1d871d0d51759ce6f54096eccdbbdce35a00
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 09:14:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 09:14:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acf1d87

dev-python/nose-exclude: Mark ALLARCHES

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose-exclude/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nose-exclude/metadata.xml b/dev-python/nose-exclude/metadata.xml
index 88a50d3eb7e..5b7e7ec33cf 100644
--- a/dev-python/nose-exclude/metadata.xml
+++ b/dev-python/nose-exclude/metadata.xml
@@ -9,6 +9,7 @@
     <email>python@gentoo.org</email>
     <name>Python</name>
   </maintainer>
+  <stabilize-allarches/>
   <upstream>
     <remote-id type="pypi">nose-exclude</remote-id>
     <remote-id type="bitbucket">kgrandis/nose-exclude</remote-id>


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-28  9:20 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2020-03-28  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f31eb490cc0df38e4a3f84a79450e9876416efca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 09:15:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 09:15:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31eb490

dev-python/nose-exclude: Stabilize 0.5.0 ALLARCHES

Closes: https://bugs.gentoo.org/711720
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 14677f9376b..1a279ea9259 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-28  9:20 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2020-03-28  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d77ca2fc21d61a447f4866fd032200889b313e0c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 09:14:18 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 09:14:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77ca2fc

dev-python/nose-exclude: Remove redundant longdesc

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose-exclude/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/nose-exclude/metadata.xml b/dev-python/nose-exclude/metadata.xml
index 03b1f31309d..88a50d3eb7e 100644
--- a/dev-python/nose-exclude/metadata.xml
+++ b/dev-python/nose-exclude/metadata.xml
@@ -9,9 +9,6 @@
     <email>python@gentoo.org</email>
     <name>Python</name>
   </maintainer>
-  <longdescription lang="en">
-    Exclude specific directories from nosetests runs.
-  </longdescription>
   <upstream>
     <remote-id type="pypi">nose-exclude</remote-id>
     <remote-id type="bitbucket">kgrandis/nose-exclude</remote-id>


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-28  9:20 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2020-03-28  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6a604e6386177b8110a286b5dd79c74a943baf52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 09:15:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 09:15:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a604e63

dev-python/nose-exclude: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose-exclude/Manifest                  |  1 -
 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest
index 91b67a2196e..8a37a1c073f 100644
--- a/dev-python/nose-exclude/Manifest
+++ b/dev-python/nose-exclude/Manifest
@@ -1,2 +1 @@
-DIST nose-exclude-0.4.1.tar.gz 5930 BLAKE2B f0aec0bd0a31f1b778b0dd22efd12706cbcf609e6236418f10b863809f32886743020d7d9a5f26c890f575adf117f5af19fe2fa49eed12c9295f401be0c02f30 SHA512 07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f
 DIST nose-exclude-0.5.0.tar.gz 7359 BLAKE2B b47087f0af6a41f8a432c2e46b4a8ab3229dc682e11625d99b7d1aaa05d2cb0283acc95d9ce5eef3a071190c47dbcbd3e9d5e3ac7785e48d809a7962c27e4866 SHA512 2795f2f42430f8622fdeb46accf4a75853f8202ce1849852ec4b1a6e26aeb20accb8c2ec4faf3dad0ea174570fccd67d51140587ee9f47c905eed5d8a2963356

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
deleted file mode 100644
index c675a7d2328..00000000000
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://github.com/kgrandis/nose-exclude"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07 11:06 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a63b3ae45e3f1d2830cd1194545828ab3d96490c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 11:06:20 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 11:06:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63b3ae4

dev-python/nose-exclude: arm stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index ee169db5cd1..14677f9376b 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07 10:58 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2893a5b5890176b36413d5c56c6e887dddf77591
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 10:58:12 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 10:58:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2893a5b5

dev-python/nose-exclude: ia64 stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 33ab57c0b74..d850a948bc3 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07 10:54 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2b4829b86be39d364d28a940bbad38bf46ba2903
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 10:53:27 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 10:53:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4829b8

dev-python/nose-exclude: ppc stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 0be17827339..33ab57c0b74 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07 10:50 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     11b4da34a772ab3ae62b3b8e6cc989f2752451b3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 10:49:23 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 10:49:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b4da34

dev-python/nose-exclude: ppc64 stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 16cffdfd77d..0be17827339 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07  9:44 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     402b59a0baa0506369bd1ffee2c8310cdb1c033b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 09:42:09 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 09:42:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402b59a0

dev-python/nose-exclude: amd64 stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index d615dec54f6..16cffdfd77d 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07  8:59 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     afffa3f092e455f1f5f85aa5d67e39ac24eb6a48
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 08:58:34 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 08:58:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afffa3f0

dev-python/nose-exclude: sparc stable wrt bug #711720

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 0a7448edd13..d615dec54f6 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-07  8:25 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2020-03-07  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     eccfd3922db37202a9aee128fc159e507d254e07
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 08:24:49 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 08:24:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccfd392

dev-python/nose-exclude: s390 stable wrt bug #711720

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 3742931b221..0a7448edd13 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-03-01  4:42 Andrey Grozin
  0 siblings, 0 replies; 45+ messages in thread
From: Andrey Grozin @ 2020-03-01  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4655132bed49431553eaf71c251f245752270929
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 04:37:09 2020 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 04:37:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4655132b

dev-python/nose-exclude: add python3_8

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 .../nose-exclude/nose-exclude-0.5.0-r1.ebuild      | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
new file mode 100644
index 00000000000..b3b7db5f4d8
--- /dev/null
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Exclude specific directories from nosetests runs"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
+
+python_test() {
+	esetup.py test
+}


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2020-02-05 16:53 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2020-02-05 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d533853506cd31af84adadbf0cde994dd97d0fb1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 16:43:05 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 16:53:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5338535

dev-python/nose-exclude: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 72c6cd56a85..c675a7d2328 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index c4906b4adbd..3742931b221 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2019-05-04 19:11 Virgil Dupras
  0 siblings, 0 replies; 45+ messages in thread
From: Virgil Dupras @ 2019-05-04 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     87430d576121759101f7e3807426ac9541aa0dc1
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 19:11:38 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat May  4 19:11:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87430d57

dev-python/nose-exclude: add py37 compat

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index b4d49a5fbb8..de182d7597f 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2018-06-28 14:47 Mikle Kolyada
  0 siblings, 0 replies; 45+ messages in thread
From: Mikle Kolyada @ 2018-06-28 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     143b62e7a74f0a697fee6681e56215a3068f6566
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 14:45:59 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 14:47:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143b62e7

dev-python/nose-exclude: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 4 ++--
 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index f6bb628dd10..8c5d9a608e7 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 303b272ef33..93317a9ebff 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2018-02-21 20:18 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2018-02-21 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     59cdbfdd16305ea83f52ddc6c8e4c69319b9d152
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 19:56:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 20:18:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cdbfdd

dev-python/nose-exclude: Tested on ~amd64-fbsd

 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index a2d03e92203..303b272ef33 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2017-05-19 13:37 Michael Weber
  0 siblings, 0 replies; 45+ messages in thread
From: Michael Weber @ 2017-05-19 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5de6ea069499309c58be36706d278ae323c1aae5
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 13:23:07 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri May 19 13:36:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de6ea06

dev-python/nose-exclude: arm64 stable (bug 617258).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 9c48d21b4d2..f6bb628dd10 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index 695076c23dc..a2d03e92203 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2017-01-23  4:46 Lars Wendler
  0 siblings, 0 replies; 45+ messages in thread
From: Lars Wendler @ 2017-01-23  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb06d4b23805214c0b07b82694cc34a702a6579
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 03:45:46 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 04:45:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb06d4b

dev-python/nose-exclude: Bump to version 0.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/nose-exclude/Manifest                  |  1 +
 dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 24 +++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest
index 630e96c..ed1b036 100644
--- a/dev-python/nose-exclude/Manifest
+++ b/dev-python/nose-exclude/Manifest
@@ -1 +1,2 @@
 DIST nose-exclude-0.4.1.tar.gz 5930 SHA256 44466a9bcb56d2e568750f91504d1278c74eabb259a305b06e975b87b51635da SHA512 07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f WHIRLPOOL 5ef409e2ada229f7e7fc4c32ea86377709d305fa3a1f11543ba7d6aeee67558eeb554cdce06a9a67b7d9ae80d66ce90ca9a5608e4d54610eed8a9a02ea20e7da
+DIST nose-exclude-0.5.0.tar.gz 7359 SHA256 f78fa8b41eeb815f0486414f710f1eea0949e346cfb11d59ba6295ed69e84304 SHA512 2795f2f42430f8622fdeb46accf4a75853f8202ce1849852ec4b1a6e26aeb20accb8c2ec4faf3dad0ea174570fccd67d51140587ee9f47c905eed5d8a2963356 WHIRLPOOL e674cc6f327f33bb85f97fa3d5c82c3cc55f4d812e2e92d5de32349ac378fb0d2c83328d49ef236c0eee88baee02c5b7c38fbc8d93ce14a8fa93c2b7064b05e0

diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
new file mode 100644
index 00000000..5fe9b72
--- /dev/null
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Exclude specific directories from nosetests runs"
+HOMEPAGE="https://github.com/kgrandis/nose-exclude"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
+
+python_test() {
+	esetup.py test
+}


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2016-11-30 18:05 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2016-11-30 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     dce26249296d3ff5e20f682971f48b080177bf75
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 15:36:59 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:05:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce26249

dev-python/nose-exclude: Enable pypy3

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 5366d67..ae37215 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2016-11-30 18:05 Michał Górny
  0 siblings, 0 replies; 45+ messages in thread
From: Michał Górny @ 2016-11-30 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     773813bd471bcf36f38c244f13afbd884aadcad7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 15:33:51 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:05:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773813bd

dev-python/nose-exclude: Re-enable tests in py3

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 336e87a..5366d67 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -20,7 +20,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
 
 python_test() {
-	# https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
-	python_is_python3 && return
 	esetup.py test
 }


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2016-01-11  9:56 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2016-01-11  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     cf7d09cdafd895ecc74c3c2fd635106138cee9dc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 09:55:15 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 09:55:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7d09cd

dev-python/nose-exclude: ia64 stable wrt bug #549898

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index fea8f6b..513a7c0 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2016-01-10 11:22 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2016-01-10 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fb14b4bf53b7610caa9abaec29f1f0d67f7eb51d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 11:20:36 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 11:20:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb14b4bf

dev-python/nose-exclude: alpha stable wrt bug #549898

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 6ba5046..fea8f6b 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-12-26 12:03 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2015-12-26 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3f4af6e33cd6985284df5a4baf13d310b19ad037
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 12:00:40 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 12:00:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4af6e3

dev-python/nose-exclude: ppc stable wrt bug #549898

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 542b6af..6ba5046 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-12-25 18:19 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c0dd0bef075d394206a17234d13ac910af7137df
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 18:18:02 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 18:18:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dd0bef

dev-python/nose-exclude: x86 stable wrt bug #549898

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index c662b52..542b6af 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-11-26 19:18 Markus Meier
  0 siblings, 0 replies; 45+ messages in thread
From: Markus Meier @ 2015-11-26 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3d01849cff495a8c6180c4eaae6ff7e7b2fca353
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 19:17:47 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 19:17:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d01849c

dev-python/nose-exclude: arm stable, bug #549898

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 93b9b24..c662b52 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-11-24  9:37 Jeroen Roovers
  0 siblings, 0 replies; 45+ messages in thread
From: Jeroen Roovers @ 2015-11-24  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     59229ee949b70b652841c343e9025d0c76baf32b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 06:54:46 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 09:36:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59229ee9

dev-python/nose-exclude: Stable for PPC64 (bug #549898).

Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 7db84b4..93b9b24 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-11-22  5:38 Jeroen Roovers
  0 siblings, 0 replies; 45+ messages in thread
From: Jeroen Roovers @ 2015-11-22  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b374674ec919d7453b3d89bef547429249aa1b5a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 05:31:41 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 05:37:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b374674e

dev-python/nose-exclude: Stable for HPPA (bug #549898).

Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 9b6e3b4..7db84b4 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-11-19 10:16 Agostino Sarubbo
  0 siblings, 0 replies; 45+ messages in thread
From: Agostino Sarubbo @ 2015-11-19 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     78b78fb2b941b9eac8e5f1f8dbcf67193499fb74
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 10:16:38 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 10:16:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b78fb2

dev-python/nose-exclude: amd64 stable wrt bug #549898

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 1560aa7..9b6e3b4 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-11-09 11:49 Justin Lecher
  0 siblings, 0 replies; 45+ messages in thread
From: Justin Lecher @ 2015-11-09 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1605cbacdc12c9fd5d8f8e41d08f453fcf9135a6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 11:47:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 11:49:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1605cbac

dev-python/nose-exclude: Add python3.5 support

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565198

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

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 54e72c8..1560aa7 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-10-14 15:43 Justin Lecher
  0 siblings, 0 replies; 45+ messages in thread
From: Justin Lecher @ 2015-10-14 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d315a8f4e1fb77fbad53ae998a3916804d19f041
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 15:18:28 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 15:43:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d315a8f4

dev-python/nose-exclude: Keyword under ALLARCHES policy

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

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 88848a5..54e72c8 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-10-14 15:43 Justin Lecher
  0 siblings, 0 replies; 45+ messages in thread
From: Justin Lecher @ 2015-10-14 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5a930602e10253cdda28b640b0bcf3493c3aa111
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 14:38:27 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 15:43:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a930602

dev-python/nose-exclude: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560600

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

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index be10a29..88848a5 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-10-03  7:59 Markus Meier
  0 siblings, 0 replies; 45+ messages in thread
From: Markus Meier @ 2015-10-03  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ec33d1c5befa7399377c12c50e5e5b72b9c94876
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 07:58:56 2015 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 07:58:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec33d1c5

dev-python/nose-exclude: add ~arm, bug #560600

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index c3bcaa4..be10a29 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-09-29 14:14 Tobias Klausmann
  0 siblings, 0 replies; 45+ messages in thread
From: Tobias Klausmann @ 2015-09-29 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5852add4381cae45fa45be141b78f27575248130
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 14:13:48 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 14:13:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5852add4

dev-python/nose-exclude: add ~alpha keyword

Gentoo-Bug: 560600

Package-Manager: portage-2.2.22

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index e6de23a..c3bcaa4 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-09-19  4:45 Jeroen Roovers
  0 siblings, 0 replies; 45+ messages in thread
From: Jeroen Roovers @ 2015-09-19  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     143ecfd0897e3a62feacfc9b9d7d7792590aea07
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 04:44:51 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 04:44:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143ecfd0

dev-python/nose-exclude: Mark ~hppa (bug #560600).

Package-Manager: portage-2.2.20.1

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index c262dab..e6de23a 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-09-18  4:38 Jeroen Roovers
  0 siblings, 0 replies; 45+ messages in thread
From: Jeroen Roovers @ 2015-09-18  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b2f89a46499102145b01f1005ebb56979a81f0e8
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 04:38:07 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 04:38:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f89a46

dev-python/nose-exclude: Mark ~ppc64 (bug #560600).

Package-Manager: portage-2.2.20.1

 dev-python/nose-exclude/nose-exclude-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
index 09afe29..c262dab 100644
--- a/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-exclude/
@ 2015-09-16  8:53 Justin Lecher
  0 siblings, 0 replies; 45+ messages in thread
From: Justin Lecher @ 2015-09-16  8:53 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2021-03-04  4:19 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox