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

2024-03-03 Thread Andrew Ammerlaan
commit: 6da6aac37ee10965f66f036059b2bd1801ef1487
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Mar  3 18:51:01 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Mar  3 18:57:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da6aac3

dev-python/spyder-unittest: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
index ab7874f61a8e..80f8b384207b 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 virtualx



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

2023-12-29 Thread Sam James
commit: 4072a35c28f2fef019605c28821a24e6cb220be0
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 22:42:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 22:42:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4072a35c

dev-python/spyder-unittest: Keyword 0.6.0 arm64, #918059

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

 dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
index f5fa403a044c..ab7874f61a8e 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/spyder-5.4.1[${PYTHON_USEDEP}]



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

2023-07-03 Thread Andrew Ammerlaan
commit: 3b23187b138eddb7c5ede991d01da64ce182210b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Jul  3 08:33:20 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jul  3 08:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b23187b

dev-python/spyder-unittest: add 0.6.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 +
 .../spyder-unittest/spyder-unittest-0.6.0.ebuild   | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 85e53b0801b3..9bd499e8ac39 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
+DIST spyder-unittest-0.6.0.gh.tar.gz 105932 BLAKE2B 
b7a39e5756d27325bbe0dff32fb3922f667cdd1eb2c3a6d9e5eceb89abd921244fdf1685706bff181c75c59f86f92e405a1d08c5e86d7f15a27bfd46d32048ea
 SHA512 
304843dcf6b51033a6acbc81a0ed274736d36967d95866075bb06a23487f29556256e39c213f685f5a6622743bba568814b5c099fa143e849fdb5608687f1c5c

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
new file mode 100644
index ..f5fa403a044c
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Plugin for Spyder to run tests and view the results"
+HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/spyder-5.4.1[${PYTHON_USEDEP}]
+   

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

2023-07-03 Thread Andrew Ammerlaan
commit: 6950fbc97118d1249ca8c9a6d8d86690109948de
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Jul  3 08:33:43 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jul  3 08:35:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6950fbc9

dev-python/spyder-unittest: drop 0.5.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 -
 .../spyder-unittest/spyder-unittest-0.5.1.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 9bd499e8ac39..0734087a0fe5 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,2 +1 @@
-DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
 DIST spyder-unittest-0.6.0.gh.tar.gz 105932 BLAKE2B 
b7a39e5756d27325bbe0dff32fb3922f667cdd1eb2c3a6d9e5eceb89abd921244fdf1685706bff181c75c59f86f92e405a1d08c5e86d7f15a27bfd46d32048ea
 SHA512 
304843dcf6b51033a6acbc81a0ed274736d36967d95866075bb06a23487f29556256e39c213f685f5a6622743bba568814b5c099fa143e849fdb5608687f1c5c

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
deleted file mode 100644
index 43ce967da1ec..
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 virtualx
-
-COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
-
-DESCRIPTION="Plugin for Spyder to run tests and view the results"
-HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# AttributeError: 'NoneType' object has no attribute 'split'
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/spyder-5.3.1[${PYTHON_USEDEP}]
-   

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

2023-01-12 Thread Andrew Ammerlaan
commit: 49529e52ecaea03c8d1789729d221f5b04a5915f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jan 12 11:06:13 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jan 12 11:06:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49529e52

dev-python/spyder-unittest: disable py3.8, py3.9

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
index a5ce83462d50..43ce967da1ec 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 virtualx
 



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

2023-01-12 Thread Andrew Ammerlaan
commit: b070c04499ba4bb64e0e1708a3f4c489551688af
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jan 12 11:06:37 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jan 12 11:06:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b070c044

dev-python/spyder-unittest: add github upstream metadata

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/spyder-unittest/metadata.xml 
b/dev-python/spyder-unittest/metadata.xml
index 7a33a2fede83..f8bc4578a4c1 100644
--- a/dev-python/spyder-unittest/metadata.xml
+++ b/dev-python/spyder-unittest/metadata.xml
@@ -7,6 +7,7 @@


spyder-unittest
+   spyder-ide/spyder-unittest


 



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

2023-01-01 Thread Andrew Ammerlaan
commit: ae0d2f154866f19580c13bdd1d9e7b28051a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan  1 16:10:04 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  1 16:11:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0d2f15

dev-python/spyder-unittest: drop dep on nose

it is only required optionally at runtime or to test this optional feature

Closes: https://bugs.gentoo.org/888267
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
index e5d87beccf01..a5ce83462d50 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,7 +30,6 @@ RDEPEND="
 
 DEPEND="test? (
dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-qt[${PYTHON_USEDEP}]
 )"



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

2022-11-07 Thread Andrew Ammerlaan
commit: 083e5c4b16a5a8a7af0b1471fe27fce3c289e350
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Nov  7 21:52:57 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Nov  7 21:53:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083e5c4b

dev-python/spyder-unittest: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
index abd29d2cb968..e5d87beccf01 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 virtualx
 



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

2022-09-05 Thread Andrew Ammerlaan
commit: f6e5b6798c23e88a3600c326ac7b0c3f1b31483f
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Sep  5 11:55:07 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Sep  5 12:10:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e5b679

dev-python/spyder-unittest: add 0.5.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 +
 .../spyder-unittest/spyder-unittest-0.5.1.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 22be279e4c0c..62e90be9ac19 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 DIST spyder-unittest-0.5.0.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
+DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
new file mode 100644
index ..abd29d2cb968
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 virtualx
+
+COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
+
+DESCRIPTION="Plugin for Spyder to run tests and view the results"
+HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+# AttributeError: 'NoneType' object has no attribute 'split'
+RESTRICT="test"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/spyder-5.3.1[${PYTHON_USEDEP}]
+   

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

2022-09-05 Thread Andrew Ammerlaan
commit: fcbb49fb92e3fb37b66183cfd56fa15eb6de2a46
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Sep  5 11:56:23 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Sep  5 12:10:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbb49fb

dev-python/spyder-unittest: drop 0.5.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 -
 .../spyder-unittest/spyder-unittest-0.5.0.ebuild   | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index 62e90be9ac19..85e53b0801b3 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,2 +1 @@
-DIST spyder-unittest-0.5.0.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
 DIST spyder-unittest-0.5.1.gh.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild
deleted file mode 100644
index dbb35f3719d4..
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild
+++ /dev/null
@@ -1,42 +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} )
-
-inherit distutils-r1 virtualx
-
-COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
-
-DESCRIPTION="Plugin for Spyder to run tests and view the results"
-HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# AttributeError: 'NoneType' object has no attribute 'split'
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
-   

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

2022-01-20 Thread Andrew Ammerlaan
commit: 1ca0f6c84d34db49092567aaf49d29bd4da720e4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jan 20 18:35:07 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jan 20 19:07:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca0f6c8

dev-python/spyder-unittest: cleanup old

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

 dev-python/spyder-unittest/Manifest|  2 -
 .../spyder-unittest-0.4.1-r1.ebuild| 46 --
 .../spyder-unittest-0.4.1_p20220106.ebuild | 41 ---
 3 files changed, 89 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index e9a384328d02..22be279e4c0c 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,3 +1 @@
-DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc
-DIST spyder-unittest-0.4.1_p20220106.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
 DIST spyder-unittest-0.5.0.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1-r1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1-r1.ebuild
deleted file mode 100644
index 38bdd2eb9179..
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Plugin for Spyder to run tests and view the results"
-HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
-   https://github.com/spyder-ide/spyder-unittest;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# AttributeError: 'NoneType' object has no attribute 'split'
-RESTRICT="test"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-"
-
-DEPEND="test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytest-qt[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest
-
-python_test() {
-   virtx epytest
-}



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

2022-01-20 Thread Andrew Ammerlaan
commit: 91ac12698fc15d7f8a451c380adc22289e9f55d2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jan 20 18:34:37 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jan 20 19:07:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac1269

dev-python/spyder-unittest: add version 0.5.0

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

 dev-python/spyder-unittest/Manifest|  1 +
 .../spyder-unittest/spyder-unittest-0.5.0.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index beacbc8d1a77..e9a384328d02 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,2 +1,3 @@
 DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc
 DIST spyder-unittest-0.4.1_p20220106.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5
+DIST spyder-unittest-0.5.0.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild
new file mode 100644
index ..dbb35f3719d4
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 virtualx
+
+COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
+
+DESCRIPTION="Plugin for Spyder to run tests and view the results"
+HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+# AttributeError: 'NoneType' object has no attribute 'split'
+RESTRICT="test"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
+   

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

2022-01-08 Thread Andrew Ammerlaan
commit: 0b14aa793b5a8ef02168fbd7a0d45f688f6a2cd9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sat Jan  8 19:14:15 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jan  8 19:14:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b14aa79

dev-python/spyder-unittest: add snapshot compatible with spyder-5.2

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

 dev-python/spyder-unittest/Manifest|  1 +
 .../spyder-unittest-0.4.1_p20220106.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index b347fd8808b7..beacbc8d1a77 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc
+DIST spyder-unittest-0.4.1_p20220106.tar.gz 80022 BLAKE2B 
c904196f7b0288b4d4f105037cbf75fc7ef60669ba1a24687b4f6aa672b88b139b64282c2d12340c958a3ffb65b8cf01b61256f669e167a6c15eb9471430af2a
 SHA512 
4bea5d88b6be80435e2fa6498803ceea275b72c47bd0a54bb3be962bfe00feed2073e4d4915ea1b4dd780cb1c104f6dcd2735ee000cdedb934ed9fac059d0ca5

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1_p20220106.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1_p20220106.ebuild
new file mode 100644
index ..e60fa49b0a8b
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1_p20220106.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 virtualx
+
+COMMIT="d210d9fe6c4efbb21d680a040cc4741d76a81f49"
+
+DESCRIPTION="Plugin for Spyder to run tests and view the results"
+HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+# AttributeError: 'NoneType' object has no attribute 'split'
+RESTRICT="test"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
+
+DEPEND="test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-qt[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+
+python_test() {
+   virtx epytest
+}



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

2021-08-05 Thread Andrew Ammerlaan
commit: 96f9d05859655c1cacd8d3d4ab3280e83298db87
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Aug  5 07:43:02 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Aug  5 07:45:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f9d058

dev-python/spyder-unittest: depend on spyder<5.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../{spyder-unittest-0.4.1.ebuild => spyder-unittest-0.4.1-r1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1-r1.ebuild
similarity index 96%
rename from dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
rename to dev-python/spyder-unittest/spyder-unittest-0.4.1-r1.ebuild
index ca9b9487f59..38bdd2eb917 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1-r1.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+   

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

2021-07-08 Thread Andrew Ammerlaan
commit: d3d4e18ffeff9133688d779562e2ff89618fe2b5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Jul  8 10:10:56 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Jul  8 11:07:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d4e18f

dev-python/spyder-unittest: allow use of spyder-5

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index b7c4d7427f1..ca9b9487f59 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
-   

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

2021-04-16 Thread Joonas Niilola
commit: 6bd5a7bb2542b06589b70d7b90ac756083cdc336
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Apr 13 10:58:49 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 16 09:54:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd5a7bb

dev-python/spyder-unittest: add py3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index 14eb1d313eb..b7c4d7427f1 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1 virtualx
 



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

2021-04-09 Thread Joonas Niilola
commit: 0ef4e97d89edc3afaf3f3ccc6f8c31826b031d6a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Apr  3 10:59:52 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  9 12:20:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef4e97d

dev-python/spyder-unittest: add 

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/spyder-unittest/metadata.xml 
b/dev-python/spyder-unittest/metadata.xml
index 4ccb533c1b8..f67bf8d25f8 100644
--- a/dev-python/spyder-unittest/metadata.xml
+++ b/dev-python/spyder-unittest/metadata.xml
@@ -12,4 +12,5 @@

spyder-unittest

+   
 



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

2020-09-15 Thread Joonas Niilola
commit: 4f5835f7865fa9fb1a53878772b4f0fe2324008b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Aug 20 09:39:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 08:09:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5835f7

dev-python/spyder-unittest: does not work with spyder-5

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index 5a999c55cae..14eb1d313eb 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -15,14 +15,19 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+   

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

2020-05-26 Thread Matt Turner
commit: c004c4e23f56f1a62b3ed5e11484e789c1e65af1
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 21 10:31:20 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c004c4e2

dev-python/spyder-unittest: version bump and drop py3_6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-unittest/Manifest | 1 +
 dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild | 2 +-
 .../{spyder-unittest-0.4.0.ebuild => spyder-unittest-0.4.1.ebuild}  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index f00c3c77ddd..eb9c481d327 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1 +1,2 @@
 DIST spyder-unittest-0.4.0.tar.gz 74408 BLAKE2B 
d1d8d3b331fefda5c918deb811052518109592919bce07006b49a533f85bc82e8a6efcb0eb4c9b799ef736eb1a5744bd637fdc1bf4f123b0ad5d742ca9c41027
 SHA512 
fe402b19bb7c2350cd27d1b5786840ed10736db042ee0b630d29a78aaee1e6cdfb3588eb8bd9bf9e124fdcaaab253e0c67e75480d26f41a16f678a7176db53d0
+DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
index e13f6bbc8f2..5a999c55cae 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
similarity index 96%
copy from dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
copy to dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index e13f6bbc8f2..5a999c55cae 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 virtualx
 



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

2020-05-26 Thread Matt Turner
commit: 6831cefcd71c89e37a66a059f1314a3d336bc630
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat May 23 15:54:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6831cefc

dev-python/spyder-unittest: clean up old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 -
 .../spyder-unittest/spyder-unittest-0.4.0.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
index eb9c481d327..b347fd8808b 100644
--- a/dev-python/spyder-unittest/Manifest
+++ b/dev-python/spyder-unittest/Manifest
@@ -1,2 +1 @@
-DIST spyder-unittest-0.4.0.tar.gz 74408 BLAKE2B 
d1d8d3b331fefda5c918deb811052518109592919bce07006b49a533f85bc82e8a6efcb0eb4c9b799ef736eb1a5744bd637fdc1bf4f123b0ad5d742ca9c41027
 SHA512 
fe402b19bb7c2350cd27d1b5786840ed10736db042ee0b630d29a78aaee1e6cdfb3588eb8bd9bf9e124fdcaaab253e0c67e75480d26f41a16f678a7176db53d0
 DIST spyder-unittest-0.4.1.tar.gz 79158 BLAKE2B 
10b7a8fde9dffdb436c44f22d305ceab84970dabd19aaeb7b5685be21f0e7bfc701a5fbbf9e393a71c9feb36dd6a2be68680e276c8d0841b2133a7171c504e3f
 SHA512 
17e08b09accd938bf533c409f9a8011e9780f9cc4533af0ec754b6a01061490f198213cb77af9050e1e67e2b4b9c25251bbab27dce23d3f6e09f502cfbef95fc

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
deleted file mode 100644
index 5a999c55cae..000
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.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=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Plugin for Spyder to run tests and view the results"
-HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest-qt[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   spyder_unittest_test() {
-   # fails to test in ${BUILDIR}/lib
-   # test do work if executed directly in the extracted tarball
-   local PYTHONPATH="${WORKDIR}/${P}"
-   pytest -vv spyder_unittest/tests spyder_unittest/widgets/tests
-   }
-
-   virtx spyder_unittest_test
-}



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

2020-02-18 Thread Joonas Niilola
commit: 268a30f53ae970eeebb910a0d2e6a924b96ddcb4
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 14 13:54:28 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Feb 19 07:02:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268a30f5

dev-python/spyder-unittest: Plugin to run tests and view the results

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/spyder-unittest/Manifest|  1 +
 dev-python/spyder-unittest/metadata.xml| 12 +++
 .../spyder-unittest/spyder-unittest-0.4.0.ebuild   | 38 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/spyder-unittest/Manifest 
b/dev-python/spyder-unittest/Manifest
new file mode 100644
index 000..f00c3c77ddd
--- /dev/null
+++ b/dev-python/spyder-unittest/Manifest
@@ -0,0 +1 @@
+DIST spyder-unittest-0.4.0.tar.gz 74408 BLAKE2B 
d1d8d3b331fefda5c918deb811052518109592919bce07006b49a533f85bc82e8a6efcb0eb4c9b799ef736eb1a5744bd637fdc1bf4f123b0ad5d742ca9c41027
 SHA512 
fe402b19bb7c2350cd27d1b5786840ed10736db042ee0b630d29a78aaee1e6cdfb3588eb8bd9bf9e124fdcaaab253e0c67e75480d26f41a16f678a7176db53d0

diff --git a/dev-python/spyder-unittest/metadata.xml 
b/dev-python/spyder-unittest/metadata.xml
new file mode 100644
index 000..8fc11184ab0
--- /dev/null
+++ b/dev-python/spyder-unittest/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
new file mode 100644
index 000..e13f6bbc8f2
--- /dev/null
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Plugin for Spyder to run tests and view the results"
+HOMEPAGE="https://github.com/spyder-ide/spyder-unittest;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   spyder_unittest_test() {
+   # fails to test in ${BUILDIR}/lib
+   # test do work if executed directly in the extracted tarball
+   local PYTHONPATH="${WORKDIR}/${P}"
+   pytest -vv spyder_unittest/tests spyder_unittest/widgets/tests
+   }
+
+   virtx spyder_unittest_test
+}