[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/files/, dev-python/traceback2/, dev-python/contextlib2/, ...

2021-08-09 Thread John Helmert III
commit: 9e7a64ced6f5023e6dd20b19385546e7c87fb5b1
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Aug 10 01:47:38 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Aug 10 02:31:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7a64ce

dev-python/*: treeclean last rited packages

Signed-off-by: John Helmert III  gentoo.org>

 dev-python/contextlib2/Manifest|  2 -
 .../contextlib2/contextlib2-0.6.0_p1-r1.ebuild | 43 --
 dev-python/contextlib2/contextlib2-21.6.0.ebuild   | 24 
 dev-python/contextlib2/metadata.xml| 12 --
 dev-python/linecache2/Manifest |  1 -
 dev-python/linecache2/linecache2-1.0.0-r1.ebuild   | 29 ---
 dev-python/linecache2/metadata.xml | 12 --
 dev-python/pathlib2/Manifest   |  2 -
 dev-python/pathlib2/metadata.xml   | 14 ---
 dev-python/pathlib2/pathlib2-2.3.5-r1.ebuild   | 34 -
 dev-python/pathlib2/pathlib2-2.3.6.ebuild  | 31 
 dev-python/traceback2/Manifest |  1 -
 dev-python/traceback2/metadata.xml | 12 --
 dev-python/traceback2/traceback2-1.4.0-r1.ebuild   | 38 ---
 dev-python/unittest2/Manifest  |  1 -
 .../files/remove-argparse-dependence.patch | 12 --
 .../files/unittest2-1.1.0-python3.5-test.patch | 28 --
 dev-python/unittest2/metadata.xml  | 12 --
 dev-python/unittest2/unittest2-1.1.0-r1.ebuild | 35 --
 profiles/package.mask  | 10 -
 20 files changed, 353 deletions(-)

diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest
deleted file mode 100644
index 4e2999596f2..000
--- a/dev-python/contextlib2/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST contextlib2-0.6.0.post1.tar.gz 29670 BLAKE2B 
927cbc674c2cb568e71bd110773bea6f848233928bb910e0db7114812b3359b9395e43c01be1645d44f3202f94c62bc21c4db883a155c64feb636a61865dd7d8
 SHA512 
bd3b458b365bc1d556476f6368bc523fde07e85afdad74037aa98d7a498008103a789f6b481b606700da92606ee6477fc5a817f1596e93a6e3c548ed0d4a5bf8
-DIST contextlib2-21.6.0.tar.gz 43795 BLAKE2B 
52e62cf56bc11c0a0502d1d43ba361bea579af98a1c820afb73a6c2ab87bdf57317541cb7051b5aca05311ee2df24010e6e96c7ef4ee7192ec792cf2937aae68
 SHA512 
a85cafaaf66c7c6a59a4e9ac757941b1a98c17e5a49e41573dc759fafbbf17928a21f582e8aaa0fdc60636413ec702e198bde19a78ac304237b6da1c3d47b730

diff --git a/dev-python/contextlib2/contextlib2-0.6.0_p1-r1.ebuild 
b/dev-python/contextlib2/contextlib2-0.6.0_p1-r1.ebuild
deleted file mode 100644
index cae46e1d472..000
--- a/dev-python/contextlib2/contextlib2-0.6.0_p1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-MY_P="${PN}-${PV/_p/.post}"
-DESCRIPTION="Backports and enhancements for the contextlib module"
-HOMEPAGE="https://pypi.org/project/contextlib2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.4"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
-IUSE="test"
-
-DEPEND="
-   test? ( $(python_gen_cond_dep '
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   ' python2_7 pypy3
-   )
-   )
-"
-
-S="${WORKDIR}"/${MY_P}
-
-RESTRICT="!test? ( test )"
-
-DOCS=( NEWS.rst README.rst )
-
-python_prepare_all() {
-   sed -i -e 's:unittest.main():unittest.main(verbosity=2):' \
-   test_contextlib2.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
-}

diff --git a/dev-python/contextlib2/contextlib2-21.6.0.ebuild 
b/dev-python/contextlib2/contextlib2-21.6.0.ebuild
deleted file mode 100644
index 1c336603c32..000
--- a/dev-python/contextlib2/contextlib2-21.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-MY_P="${PN}-${PV/_p/.post}"
-DESCRIPTION="Backports and enhancements for the contextlib module"
-HOMEPAGE="https://pypi.org/project/contextlib2/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2.4 Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DOCS=( NEWS.rst README.rst )
-
-distutils_enable_tests unittest

diff --git a/dev-python/contextlib2/metadata.xml 
b/dev-python/contextlib2/metadata.xml
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2021-06-28 Thread Yixun Lan
commit: 484d00596a74cf3b55631de181929bcd4b76876b
Author: Ye Cao  rioslab  org>
AuthorDate: Mon Jun 28 08:42:37 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 29 05:49:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484d0059

dev-python/unittest2: add ~riscv keyword

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao  rioslab.org>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/unittest2/unittest2-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0-r1.ebuild 
b/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
index 91794288fa3..232865bfcf4 100644
--- a/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
dev-python/linecache2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2021-01-06 Thread Fabian Groffen
commit: 3736f9b45627bee6e6127d37da9de181ba498e11
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:27:15 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:27:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3736f9b4

dev-python/unittest2: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-python/unittest2/unittest2-1.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0-r1.ebuild 
b/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
index 95cad45483b..e487ed5cd86 100644
--- a/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
dev-python/linecache2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2020-05-31 Thread Michał Górny
commit: 4a10c00f9b0a83fc034d6ab96258a08bb4061043
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 14:33:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 15:42:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a10c00f

dev-python/unittest2: Port to py39

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 7ef8bf2464c..479a1085f05 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -16,14 +16,13 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="
dev-python/linecache2[${PYTHON_USEDEP}]
>=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/traceback2[${PYTHON_USEDEP}]
 "
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}"
+
+distutils_enable_tests unittest
 
 PATCHES=(
"${FILESDIR}"/remove-argparse-dependence.patch
@@ -31,5 +30,6 @@ PATCHES=(
 )
 
 python_test() {
-   "${PYTHON}" -m unittest2 discover --verbose || die "tests failed under 
${EPYTHON}"
+   "${PYTHON}" -m unittest2 discover --verbose ||
+   die "tests failed under ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2019-12-30 Thread Piotr Karbowski
commit: 73d1031223fb2d7915a50e6fca1f499f86a4f9cc
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Dec 30 21:19:18 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Dec 30 21:54:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d10312

dev-python/unittest2-1.1.0: python 3.8 support added.

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index d35ab2c255c..81b3972e161 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2018-06-30 Thread Mikle Kolyada
commit: 860727fe68a00463e44c1096f9b5dabf8842b918
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 30 17:36:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 30 17:36:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860727fe

dev-python/unittest2: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/unittest2/unittest2-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 1d0d4fcf1d3..b811a9c8cdc 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.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=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2017-06-26 Thread Alexis Ballier
commit: 3b7a3a3f69b1eab135cb599c6e3341881636efa0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 26 11:42:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 26 11:43:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7a3a3f

dev-python/unittest2: mark arm64 stable to catchup with other arches

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 5aa79e0c65e..84447411357 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2017-05-03 Thread Michał Górny
commit: 4bd9cadad3be7ef1cb6f027ab4f244db8a4efe21
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 11:45:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 12:18:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd9cada

dev-python/unittest2: Clean old versions up

 dev-python/unittest2/Manifest  |  1 -
 dev-python/unittest2/unittest2-1.0.1-r1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/unittest2/Manifest b/dev-python/unittest2/Manifest
index 6552ecbe7db..45ea4e7ada8 100644
--- a/dev-python/unittest2/Manifest
+++ b/dev-python/unittest2/Manifest
@@ -1,2 +1 @@
-DIST unittest2-1.0.1.tar.gz 80516 SHA256 
ccec0aa70cae02253e6dac861591043f41854b77d7d24dc606dc300769d013c1 SHA512 
68e5d6609282e0b2b4134481f25357aaeaa413e83b15695072651db8c3ac32b97fd7f5f329599cb9b0fda29c7e6bd6c5dc83ed12a0a36414912779cfb6bc1899
 WHIRLPOOL 
c4b8c59b739916be62c2549d5b9db7c93514166009c5c6f120cd617371f400734a7a3c231903df5fc4817ac10a7572a08b366d3e97a23bc1d7aa456203fa
 DIST unittest2-1.1.0.tar.gz 81432 SHA256 
22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579 SHA512 
3fba15728905f437767416ab4fd3573d3fb2319486ef84c52a9fa930ea84aa1f2ae29d6f58993e3509083625790e17b1ef8d9ac5de0e166c254897a3e7a202fa
 WHIRLPOOL 
d375c59aed23e4fce14499df2fb64d185facc1e25378805045c66eef9c2fa14de81d7580020300c374f7842d38aaf6ccb26df4ff9a430f6ad497863e2766dc83

diff --git a/dev-python/unittest2/unittest2-1.0.1-r1.ebuild 
b/dev-python/unittest2/unittest2-1.0.1-r1.ebuild
deleted file mode 100644
index c1de837a634..000
--- a/dev-python/unittest2/unittest2-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 
2.4+"
-HOMEPAGE="https://pypi.python.org/pypi/unittest2;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc"
-IUSE=""
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/traceback2[${PYTHON_USEDEP}]
-"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}"
-
-python_prepare_all() {
-   local PATCHES=(
-   "${FILESDIR}"/remove-argparse-dependence.patch
-   )
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/files/

2017-03-28 Thread Zac Medico
commit: faf4fdf1e6895856394258b9f9d198b05c6e3f5d
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Mar 28 17:29:00 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Mar 28 17:29:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf4fdf1

dev-python/unittest2: fix unit tests for python3.6 (bug 613652)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch 
b/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch
index 78d71c9dc6e..4aae9d04b2f 100644
--- a/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch
+++ b/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch
@@ -6,7 +6,7 @@ index 683f662..347eea5 100644
  #
  # What happens when an impossible name is given, relative to the provided
  # `module`?
-+@unittest.skipIf(sys.version_info[:2] == (3, 5), "python 3.5 has problems 
here")
++@unittest.skipIf(sys.version_info[:2] >= (3, 5), "python 3.5 has problems 
here")
  def test_loadTestsFromName__relative_malformed_name(self):
  loader = unittest.TestLoader()
  
@@ -14,7 +14,7 @@ index 683f662..347eea5 100644
  # TestCase or TestSuite instance."
  #
  # What happens when presented with an impossible module name?
-+@unittest.skipIf(sys.version_info[:2] == (3, 5), "python 3.5 has problems 
here")
++@unittest.skipIf(sys.version_info[:2] >= (3, 5), "python 3.5 has problems 
here")
  def test_loadTestsFromNames__malformed_name(self):
  loader = unittest2.TestLoader()
  
@@ -22,7 +22,7 @@ index 683f662..347eea5 100644
  # "The method optionally resolves name relative to the given module"
  #
  # What happens when presented with an impossible attribute name?
-+@unittest.skipIf(sys.version_info[:2] == (3, 5), "python 3.5 has problems 
here")
++@unittest.skipIf(sys.version_info[:2] >= (3, 5), "python 3.5 has problems 
here")
  def test_loadTestsFromNames__relative_malformed_name(self):
  loader = unittest.TestLoader()
  



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2017-01-29 Thread Fabian Groffen
commit: cdc8f8249e817f1ef9f95f7c7698d2410c3cbdb1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 17:25:00 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 17:28:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc8f824

dev-python/unittest2: dropped ~ia64-linux

Package-Manager: portage-2.3.3

 dev-python/unittest2/unittest2-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 456de7d..0d39b69 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/, dev-python/unittest2/files/

2015-11-23 Thread Justin Lecher
commit: 0c4b99a75bbe488f10c4e25d759cf8ef7ed06dd2
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 23 09:25:46 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 23 10:05:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4b99a7

dev-python/unittest2: Drop old

obsoletes

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

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/unittest2/Manifest  |  3 --
 .../unittest2/files/unittest2-0.8.0-argparse.patch | 15 --
 dev-python/unittest2/metadata.xml  |  2 +-
 dev-python/unittest2/unittest2-0.5.1-r1.ebuild | 54 ---
 dev-python/unittest2/unittest2-0.5.1-r2.ebuild | 61 --
 dev-python/unittest2/unittest2-0.8.0.ebuild| 31 ---
 6 files changed, 1 insertion(+), 165 deletions(-)

diff --git a/dev-python/unittest2/Manifest b/dev-python/unittest2/Manifest
index c0e511a..6552ecb 100644
--- a/dev-python/unittest2/Manifest
+++ b/dev-python/unittest2/Manifest
@@ -1,5 +1,2 @@
-DIST unittest2-0.5.1.tar.gz 62470 SHA256 
aa5de8cdf654d843379c97bd1ee240e86356d3355a97b147a6f3f4d149247a71 SHA512 
3979d94fd4e1038ec134dd2342d614766383177eadd0cc3c38b964528157fbbe466800d1a7422cf647500784af8e0c2caa750a364a33c9f761dca37d7bbb598f
 WHIRLPOOL 
d66d0b37c1646280e81035fde287f14c042fb2820434b27490aca49b265340ec76636315bfc9aa413a4c1f2d3be90a9e86da54f1149425ef09f7366d295f50b4
-DIST unittest2-0.8.0.tar.gz 78312 SHA256 
bb00b9c261cf3fa6b84cc3e6c3a39edf74b3140345b3f677907635a2738a7e2a SHA512 
f5e3083e236ff5ad2b3149a5d31e1a0ed20e0bd3283eacec0c5d12c143afb60a92163a27c25424348872db7fcfa11d4230af468a0e67a41cb32ed9dcd5566607
 WHIRLPOOL 
c35b23f967b30864417be11b75c29a1cb93126eb09096cc3366b4a32970af2b09e97ddd15ee32f12f6773aa9bedc89e64491516dd1f759bb35d760a18db217ff
 DIST unittest2-1.0.1.tar.gz 80516 SHA256 
ccec0aa70cae02253e6dac861591043f41854b77d7d24dc606dc300769d013c1 SHA512 
68e5d6609282e0b2b4134481f25357aaeaa413e83b15695072651db8c3ac32b97fd7f5f329599cb9b0fda29c7e6bd6c5dc83ed12a0a36414912779cfb6bc1899
 WHIRLPOOL 
c4b8c59b739916be62c2549d5b9db7c93514166009c5c6f120cd617371f400734a7a3c231903df5fc4817ac10a7572a08b366d3e97a23bc1d7aa456203fa
 DIST unittest2-1.1.0.tar.gz 81432 SHA256 
22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579 SHA512 
3fba15728905f437767416ab4fd3573d3fb2319486ef84c52a9fa930ea84aa1f2ae29d6f58993e3509083625790e17b1ef8d9ac5de0e166c254897a3e7a202fa
 WHIRLPOOL 
d375c59aed23e4fce14499df2fb64d185facc1e25378805045c66eef9c2fa14de81d7580020300c374f7842d38aaf6ccb26df4ff9a430f6ad497863e2766dc83
-DIST unittest2py3k-0.5.1.tar.gz 55493 SHA256 
78249c5f1ac508a34d9d131d43a89d77bf154186f3ea5f7a6b993d3f3535d403 SHA512 
d56a416355abd905f22f5bdceab8305f8f2e28b17dd1250d4c2ab637e20745836a8bc0c8ba1356122b355ba6ad43c9a7b4284699a8b54fe6d8612b9c4565be2b
 WHIRLPOOL 
526ae793735aa5c5eaa490d3a5fbd2a11ffe9e83d22fd246dd165891c4f03733484e3bb38b68d07ec12379298f19b358181feb2ef584db9e421ed6dcbfc367cd

diff --git a/dev-python/unittest2/files/unittest2-0.8.0-argparse.patch 
b/dev-python/unittest2/files/unittest2-0.8.0-argparse.patch
deleted file mode 100644
index 4435511..000
--- a/dev-python/unittest2/files/unittest2-0.8.0-argparse.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-argparse is in standard library in Python 2.7 and >=3.2
-https://code.google.com/p/unittest-ext/issues/detail?id=88
 a/setup.py
-+++ b/setup.py
-@@ -57,7 +57,9 @@
- # Both install and setup requires - because we read VERSION from within the
- # package, and the package also exports all the APIs.
- # six for compat helpers
--REQUIRES = ['argparse', 'six'],
-+REQUIRES = ['six']
-+if sys.version_info < (2, 7) or (3, 0) <= sys.version_info < (3, 2):
-+REQUIRES.append('argparse')
- 
- params = dict(
- name=NAME,

diff --git a/dev-python/unittest2/metadata.xml 
b/dev-python/unittest2/metadata.xml
index c65c4d2..e38a59a 100644
--- a/dev-python/unittest2/metadata.xml
+++ b/dev-python/unittest2/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
python

diff --git a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild 
b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
deleted file mode 100644
index f273116..000
--- a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
-
-inherit distutils-r1
-
-PY3_P=${PN}py3k-${PV}
-
-DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 
2.4+"
-HOMEPAGE="https://pypi.python.org/pypi/unittest2
-   https://pypi.python.org/pypi/unittest2py3k 
https://code.google.com/p/unittest-ext/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   mirror://pypi/${PN:0:1}/${PN}/${PY3_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 

[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-22 Thread Markus Meier
commit: a49d0d7ea5ead37ec8a71e7ebbcf92cb36ab0822
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 22 08:35:52 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 22 08:38:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49d0d7e

dev-python/unittest2: arm stable, bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 27f3059..0c3649b 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-21 Thread Jeroen Roovers
commit: d491433eb4192eba7e30138081fa407b1fca24d8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov 22 05:20:50 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov 22 05:37:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d491433e

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

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index ab1179c..27f3059 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-19 Thread Agostino Sarubbo
commit: d5a166421bb047b8d69a4c79b23cbf04b942ea7d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 19 10:24:44 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 19 10:24:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a16642

dev-python/unittest2: alpha stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 7548344..ab1179c 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-16 Thread Agostino Sarubbo
commit: 3d7ee4121306186409994d8fbd378f20083938a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 15:00:45 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 15:00:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7ee412

dev-python/unittest2: ia64 stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index b6f112d..7548344 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-05 Thread Agostino Sarubbo
commit: b86c83a3d92561175b294c5f579c90e033ad6e97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:51:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:51:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86c83a3

dev-python/unittest2: sparc stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 9f05fcf..b6f112d 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-04 Thread Agostino Sarubbo
commit: 6c2d6baed9712cd266fc7a789eca3dbba793c428
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 15:49:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 15:49:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2d6bae

dev-python/unittest2: ppc stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 3e7d5fe..891c437 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-04 Thread Agostino Sarubbo
commit: d824c7f93e428fa4c795ea721b42c42028833ec5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov  4 16:09:01 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov  4 16:09:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d824c7f9

dev-python/unittest2: ppc64 stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 891c437..9f05fcf 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-02 Thread Agostino Sarubbo
commit: 2b4271f93a9ce71a45290b3ad6c4f35bcd9243e7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:09:12 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:09:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4271f9

dev-python/unittest2: amd64 stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 686e8cf..668c4ef 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-02 Thread Agostino Sarubbo
commit: cfa2e241a15d18196e5415ef6336f6c8c4632020
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:12:13 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:12:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa2e241

dev-python/unittest2: x86 stable wrt bug #564588

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 668c4ef..3e7d5fe 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-11-02 Thread Justin Lecher
commit: 14d1733702ed71f5d52910c721bbdb8d5b520407
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 11:15:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 11:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d17337

dev-python/unittest2: Revert accidental stabilization

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 0c3649b..686e8cf 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/, dev-python/unittest2/files/

2015-11-02 Thread Justin Lecher
commit: f6c9500bd2ec056679a51f99e971823b717f9a1a
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov  1 16:18:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 11:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c9500b

dev-python/unittest2: Fix for test failures in python3.5

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

 .../files/unittest2-1.1.0-python3.5-test.patch | 28 ++
 dev-python/unittest2/unittest2-1.1.0.ebuild| 11 +
 2 files changed, 35 insertions(+), 4 deletions(-)

diff --git a/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch 
b/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch
new file mode 100644
index 000..78d71c9
--- /dev/null
+++ b/dev-python/unittest2/files/unittest2-1.1.0-python3.5-test.patch
@@ -0,0 +1,28 @@
+diff --git a/unittest2/test/test_loader.py b/unittest2/test/test_loader.py
+index 683f662..347eea5 100644
+--- a/unittest2/test/test_loader.py
 b/unittest2/test/test_loader.py
+@@ -509,6 +509,7 @@ class Test_TestLoader(unittest2.TestCase):
+ #
+ # What happens when an impossible name is given, relative to the provided
+ # `module`?
++@unittest.skipIf(sys.version_info[:2] == (3, 5), "python 3.5 has problems 
here")
+ def test_loadTestsFromName__relative_malformed_name(self):
+ loader = unittest.TestLoader()
+ 
+@@ -811,6 +812,7 @@ class Test_TestLoader(unittest2.TestCase):
+ # TestCase or TestSuite instance."
+ #
+ # What happens when presented with an impossible module name?
++@unittest.skipIf(sys.version_info[:2] == (3, 5), "python 3.5 has problems 
here")
+ def test_loadTestsFromNames__malformed_name(self):
+ loader = unittest2.TestLoader()
+ 
+@@ -918,6 +920,7 @@ class Test_TestLoader(unittest2.TestCase):
+ # "The method optionally resolves name relative to the given module"
+ #
+ # What happens when presented with an impossible attribute name?
++@unittest.skipIf(sys.version_info[:2] == (3, 5), "python 3.5 has problems 
here")
+ def test_loadTestsFromNames__relative_malformed_name(self):
+ loader = unittest.TestLoader()
+ 

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 7c7f4e3..0c3649b 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -9,12 +9,12 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="The new features in unittest backported to Python 2.4+"
-HOMEPAGE="https://pypi.python.org/pypi/unittest2;
+HOMEPAGE="https://pypi.python.org/pypi/unittest2 
https://github.com/testing-cabal/unittest-ext;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~m68k ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="
@@ -26,8 +26,11 @@ CDEPEND="
 DEPEND="${CDEPEND}"
 RDEPEND="${CDEPEND}"
 
-PATCHES=( "${FILESDIR}"/remove-argparse-dependence.patch )
+PATCHES=(
+   "${FILESDIR}"/remove-argparse-dependence.patch
+   "${FILESDIR}"/${P}-python3.5-test.patch
+)
 
 python_test() {
-   "${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
+   "${PYTHON}" -m unittest2 discover --verbose || die "tests failed under 
${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-10-22 Thread Justin Lecher
commit: c000920429ab57e1f09ecdb0f0ecda40f9d7e7ae
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 11:08:00 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 11:09:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0009204

dev-python/unittest2: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

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

 dev-python/unittest2/unittest2-0.5.1-r1.ebuild | 7 ---
 dev-python/unittest2/unittest2-0.5.1-r2.ebuild | 7 ---
 2 files changed, 14 deletions(-)

diff --git a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild 
b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
index 159a643..f273116 100644
--- a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
+++ b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
@@ -43,13 +43,6 @@ python_compile() {
distutils-r1_python_compile
 }
 
-src_test() {
-   # multiprocessing causes test failure with signals
-   local DISTUTILS_NO_PARALLEL_BUILD=1
-
-   distutils-r1_src_test
-}
-
 python_test() {
cd "${BUILD_DIR}" || die
scripts/unit2 discover -s lib || die "Tests fail with ${EPYTHON}"

diff --git a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild 
b/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
index 990cc19..7b37c39 100644
--- a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
+++ b/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
@@ -50,13 +50,6 @@ python_compile() {
distutils-r1_python_compile
 }
 
-src_test() {
-   # multiprocessing causes test failure with signals
-   local DISTUTILS_NO_PARALLEL_BUILD=1
-
-   distutils-r1_src_test
-}
-
 python_test() {
cd "${BUILD_DIR}" || die
scripts/unit2 discover -s lib || die "Tests fail with ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-10-14 Thread Justin Lecher
commit: 4b9473aa0d051b8e8050be7b20379fedfca0dde9
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 14 12:02:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 14 12:02:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9473aa

dev-python/unittest2: Rekeyword according to old KEYWORDS

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

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index bb6a941..7c7f4e3 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~m68k ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-10-11 Thread Justin Lecher
commit: ed6b02c6d17ea15bb98027262f6bb6b76514760e
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Oct 11 10:46:58 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Oct 11 11:24:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b02c6

dev-python/unittest2: Add python3.5 support

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

 dev-python/unittest2/unittest2-1.1.0-r1.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/unittest2/unittest2-1.1.0-r1.ebuild 
b/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
new file mode 100644
index 000..502d2ed
--- /dev/null
+++ b/dev-python/unittest2/unittest2-1.1.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The new features in unittest backported to Python 2.4+"
+HOMEPAGE="https://pypi.python.org/pypi/unittest2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/linecache2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/traceback2[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}"
+
+PATCHES=( "${FILESDIR}"/remove-argparse-dependence.patch )
+
+python_test() {
+   "${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-10-10 Thread Mikle Kolyada
commit: 2e73095364c605d0b929986bde7cd056e2b71980
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 10 18:27:45 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 10 18:45:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e730953

dev-python/unittest2: Add ~sparc keywords wrt bug #544146

Package-Manager: portage-2.2.20.1

 dev-python/unittest2/unittest2-1.0.1-r1.ebuild | 2 +-
 dev-python/unittest2/unittest2-1.1.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/unittest2/unittest2-1.0.1-r1.ebuild 
b/dev-python/unittest2/unittest2-1.0.1-r1.ebuild
index 8726fab..ed801ee 100644
--- a/dev-python/unittest2/unittest2-1.0.1-r1.ebuild
+++ b/dev-python/unittest2/unittest2-1.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc"
 IUSE=""
 
 CDEPEND="

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 1e08142..04eabee 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
 IUSE=""
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest2/

2015-09-01 Thread Matt Thode
commit: 55decb796d1c561dc18102e50dcb7f53e45a25af
Author: Matthew Thode  mthode  org>
AuthorDate: Tue Sep  1 19:04:37 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Sep  1 19:08:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55decb79

dev-python/unittest2: adding missing x86 keyword

Package-Manager: portage-2.2.20.1

 dev-python/unittest2/unittest2-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild 
b/dev-python/unittest2/unittest2-1.1.0.ebuild
index 462c647..1e08142 100644
--- a/dev-python/unittest2/unittest2-1.1.0.ebuild
+++ b/dev-python/unittest2/unittest2-1.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 CDEPEND="