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

2024-06-10 Thread Michał Górny
commit: d6a2c87b14d762aa70d195031eb6ce1da3ae0357
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 10 18:23:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 10 18:57:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a2c87b

dev-python/testresources: Enable py3.13

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

 dev-python/testresources/testresources-2.0.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r3.ebuild 
b/dev-python/testresources/testresources-2.0.1-r3.ebuild
index 9d28740da7fd..56011df035f1 100644
--- a/dev-python/testresources/testresources-2.0.1-r3.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-07-09 Thread Michał Górny
commit: 653215c880661574d9735508d0c1b50c5d1e2560
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:37:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:37:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653215c8

dev-python/testresources: Remove old

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

 .../testresources/testresources-2.0.1-r2.ebuild| 40 --
 1 file changed, 40 deletions(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
deleted file mode 100644
index 68b526d7eee5..
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A pyunit extension for managing expensive test resources"
-HOMEPAGE="
-   https://launchpad.net/testresources/
-   https://github.com/testing-cabal/testresources/
-   https://pypi.org/project/testresources/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-#  sed \
-#  -e 's:testBasicSortTests:_&:g' \
-#  -i testresources/tests/test_optimising_test_suite.py || die
-   distutils-r1_python_prepare_all
-}



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

2023-05-31 Thread Michał Górny
commit: 3aca613219d5ef5859aac57aa5a2b82c5269c8ba
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed May 31 07:33:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 10:50:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aca6132

dev-python/testresources: add github upstream metadata

and sort the list alphabetically

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/testresources/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/testresources/metadata.xml 
b/dev-python/testresources/metadata.xml
index db9726aac1d4..dae62b0347a1 100644
--- a/dev-python/testresources/metadata.xml
+++ b/dev-python/testresources/metadata.xml
@@ -21,7 +21,8 @@



-   testresources
+   testing-cabal/testresources
testresources
+   testresources

 



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

2023-05-31 Thread Michał Górny
commit: 3a9c94a884fa08182efa8cb2de4a9357e7c73c53
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue May 30 19:46:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 10:49:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9c94a8

dev-python/testresources: enable py3.12

It was necessary to patch two tests due to removed failIf method in
py3.12.

Upstream-PR: https://github.com/testing-cabal/testresources/pull/15
Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Michał Górny  gentoo.org>

 .../files/testresources-2.0.1-py312-tests.patch| 35 
 .../testresources/testresources-2.0.1-r3.ebuild| 37 ++
 2 files changed, 72 insertions(+)

diff --git 
a/dev-python/testresources/files/testresources-2.0.1-py312-tests.patch 
b/dev-python/testresources/files/testresources-2.0.1-py312-tests.patch
new file mode 100644
index ..7d4451ca43b9
--- /dev/null
+++ b/dev-python/testresources/files/testresources-2.0.1-py312-tests.patch
@@ -0,0 +1,35 @@
+Subject: [PATCH] Refactor failIf to assertFalse for Python 3.12 Compatibility
+
+This commit replaces deprecated failIf calls with assertFalse in the
+test_resourced_test_case.py file. The failIf method was removed in
+Python 3.12 [1-3].
+
+[1] https://docs.python.org/3.12/whatsnew/3.12.html#removed
+[2] https://github.com/python/cpython/issues/89325
+[3] https://github.com/python/cpython/pull/28268
+
+Upstream-PR: https://github.com/testing-cabal/testresources/pull/15
+
+diff --git a/testresources/tests/test_resourced_test_case.py 
b/testresources/tests/test_resourced_test_case.py
+index 7d2cfba..3c8a1b3 100644
+--- a/testresources/tests/test_resourced_test_case.py
 b/testresources/tests/test_resourced_test_case.py
+@@ -129,7 +129,7 @@ class TestResourcedTestCase(testtools.TestCase):
+ self.resourced_case.resources = [("foo", self.resource_manager)]
+ self.resourced_case.setUpResources()
+ self.resourced_case.tearDownResources()
+-self.failIf(hasattr(self.resourced_case, "foo"))
++self.assertFalse(hasattr(self.resourced_case, "foo"))
+ 
+ def testTearDownResourcesStopsUsingResource(self):
+ # tearDownResources records that there is one less use of each
+@@ -158,5 +158,5 @@ class TestResourcedTestCase(testtools.TestCase):
+ self.assertEqual(self.resourced_case.foo, self.resource)
+ self.assertEqual(self.resource_manager._uses, 1)
+ self.resourced_case.tearDown()
+-self.failIf(hasattr(self.resourced_case, "foo"))
++self.assertFalse(hasattr(self.resourced_case, "foo"))
+ self.assertEqual(self.resource_manager._uses, 0)
+-- 
+2.39.2
+

diff --git a/dev-python/testresources/testresources-2.0.1-r3.ebuild 
b/dev-python/testresources/testresources-2.0.1-r3.ebuild
new file mode 100644
index ..30c055507529
--- /dev/null
+++ b/dev-python/testresources/testresources-2.0.1-r3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pyunit extension for managing expensive test resources"
+HOMEPAGE="
+   https://launchpad.net/testresources/
+   https://github.com/testing-cabal/testresources/
+   https://pypi.org/project/testresources/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-py312-tests.patch"
+)
+
+distutils_enable_tests unittest



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

2022-11-30 Thread WANG Xuerui
commit: 969096d392c949df207f0727171ea0f6984c8322
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 30 10:00:52 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Nov 30 10:09:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969096d3

dev-python/testresources: keyword 2.0.1-r2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index 05d03edf42a8..26da973cebfe 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-06-28 Thread Michał Górny
commit: 0a539fe46314d0351057a53ff376630e3bac962d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 28 08:08:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 28 08:08:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a539fe4

dev-python/testresources: Remove old

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

 .../testresources/testresources-2.0.1.ebuild   | 31 --
 1 file changed, 31 deletions(-)

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
deleted file mode 100644
index abee2d1e1311..
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="A pyunit extension for managing expensive test resources"
-HOMEPAGE="https://launchpad.net/testresources";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests nose
-
-python_prepare_all() {
-   sed \
-   -e 's:testBasicSortTests:_&:g' \
-   -i testresources/tests/test_optimising_test_suite.py || die
-   distutils-r1_python_prepare_all
-}



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

2022-06-27 Thread Agostino Sarubbo
commit: 5adcb0e9b73af974a07449bf4b7cf76a2e728fdf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 28 06:42:40 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 28 06:42:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adcb0e9

dev-python/testresources: amd64/arm/sparc stable (ALLARCHES policy) wrt bug 
#854636

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index 7d557b8d28d4..05d03edf42a8 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-06-27 Thread Michał Górny
commit: 130897eebb8e069653aa133755db10bd859952c4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 28 03:55:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 28 04:03:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130897ee

dev-python/testresources: Mark ALLARCHES

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

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

diff --git a/dev-python/testresources/metadata.xml 
b/dev-python/testresources/metadata.xml
index cf54c26c3d00..db9726aac1d4 100644
--- a/dev-python/testresources/metadata.xml
+++ b/dev-python/testresources/metadata.xml
@@ -19,6 +19,7 @@
for example sample working trees for VCS systems, reference databases 
for
enterprise applications, or web servers ... let imagination run wild.

+   

testresources
testresources



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

2022-06-27 Thread Sam James
commit: c2bf1e61fbce9f2a9c05e7661133517a15eae5d8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 27 23:31:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 27 23:31:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bf1e61

dev-python/testresources: Stabilize 2.0.1-r2 x86, #854636

Signed-off-by: Sam James  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index 3a65347645a7..7d557b8d28d4 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-06-27 Thread Arthur Zamarin
commit: 8487fa4f80b58a1be095a5637fe5379df5a28217
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 27 19:43:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 27 19:43:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8487fa4f

dev-python/testresources: Stabilize 2.0.1-r2 arm64, #854636

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index c7092822e0da..3a65347645a7 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-06-27 Thread Arthur Zamarin
commit: a26fc20a3f2fa7f0474e5a2d5a4dbf7c4c3ec2ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 27 19:24:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 27 19:24:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26fc20a

dev-python/testresources: Stabilize 2.0.1-r2 hppa, #854636

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index e84b1fa81e0f..c7092822e0da 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-06-27 Thread Arthur Zamarin
commit: 48e9ff094f47dca20cec4ba664e6cd11a20eef4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 27 19:22:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 27 19:22:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e9ff09

dev-python/testresources: Stabilize 2.0.1-r2 ppc64, #854636

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index dbd0fa85fccc..e84b1fa81e0f 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-06-27 Thread Arthur Zamarin
commit: 125f5700355496d311b091e68aa359c91e660c44
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 27 19:20:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 27 19:20:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125f5700

dev-python/testresources: Stabilize 2.0.1-r2 ppc, #854636

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/testresources/testresources-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-2.0.1-r2.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
index b30a3c662741..dbd0fa85fccc 100644
--- a/dev-python/testresources/testresources-2.0.1-r2.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2022-05-28 Thread Michał Górny
commit: 8b6283b65a6d2f11f65c1ccfba28497f150f470a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 10:28:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 10:28:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6283b6

dev-python/testresources: Add RDEP on dev-python/pbr

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

 .../{testresources-2.0.1-r1.ebuild => testresources-2.0.1-r2.ebuild}   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/testresources/testresources-2.0.1-r1.ebuild 
b/dev-python/testresources/testresources-2.0.1-r2.ebuild
similarity index 95%
rename from dev-python/testresources/testresources-2.0.1-r1.ebuild
rename to dev-python/testresources/testresources-2.0.1-r2.ebuild
index 2805cb3bc836..b30a3c662741 100644
--- a/dev-python/testresources/testresources-2.0.1-r1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r2.ebuild
@@ -20,6 +20,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+"
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (



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

2022-05-21 Thread Michał Górny
commit: 55119dff744061f0f5e2c557ac86cf5fffe0d631
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 12:13:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 12:35:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55119dff

dev-python/testresources: Enable py3.11

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

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

diff --git a/dev-python/testresources/testresources-2.0.1-r1.ebuild 
b/dev-python/testresources/testresources-2.0.1-r1.ebuild
index 395cd1ce312e..2805cb3bc836 100644
--- a/dev-python/testresources/testresources-2.0.1-r1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-21 Thread Michał Górny
commit: 6173357146a2081d7042f67d50ee3552b7899014
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 12:13:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 12:35:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61733571

dev-python/testresources: Use PEP517 build

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

 .../testresources/testresources-2.0.1-r1.ebuild| 38 ++
 1 file changed, 38 insertions(+)

diff --git a/dev-python/testresources/testresources-2.0.1-r1.ebuild 
b/dev-python/testresources/testresources-2.0.1-r1.ebuild
new file mode 100644
index ..395cd1ce312e
--- /dev/null
+++ b/dev-python/testresources/testresources-2.0.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pyunit extension for managing expensive test resources"
+HOMEPAGE="
+   https://launchpad.net/testresources/
+   https://github.com/testing-cabal/testresources/
+   https://pypi.org/project/testresources/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+#  sed \
+#  -e 's:testBasicSortTests:_&:g' \
+#  -i testresources/tests/test_optimising_test_suite.py || die
+   distutils-r1_python_prepare_all
+}



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

2022-02-01 Thread Sam James
commit: e58e47a34a7d59e97edf68c7314c49fad66feba2
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  2 07:29:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  2 07:29:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58e47a3

dev-python/testresources: Stabilize 2.0.1 hppa, #832457

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 2e21ffe61f0e..abee2d1e1311 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-07-27 Thread Marek Szuba
commit: 58c9e43410c313efadcde05b3e2c59bcad939ac7
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jul 27 08:41:18 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Jul 27 10:59:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c9e434

dev-python/testresources: keyword 2.0.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index fac3d7bddf5..2e21ffe61f0 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-07-05 Thread Michał Górny
commit: 5228aaa4b73c861d15c4cd0fb64502e447e27b46
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  5 10:14:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  5 10:56:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5228aaa4

dev-python/testresources: Port to py3.10

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

 dev-python/testresources/testresources-2.0.1.ebuild | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 20aab49f408..fac3d7bddf5 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A pyunit extension for managing expensive test resources"
@@ -14,24 +13,19 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}]
)"
 
+distutils_enable_tests nose
+
 python_prepare_all() {
sed \
-e 's:testBasicSortTests:_&:g' \
-i testresources/tests/test_optimising_test_suite.py || die
distutils-r1_python_prepare_all
 }
-
-python_test() {
-   nosetests --verbose || die "Tests failed under ${EPYTHON}"
-}



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

2020-05-31 Thread Michał Górny
commit: 4b38676a44045d5a32bb0aa11d45734aee9fab9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 15:01:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 15:42:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b38676a

dev-python/testresources: Port to py39

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

 dev-python/testresources/testresources-2.0.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 9b480a2aef8..2656fe9e2c0 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.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=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -17,15 +17,13 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
ppc64 s390 sparc x86
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}]
)"
-RDEPEND=""
 
 python_prepare_all() {
sed \



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

2020-03-29 Thread Michał Górny
commit: 9fb104b90d80efde8d7237fe460d535baea11462
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 09:59:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 10:13:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb104b9

dev-python/testresources: Remove redundant versions

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

 dev-python/testresources/Manifest  |  2 --
 .../testresources/testresources-0.2.7-r2.ebuild| 38 --
 .../testresources/testresources-1.0.0.ebuild   | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-python/testresources/Manifest 
b/dev-python/testresources/Manifest
index 4072319a429..71e47358687 100644
--- a/dev-python/testresources/Manifest
+++ b/dev-python/testresources/Manifest
@@ -1,3 +1 @@
-DIST testresources-0.2.7.tar.gz 32050 BLAKE2B 
9ff16d2e33d7b528598d2f5b903e57625018ecbfd9484dab0d8a7d922429cc8d35dada91d84c897c426e06e01b7bd0befe23814996f4aa7b0651148edaa6f246
 SHA512 
29518f7326272c56a5f2f3f1f7741959dde9265ba5ce7e0c7d7afabd91bd44a519d1cad82a11a41944ff12d65e541536476f87afcac9a7cbb4869743a38547b7
-DIST testresources-1.0.0.tar.gz 44501 BLAKE2B 
a10cbf562241ee2a756a5de6a9334ff664db7569d3459548d4a9042ab8dffd0d715c16616ffe08ec86ad4a0b4940e0c09b83b57f7bea86b35b6f728e55384fe3
 SHA512 
7c9f9cbcc62066ab4a75d68780d8892548423e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b
 DIST testresources-2.0.1.tar.gz 41948 BLAKE2B 
81f597099eb17090cfa759c2fc4e30be2de3f749760e6a0e88e4c5484c91fe6a00d1296ec6ba7dc5aea1bcd0f9239989fab8fbb4f211b6c5bf031ff1be4b803b
 SHA512 
0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
deleted file mode 100644
index 770af1876c5..000
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ /dev/null
@@ -1,38 +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="A pyunit extension for managing expensive test resources"
-HOMEPAGE="https://launchpad.net/testresources";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-python_prepare_all() {
-   sed \
-   -e 's:testBasicSortTests:_&:g' \
-   -i lib/testresources/tests/test_optimising_test_suite.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests --verbose || die "Tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/testresources/testresources-1.0.0.ebuild 
b/dev-python/testresources/testresources-1.0.0.ebuild
deleted file mode 100644
index ef6f4060ce5..000
--- a/dev-python/testresources/testresources-1.0.0.ebuild
+++ /dev/null
@@ -1,38 +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="A pyunit extension for managing expensive test resources"
-HOMEPAGE="https://launchpad.net/testresources";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-python_prepare_all() {
-   sed \
-   -e 's:testBasicSortTests:_&:g' \
-   -i testresources/tests/test_optimising_test_suite.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests --verbose || die "Tests failed under ${EPYTHON}"
-}



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

2020-03-28 Thread Michał Górny
commit: d8eb8af7319e1fc73e14704c6c28cddc60a4b3df
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 13:36:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 13:36:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eb8af7

dev-python/testresources: Add missing dep on pbr

Closes: https://bugs.gentoo.org/663524
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/testresources/testresources-2.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 721f99b6fe8..efb20c96a1d 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]



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

2020-03-28 Thread Michał Górny
commit: b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 13:31:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 13:34:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12bfd02

dev-python/testresources: Remove py2

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

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 dev-python/testresources/testresources-1.0.0.ebuild| 2 +-
 dev-python/testresources/testresources-2.0.1.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index fe388a4cec5..770af1876c5 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.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/testresources/testresources-1.0.0.ebuild 
b/dev-python/testresources/testresources-1.0.0.ebuild
index 9a136ccef1f..ef6f4060ce5 100644
--- a/dev-python/testresources/testresources-1.0.0.ebuild
+++ b/dev-python/testresources/testresources-1.0.0.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/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index ff08e831e3c..721f99b6fe8 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



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

2019-12-30 Thread Piotr Karbowski
commit: 4f88adfd5f78d4a39f10ba3d351c6e499ebaa51a
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Dec 30 21:49:00 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Dec 30 21:54:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f88adfd

dev-python/testresources-2.0.1: python 3.8 support added.

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

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index cac85cb34df..1bc1deea878 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.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/testresources/

2018-07-16 Thread Michał Górny
commit: dcfdf0e135a4c683e36a7755120e43040c53f7c1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 14 22:41:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 16 19:57:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfdf0e1

dev-python/testresources: Enable py3.7

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index b541daf8cc7..2384a348950 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1
 



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

2018-07-09 Thread Mikle Kolyada
commit: 85e67c7376adef1c37f9f4d3a1e5364e2ca25fd7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul  9 23:30:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul  9 23:30:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e67c73

dev-python/testresources: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 04723145fe6..b541daf8cc7 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2018-03-30 Thread Matt Thode
commit: e4bee1b262f443d03a86b7edab9402bd6429588f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 00:51:34 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 00:51:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bee1b2

dev-python/testresources: 2.0.1 stablized alpha amd64 arm arm64 hppa ia64 ~m68k 
~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux under allarches

Stablized for Openstack Queens

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 077b955b016..04723145fe6 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2018-02-21 Thread Michał Górny
commit: 9c5a3dd0b6d2dcefea9bdf5328af659272b1e37f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 18:24:16 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 20:18:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5a3dd0

dev-python/testresources: Tested on ~amd64-fbsd

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

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
index 4a1ae5d86e3..077b955b016 100644
--- a/dev-python/testresources/testresources-2.0.1.ebuild
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2018-02-16 Thread Matt Thode
commit: 89e9bf9ecac1e7956e0f87ac618af2d9f2c9f948
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 17 01:30:48 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 17 01:38:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e9bf9e

dev-python/testresources: 2.0.1 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/testresources/Manifest  |  1 +
 .../testresources/testresources-2.0.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/testresources/Manifest 
b/dev-python/testresources/Manifest
index 1c11a289b0e..4072319a429 100644
--- a/dev-python/testresources/Manifest
+++ b/dev-python/testresources/Manifest
@@ -1,2 +1,3 @@
 DIST testresources-0.2.7.tar.gz 32050 BLAKE2B 
9ff16d2e33d7b528598d2f5b903e57625018ecbfd9484dab0d8a7d922429cc8d35dada91d84c897c426e06e01b7bd0befe23814996f4aa7b0651148edaa6f246
 SHA512 
29518f7326272c56a5f2f3f1f7741959dde9265ba5ce7e0c7d7afabd91bd44a519d1cad82a11a41944ff12d65e541536476f87afcac9a7cbb4869743a38547b7
 DIST testresources-1.0.0.tar.gz 44501 BLAKE2B 
a10cbf562241ee2a756a5de6a9334ff664db7569d3459548d4a9042ab8dffd0d715c16616ffe08ec86ad4a0b4940e0c09b83b57f7bea86b35b6f728e55384fe3
 SHA512 
7c9f9cbcc62066ab4a75d68780d8892548423e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b
+DIST testresources-2.0.1.tar.gz 41948 BLAKE2B 
81f597099eb17090cfa759c2fc4e30be2de3f749760e6a0e88e4c5484c91fe6a00d1296ec6ba7dc5aea1bcd0f9239989fab8fbb4f211b6c5bf031ff1be4b803b
 SHA512 
0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4

diff --git a/dev-python/testresources/testresources-2.0.1.ebuild 
b/dev-python/testresources/testresources-2.0.1.ebuild
new file mode 100644
index 000..4a1ae5d86e3
--- /dev/null
+++ b/dev-python/testresources/testresources-2.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pyunit extension for managing expensive test resources"
+HOMEPAGE="https://launchpad.net/testresources";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+python_prepare_all() {
+   sed \
+   -e 's:testBasicSortTests:_&:g' \
+   -i testresources/tests/test_optimising_test_suite.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests --verbose || die "Tests failed under ${EPYTHON}"
+}



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

2017-07-29 Thread Matt Thode
commit: cd8b4a0e4c857cd3a7274ad32e95ff16e25d7eb4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 29 20:32:48 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Jul 29 20:38:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8b4a0e

dev-python/testresources: 0.2.7-r2 stable arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/testresources/metadata.xml  | 4 ++--
 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/testresources/metadata.xml 
b/dev-python/testresources/metadata.xml
index 0cd49c2394a..3e43e714ce9 100644
--- a/dev-python/testresources/metadata.xml
+++ b/dev-python/testresources/metadata.xml
@@ -14,11 +14,11 @@
Python


-Testresources extends unittest with a clean and simple api to provide test
+   Testresources extends unittest with a clean and simple api to 
provide test
optimisation where expensive common resources are needed for test cases
for example sample working trees for VCS systems, reference databases 
for
enterprise applications, or web servers ... let imagination run wild.
-  
+   

testresources
testresources

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index f78dc513540..ee255ec0896 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2016-03-02 Thread Patrick Lauer
commit: 524a5dfa42f6ea18d17996bce15b61c1c1a604cb
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Mar  2 10:41:35 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Mar  2 10:45:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524a5dfa

dev-python/testresources: Bump

Package-Manager: portage-2.2.27

 dev-python/testresources/Manifest  |  1 +
 .../testresources/testresources-1.0.0.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/testresources/Manifest 
b/dev-python/testresources/Manifest
index 00ce084..2968d45 100644
--- a/dev-python/testresources/Manifest
+++ b/dev-python/testresources/Manifest
@@ -1 +1,2 @@
 DIST testresources-0.2.7.tar.gz 32050 SHA256 
ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231 SHA512 
29518f7326272c56a5f2f3f1f7741959dde9265ba5ce7e0c7d7afabd91bd44a519d1cad82a11a41944ff12d65e541536476f87afcac9a7cbb4869743a38547b7
 WHIRLPOOL 
c414223960fbd6a1c612d2c79c8b8956ab85876331ddefb1315dbdd6c6bc1d3a7641c098d7d558b332ee8f4262d8921240adb63f581a3127da6a617dc200
+DIST testresources-1.0.0.tar.gz 44501 SHA256 
e9b2c70ecade3135629e66945a7ac19c6df18c59b3d8f02e95d24bc8e066c7cf SHA512 
7c9f9cbcc62066ab4a75d68780d8892548423e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b
 WHIRLPOOL 
f4a390df289f4e452e197b58cc6df2a162a5843d64ba03fc3a6918c1f0b6124ee9c98e3e08bbb4c8780344749a7e961a4482a005e7b2e23359ecc56f6cef8192

diff --git a/dev-python/testresources/testresources-1.0.0.ebuild 
b/dev-python/testresources/testresources-1.0.0.ebuild
new file mode 100644
index 000..9121c8a
--- /dev/null
+++ b/dev-python/testresources/testresources-1.0.0.ebuild
@@ -0,0 +1,38 @@
+# 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="A pyunit extension for managing expensive test resources"
+HOMEPAGE="https://launchpad.net/testresources";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+python_prepare_all() {
+   sed \
+   -e 's:testBasicSortTests:_&:g' \
+   -i testresources/tests/test_optimising_test_suite.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests --verbose || die "Tests failed under ${EPYTHON}"
+}



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

2015-11-05 Thread Agostino Sarubbo
commit: 48101436975261fda896d70db4ff53dbc8a9048a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov  5 11:52:19 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov  5 11:52:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48101436

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

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

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index 5a0dcc4..77f511c 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-11-03 Thread Justin Lecher
commit: fd56767c19be5d180511e9331929c9bc6a9b558c
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov  3 10:38:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov  3 11:38:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd56767c

dev-python/testresources: Skip flanky tests

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

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

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index d727cc7..5a0dcc4 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -26,6 +26,13 @@ DEPEND="
)"
 RDEPEND=""
 
+python_prepare_all() {
+   sed \
+   -e 's:testBasicSortTests:_&:g' \
+   -i lib/testresources/tests/test_optimising_test_suite.py || die
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
-   nosetests || die "Tests failed under ${EPYTHON}"
+   nosetests --verbose || die "Tests failed under ${EPYTHON}"
 }



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

2015-11-02 Thread Justin Lecher
commit: 6123561a132a530e941a38f8441de33d06397bd5
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 11:04:38 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov  2 11:47:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123561a

Revert "dev-python/testresources: Stable under ALLARCHES policy"

This reverts commit 7e0bd964c32dfe1e7520da0f89dcfd31d276252c.

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index b6922b9..d727cc7 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

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

dev-python/testresources: Stable under ALLARCHES policy

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

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index d727cc7..b6922b9 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

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

dev-python/testresources: Keyword under ALLARCHES policy

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

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index a0e0b1b..d727cc7 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-10-11 Thread Justin Lecher
commit: ea65382a8442c9c9a909d05f783080a5a88fa1db
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Oct 11 10:51:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Oct 11 11:24:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea65382a

dev-python/testresources: Add python3.5 support

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

 .../testresources/testresources-0.2.7-r3.ebuild| 31 ++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/testresources/testresources-0.2.7-r3.ebuild 
b/dev-python/testresources/testresources-0.2.7-r3.ebuild
new file mode 100644
index 000..c5333a4
--- /dev/null
+++ b/dev-python/testresources/testresources-0.2.7-r3.ebuild
@@ -0,0 +1,31 @@
+# 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="A pyunit extension for managing expensive test resources"
+HOMEPAGE="https://launchpad.net/testresources";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+python_test() {
+   nosetests || die "Tests failed under ${EPYTHON}"
+}



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

2015-10-10 Thread Mikle Kolyada
commit: aa577169a7d2dc7681261a1e07d1f7d8559e5021
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 10 18:36:07 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 10 18:46:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa577169

dev-python/testresources: Add ~sparc keywords wrt bug #70

Package-Manager: portage-2.2.20.1

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index cb77788..8190811 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="test"
 
 DEPEND="



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

2015-08-24 Thread Justin Lecher
commit: 6f7492b2a24659ec50f94d5667c3b001f81ce713
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Aug 24 06:15:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Aug 24 10:12:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7492b2

dev-python/testresources: Add pypy3 support

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

 dev-python/testresources/testresources-0.2.7-r2.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild 
b/dev-python/testresources/testresources-0.2.7-r2.ebuild
index b4f611f..cb77788 100644
--- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
+++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -16,10 +17,13 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}] )"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )"
 RDEPEND=""
 
 python_test() {