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

2023-10-20 Thread Michał Górny
commit: 58fdd07f2a93dfae8596c39a31708c2dae75db25
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:57:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:57:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fdd07f

dev-python/pysol_cards: Enable py3.12

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
index a4dbd2edb37a..03ff0f6e7ea2 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-02-27 Thread Andreas Sturmlechner
commit: 5f473acd91f9fd9a22f553e1626709b9c6e142ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 27 19:26:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 27 19:29:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f473acd

dev-python/pysol_cards: drop 0.14.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index e8784419c177..4559b2357a85 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 
63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71
 SHA512 
5e296819ebd6a874175c098b524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386
 DIST pysol_cards-0.14.3.tar.gz 18322 BLAKE2B 
730da3d597377305c86e528606edd3db9f07390d333283a228c2411d35f2e19da61d27f21e3d2650b84ba0f4b0d48e87cf7004d518845fe2a40b041e286d5a28
 SHA512 
00bb25393eab855d7444324b33e0561bfbcc86ae53306b58623fa15ea005378aff6af51846aab4634b43fdba5497c3872c32baf3a51013ee01d5ab2d7a7a9d51

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
deleted file mode 100644
index 1310817c6113..
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-02-25 Thread Arthur Zamarin
commit: 2103faa8d66f756aabdcfb92d14aef9d80966a4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 18:05:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 18:05:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2103faa8

dev-python/pysol_cards: Stabilize 0.14.3 x86, #893300

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
index 4825c276396e..3820e6924008 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2023-02-25 Thread Arthur Zamarin
commit: 94835bfb302995458bd9d2390ae5e5c414002d4d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 25 14:46:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 14:46:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94835bfb

dev-python/pysol_cards: Stabilize 0.14.3 amd64, #893300

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
index 24c7f38bcdb0..4825c276396e 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2023-02-22 Thread Arthur Zamarin
commit: 3c6b98a9a5307a76e378318d5f11cf1c60c3e239
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 22 20:14:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 22 20:14:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6b98a9

dev-python/pysol_cards: Stabilize 0.14.3 arm64, #893300

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
index 06e7bde0ebac..24c7f38bcdb0 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2023-01-11 Thread Michał Górny
commit: 8f261948987b9814db05b0e75b087d5cb029b982
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 11 20:02:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 11 20:12:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f261948

dev-python/pysol_cards: Bump to 0.14.3

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

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.14.3.ebuild | 27 
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 750035133da6..e8784419c177 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
 DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 
63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71
 SHA512 
5e296819ebd6a874175c098b524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386
+DIST pysol_cards-0.14.3.tar.gz 18322 BLAKE2B 
730da3d597377305c86e528606edd3db9f07390d333283a228c2411d35f2e19da61d27f21e3d2650b84ba0f4b0d48e87cf7004d518845fe2a40b041e286d5a28
 SHA512 
00bb25393eab855d7444324b33e0561bfbcc86ae53306b58623fa15ea005378aff6af51846aab4634b43fdba5497c3872c32baf3a51013ee01d5ab2d7a7a9d51

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
new file mode 100644
index ..370d585ce67f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.14.3.ebuild
@@ -0,0 +1,27 @@
+# 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_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="
+   https://github.com/shlomif/pysol_cards/
+   https://pypi.org/project/pysol-cards/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2023-01-02 Thread Andreas Sturmlechner
commit: b86e6c7844e09765f18d764ba69bf982b4d50568
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  2 19:21:48 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  2 20:56:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86e6c78

dev-python/pysol_cards: drop 0.12.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.12.0.ebuild | 25 
 2 files changed, 26 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 88b3e2df97b6..750035133da6 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.12.0.tar.gz 21337 BLAKE2B 
5d31dc32b7b968366b34481623d2c71ae29f54ff497028f4300e0448dbc27c4529c0524fd33793b84e1f03bcacba3629c8476bf589511a5bb8c56ce7ef7a8fc5
 SHA512 
c40bd7398e6cdd4d0c10f5c8ffaa2c0d274acafdfeb7d7bdbf36420a650157412e25d270c4e8c03ca2a9e07a9fdca97f14d0175773613eb76b447e05aff942e1
 DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 
63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71
 SHA512 
5e296819ebd6a874175c098b524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386

diff --git a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
deleted file mode 100644
index 4e8459875dc3..
--- a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest



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

2023-01-02 Thread Andreas Sturmlechner
commit: 15c9d0b1e7e53505b185af4e9c9e21bab33bd5b0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  2 20:40:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  2 20:56:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c9d0b1

dev-python/pysol_cards: update EAPI 7 -> 8, python3_11, tests passed

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index 4df42d0b5f62..724288328866 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Deal PySol FreeCell cards"



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

2022-06-04 Thread Michał Górny
commit: b6f2ba503ed222d4e3f918567129cb8fbd7aa630
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 05:39:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 05:40:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f2ba50

dev-python/pysol_cards: Add python@ as co-maint.

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

 dev-python/pysol_cards/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pysol_cards/metadata.xml 
b/dev-python/pysol_cards/metadata.xml
index 56773c363d07..474258121ee8 100644
--- a/dev-python/pysol_cards/metadata.xml
+++ b/dev-python/pysol_cards/metadata.xml
@@ -4,6 +4,10 @@

k...@gentoo.org

+   
+   pyt...@gentoo.org
+   Python
+   

pysol-cards
shlomif/pysol_cards



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

2021-12-16 Thread Sam James
commit: d9b4a3862331474b13e9300926c6f63924bcba40
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:04:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:04:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b4a386

dev-python/pysol_cards: Stabilize 0.14.2 arm64, #829334

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index aa13ff5865c1..4df42d0b5f62 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2021-12-16 Thread Jakov Smolić
commit: 3356fb508cdaa7e2f9c63a914a82db8c209b1059
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Dec 16 21:24:34 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Dec 16 21:24:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3356fb50

dev-python/pysol_cards: Stabilize 0.14.2 x86, #829334

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index 2d21fd4b9553..aa13ff5865c1 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2021-12-16 Thread Jakov Smolić
commit: 30b5b118913c3d2b61286ac95dc0d11b0a8b9938
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Dec 16 16:38:45 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Dec 16 16:38:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b5b118

dev-python/pysol_cards: Stabilize 0.14.2 amd64, #829334

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index 20a12f123941..2d21fd4b9553 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/random2[${PYTHON_USEDEP}]



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

2021-11-13 Thread Michał Górny
commit: 7ca553ff288824275f3411993b8cac52a3f7fa30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 13 13:24:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 13 13:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca553ff

dev-python/pysol_cards: Remove old

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

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.10.2.ebuild | 25 
 2 files changed, 26 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index e8a7e5057f9..88b3e2df97b 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,3 +1,2 @@
-DIST pysol_cards-0.10.2.tar.gz 20776 BLAKE2B 
b9f3f20e983453196a7db78ac81c17eb35f157e6419a9dd25e6286ab82763bf2a1601177e41abfe0f49367189a4a78ac66e4f77151c52acae006e3198ff8c524
 SHA512 
df8848c63ad12496c4346fc51fbac803b7a27c274147d458c78f937b70c804cddeeece8c6a980ef2a422bb17771ee1825c9824843e7d1cbc47e3678e506a30c5
 DIST pysol_cards-0.12.0.tar.gz 21337 BLAKE2B 
5d31dc32b7b968366b34481623d2c71ae29f54ff497028f4300e0448dbc27c4529c0524fd33793b84e1f03bcacba3629c8476bf589511a5bb8c56ce7ef7a8fc5
 SHA512 
c40bd7398e6cdd4d0c10f5c8ffaa2c0d274acafdfeb7d7bdbf36420a650157412e25d270c4e8c03ca2a9e07a9fdca97f14d0175773613eb76b447e05aff942e1
 DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 
63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71
 SHA512 
5e296819ebd6a874175c098b524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
deleted file mode 100644
index b69022f7f7d..000
--- a/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest



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

2021-11-13 Thread Jakov Smolić
commit: a4f2b95b1ca4ff3b00c0c450c23567fb24a490ca
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Nov 13 12:16:31 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Nov 13 12:16:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f2b95b

dev-python/pysol_cards: Stabilize 0.12.0 ALLARCHES, #823554

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
index 5cfe9021a37..4e8459875dc 100644
--- a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-11-12 Thread Michał Górny
commit: c4d680f28679dc3ca4acbd281acbd4df02952702
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 12 19:27:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 12 20:03:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d680f2

dev-python/pysol_cards: Bump to 0.14.2

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

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index e66862899ba..e8a7e5057f9 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1,3 @@
 DIST pysol_cards-0.10.2.tar.gz 20776 BLAKE2B 
b9f3f20e983453196a7db78ac81c17eb35f157e6419a9dd25e6286ab82763bf2a1601177e41abfe0f49367189a4a78ac66e4f77151c52acae006e3198ff8c524
 SHA512 
df8848c63ad12496c4346fc51fbac803b7a27c274147d458c78f937b70c804cddeeece8c6a980ef2a422bb17771ee1825c9824843e7d1cbc47e3678e506a30c5
 DIST pysol_cards-0.12.0.tar.gz 21337 BLAKE2B 
5d31dc32b7b968366b34481623d2c71ae29f54ff497028f4300e0448dbc27c4529c0524fd33793b84e1f03bcacba3629c8476bf589511a5bb8c56ce7ef7a8fc5
 SHA512 
c40bd7398e6cdd4d0c10f5c8ffaa2c0d274acafdfeb7d7bdbf36420a650157412e25d270c4e8c03ca2a9e07a9fdca97f14d0175773613eb76b447e05aff942e1
+DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 
63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71
 SHA512 
5e296819ebd6a874175c098b524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386

diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
new file mode 100644
index 000..20a12f12394
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2021-10-06 Thread Arthur Zamarin
commit: e03b0d9505f50d056a36ed847dc7eb4907ab0bdd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct  6 12:10:23 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct  6 12:15:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03b0d95

dev-python/pysol_cards: add github upstream metadata

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

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

diff --git a/dev-python/pysol_cards/metadata.xml 
b/dev-python/pysol_cards/metadata.xml
index dcea73ca520..56773c363d0 100644
--- a/dev-python/pysol_cards/metadata.xml
+++ b/dev-python/pysol_cards/metadata.xml
@@ -6,6 +6,7 @@


pysol-cards
+   shlomif/pysol_cards


 



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

2021-10-06 Thread Arthur Zamarin
commit: 0f36a6e56c0f6c520da0d437c29ebd42d2d03d4c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct  6 12:13:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct  6 12:15:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f36a6e5

dev-python/pysol_cards: add 0.12.0, enable py3.10

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

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.12.0.ebuild | 25 
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index f01ee1b043b..e66862899ba 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
 DIST pysol_cards-0.10.2.tar.gz 20776 BLAKE2B 
b9f3f20e983453196a7db78ac81c17eb35f157e6419a9dd25e6286ab82763bf2a1601177e41abfe0f49367189a4a78ac66e4f77151c52acae006e3198ff8c524
 SHA512 
df8848c63ad12496c4346fc51fbac803b7a27c274147d458c78f937b70c804cddeeece8c6a980ef2a422bb17771ee1825c9824843e7d1cbc47e3678e506a30c5
+DIST pysol_cards-0.12.0.tar.gz 21337 BLAKE2B 
5d31dc32b7b968366b34481623d2c71ae29f54ff497028f4300e0448dbc27c4529c0524fd33793b84e1f03bcacba3629c8476bf589511a5bb8c56ce7ef7a8fc5
 SHA512 
c40bd7398e6cdd4d0c10f5c8ffaa2c0d274acafdfeb7d7bdbf36420a650157412e25d270c4e8c03ca2a9e07a9fdca97f14d0175773613eb76b447e05aff942e1

diff --git a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
new file mode 100644
index 000..5cfe9021a37
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest



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

2021-09-12 Thread Michał Górny
commit: 5e5a6f4f02de33a69fcfad83968b0c106385373e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 12 07:38:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 12 07:39:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5a6f4f

dev-python/pysol_cards: Remove old

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

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.10.1.ebuild | 25 
 2 files changed, 26 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index f129b3ece6d..f01ee1b043b 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 
1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc
 SHA512 
40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
 DIST pysol_cards-0.10.2.tar.gz 20776 BLAKE2B 
b9f3f20e983453196a7db78ac81c17eb35f157e6419a9dd25e6286ab82763bf2a1601177e41abfe0f49367189a4a78ac66e4f77151c52acae006e3198ff8c524
 SHA512 
df8848c63ad12496c4346fc51fbac803b7a27c274147d458c78f937b70c804cddeeece8c6a980ef2a422bb17771ee1825c9824843e7d1cbc47e3678e506a30c5

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
deleted file mode 100644
index eea6d82458c..000
--- a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest



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

2021-09-12 Thread Agostino Sarubbo
commit: f51b8b7cb37227aacba8c284b451e3e4c4840a64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 12 07:06:08 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 12 07:06:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51b8b7c

dev-python/pysol_cards: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug 
#812617

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
index 7e42f93af85..eea6d82458c 100644
--- a/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]



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

2021-08-06 Thread Sam James
commit: 4cbe3777cedaeb77069a3cf4a5a104b878c1ccef
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  6 12:26:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  6 12:26:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbe3777

dev-python/pysol_cards: mark ALLARCHES

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

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

diff --git a/dev-python/pysol_cards/metadata.xml 
b/dev-python/pysol_cards/metadata.xml
index 1b3bb96f4f8..c62bba65117 100644
--- a/dev-python/pysol_cards/metadata.xml
+++ b/dev-python/pysol_cards/metadata.xml
@@ -7,4 +7,5 @@

pysol-cards

+   
 



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

2021-08-06 Thread Sam James
commit: e84d205ecddf1ea10c2b6865fa6153311d8bdc5e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  6 12:25:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  6 12:25:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84d205e

dev-python/pysol_cards: add 0.10.2

Only with the setuptools hyphen fix.

Closes: https://bugs.gentoo.org/796416
Signed-off-by: Sam James  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.10.2.ebuild | 25 
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 3c0e3f8a666..f129b3ece6d 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
 DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 
1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc
 SHA512 
40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
+DIST pysol_cards-0.10.2.tar.gz 20776 BLAKE2B 
b9f3f20e983453196a7db78ac81c17eb35f157e6419a9dd25e6286ab82763bf2a1601177e41abfe0f49367189a4a78ac66e4f77151c52acae006e3198ff8c524
 SHA512 
df8848c63ad12496c4346fc51fbac803b7a27c274147d458c78f937b70c804cddeeece8c6a980ef2a422bb17771ee1825c9824843e7d1cbc47e3678e506a30c5

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
new file mode 100644
index 000..7e42f93af85
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.10.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest



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

2021-08-05 Thread Sam James
commit: 4b00ad47727490a369b20583426826cddbe3ff92
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  5 20:10:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  5 20:11:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b00ad47

dev-python/pysol_cards: enable tests

Closes: https://bugs.gentoo.org/796413
Signed-off-by: Sam James  gentoo.org>

 dev-python/pysol_cards/pysol_cards-0.10.1.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
index 1a4f5ba807c..eea6d82458c 100644
--- a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.10.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,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit distutils-r1
 
@@ -14,11 +14,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
 KEYWORDS="amd64 arm64 x86"
-IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
dev-python/random2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
 "
+BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest



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

2020-10-24 Thread Andreas Sturmlechner
commit: 9f4bc10e505d38ab808d73d6cf26381c67c58cdc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 24 19:01:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 25 00:27:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4bc10e

dev-python/pysol_cards: python3_9

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
index 2153dd470d0..42a6072be82 100644
--- a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



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

2020-08-04 Thread Andreas Sturmlechner
commit: c437ed3c777d8f9e79fb204dba88c26f562cf7ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  4 09:38:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  4 09:39:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437ed3c

dev-python/pysol_cards: Drop 0.8.9

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.9.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 51b24a1a29c..3c0e3f8a666 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
 DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 
1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc
 SHA512 
40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
-DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
deleted file mode 100644
index 2153dd470d0..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-07-14 Thread Andreas Sturmlechner
commit: f0b95fcb247814e5fa33129ef858b682ecf1dcc3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 14 20:09:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 14 21:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b95fcb

dev-python/pysol_cards: Drop 0.8.18

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.18.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index e38a01df0f1..51b24a1a29c 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,3 +1,2 @@
 DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 
1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc
 SHA512 
40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
-DIST pysol_cards-0.8.18.tar.gz 20324 BLAKE2B 
230dcb57ed5d8f75f70bb55ef339347fb7ecd9877b29fc72237fab7595b15fc1ec28b56021a66478c1d4f5f5139562b976155267b1e4e325559a74f68869b98b
 SHA512 
86f0e110b354703745f16410d4f9f8187173a2ae06088d18e7e87b3b6e3149422b3b442e8384f3863ace34de844d9aaab4c080d3e286b4890b188621b6101d06
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild
deleted file mode 100644
index 9407aad9b5f..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-06-30 Thread Andreas Sturmlechner
commit: fe26e191ecb85813d3bfb1b70ae184ec45655603
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 30 14:12:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 30 14:13:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe26e191

dev-python/pysol_cards: 0.10.1 version bump

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.10.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index e803f55ea19..e38a01df0f1 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1,3 @@
+DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 
1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc
 SHA512 
40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
 DIST pysol_cards-0.8.18.tar.gz 20324 BLAKE2B 
230dcb57ed5d8f75f70bb55ef339347fb7ecd9877b29fc72237fab7595b15fc1ec28b56021a66478c1d4f5f5139562b976155267b1e4e325559a74f68869b98b
 SHA512 
86f0e110b354703745f16410d4f9f8187173a2ae06088d18e7e87b3b6e3149422b3b442e8384f3863ace34de844d9aaab4c080d3e286b4890b188621b6101d06
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
new file mode 100644
index 000..9407aad9b5f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2020-06-30 Thread Andreas Sturmlechner
commit: 54b5aabc925caa1971dffb0d10dd9a35059a7457
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 30 14:11:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 30 14:13:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b5aabc

dev-python/pysol_cards: Drop 0.8.16

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.16.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 927f80a10c6..e803f55ea19 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,3 +1,2 @@
-DIST pysol_cards-0.8.16.tar.gz 20203 BLAKE2B 
cbff4eedefd42380729233a9e928fd6d8e5683716651c60292d4dd1052ba7faf071c3fe61d222313a5bd2ade3da58e6f762371b717815c5f57a479aab9a6bc1c
 SHA512 
fb165076232f9cc62520466bec58dd29c1277de54bde448674d20b9fe00628ba4df3b6d522cc4bd6aa5e18f148f14804de41e8ca1d055ebce0b7d5a2bae3ee89
 DIST pysol_cards-0.8.18.tar.gz 20324 BLAKE2B 
230dcb57ed5d8f75f70bb55ef339347fb7ecd9877b29fc72237fab7595b15fc1ec28b56021a66478c1d4f5f5139562b976155267b1e4e325559a74f68869b98b
 SHA512 
86f0e110b354703745f16410d4f9f8187173a2ae06088d18e7e87b3b6e3149422b3b442e8384f3863ace34de844d9aaab4c080d3e286b4890b188621b6101d06
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild
deleted file mode 100644
index 9407aad9b5f..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-06-14 Thread Andreas Sturmlechner
commit: 9dd0271a0ed228e83723be9f93e025f538d47947
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 14 10:01:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 14 21:51:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd0271a

dev-python/pysol_cards: 0.8.18 version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.18.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 345bbfcee0e..927f80a10c6 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1,3 @@
 DIST pysol_cards-0.8.16.tar.gz 20203 BLAKE2B 
cbff4eedefd42380729233a9e928fd6d8e5683716651c60292d4dd1052ba7faf071c3fe61d222313a5bd2ade3da58e6f762371b717815c5f57a479aab9a6bc1c
 SHA512 
fb165076232f9cc62520466bec58dd29c1277de54bde448674d20b9fe00628ba4df3b6d522cc4bd6aa5e18f148f14804de41e8ca1d055ebce0b7d5a2bae3ee89
+DIST pysol_cards-0.8.18.tar.gz 20324 BLAKE2B 
230dcb57ed5d8f75f70bb55ef339347fb7ecd9877b29fc72237fab7595b15fc1ec28b56021a66478c1d4f5f5139562b976155267b1e4e325559a74f68869b98b
 SHA512 
86f0e110b354703745f16410d4f9f8187173a2ae06088d18e7e87b3b6e3149422b3b442e8384f3863ace34de844d9aaab4c080d3e286b4890b188621b6101d06
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild
new file mode 100644
index 000..9407aad9b5f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2020-05-28 Thread Andreas Sturmlechner
commit: 13fe45b1fecc503058fc938afb60ad88fd61b902
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 28 19:28:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 28 19:31:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fe45b1

dev-python/pysol_cards: 0.8.16 version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.16.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 6699c59747a..34e8e763aa1 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1,3 @@
 DIST pysol_cards-0.8.15.tar.gz 20025 BLAKE2B 
47f9503b2a8d8d591e117c9d5442cc319055c95846cb37f14c66be55ce47f43861a66b587a2f8a083b7ae141538afcb6f9c51c1d78467a2c665269ffccf2b6c2
 SHA512 
105839d4f08568ee4e3a115ec1e5a2003a191926f209d819308efe9d25f53368e7195e9f21378568ebccd6d6cdb920830365c0f3c39b4f31c773906835572965
+DIST pysol_cards-0.8.16.tar.gz 20203 BLAKE2B 
cbff4eedefd42380729233a9e928fd6d8e5683716651c60292d4dd1052ba7faf071c3fe61d222313a5bd2ade3da58e6f762371b717815c5f57a479aab9a6bc1c
 SHA512 
fb165076232f9cc62520466bec58dd29c1277de54bde448674d20b9fe00628ba4df3b6d522cc4bd6aa5e18f148f14804de41e8ca1d055ebce0b7d5a2bae3ee89
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild
new file mode 100644
index 000..9407aad9b5f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2020-05-28 Thread Andreas Sturmlechner
commit: 2ecc729b80cc86ac351ed3f882e5bc2d72f07057
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 28 19:30:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 28 19:31:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecc729b

dev-python/pysol_cards: Drop 0.8.15

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.15.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 34e8e763aa1..345bbfcee0e 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,3 +1,2 @@
-DIST pysol_cards-0.8.15.tar.gz 20025 BLAKE2B 
47f9503b2a8d8d591e117c9d5442cc319055c95846cb37f14c66be55ce47f43861a66b587a2f8a083b7ae141538afcb6f9c51c1d78467a2c665269ffccf2b6c2
 SHA512 
105839d4f08568ee4e3a115ec1e5a2003a191926f209d819308efe9d25f53368e7195e9f21378568ebccd6d6cdb920830365c0f3c39b4f31c773906835572965
 DIST pysol_cards-0.8.16.tar.gz 20203 BLAKE2B 
cbff4eedefd42380729233a9e928fd6d8e5683716651c60292d4dd1052ba7faf071c3fe61d222313a5bd2ade3da58e6f762371b717815c5f57a479aab9a6bc1c
 SHA512 
fb165076232f9cc62520466bec58dd29c1277de54bde448674d20b9fe00628ba4df3b6d522cc4bd6aa5e18f148f14804de41e8ca1d055ebce0b7d5a2bae3ee89
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.15.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.15.ebuild
deleted file mode 100644
index 9407aad9b5f..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.15.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-05-26 Thread Andreas Sturmlechner
commit: e434269e3fcf995d9cd0f710e9df82651249fd08
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 10:28:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 10:51:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e434269e

dev-python/pysol_cards: 0.8.15 version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest  |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.15.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 5f0e4b24895..6699c59747a 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
+DIST pysol_cards-0.8.15.tar.gz 20025 BLAKE2B 
47f9503b2a8d8d591e117c9d5442cc319055c95846cb37f14c66be55ce47f43861a66b587a2f8a083b7ae141538afcb6f9c51c1d78467a2c665269ffccf2b6c2
 SHA512 
105839d4f08568ee4e3a115ec1e5a2003a191926f209d819308efe9d25f53368e7195e9f21378568ebccd6d6cdb920830365c0f3c39b4f31c773906835572965
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.15.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.15.ebuild
new file mode 100644
index 000..9407aad9b5f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.15.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2020-05-10 Thread Andreas Sturmlechner
commit: e3b8ffa07ee64040efcb3eca317ea77b502772df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 10 18:39:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 10 18:39:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b8ffa0

dev-python/pysol_cards: Drop 0.8.6

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.6.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 4174ef1a3e9..5f0e4b24895 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
deleted file mode 100644
index 7a532c89e9a..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-05-10 Thread Mart Raudsepp
commit: ee474a43e651249ec126219991313400781519fb
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May  9 22:16:03 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 10 17:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee474a43

dev-python/pysol_cards: arm64 stable (bug #720178)

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

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
index 101dfa3a1ec..2153dd470d0 100644
--- a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-05-10 Thread Mikle Kolyada
commit: b094dfe673994752f6241a2de74e360341d9ab8b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 10 09:19:03 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 10 09:19:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b094dfe6

dev-python/pysol_cards: x86 stable wrt bug #720178

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
index 6c41ca448af..101dfa3a1ec 100644
--- a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-05-10 Thread Mikle Kolyada
commit: d5b40e7357630fcb92c55d98f2da117e07a7c4f0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 10 09:14:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 10 09:15:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b40e73

dev-python/pysol_cards: amd64 stable wrt bug #720178

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
index 9407aad9b5f..6c41ca448af 100644
--- a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-04-03 Thread Andreas Sturmlechner
commit: 2c3f5801c9c10c9b1ea49f35d7fdcea003567783
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  4 01:00:50 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  4 01:00:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3f5801

dev-python/pysol_cards: Drop 0.8.8

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.8.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 747a2a0144c..4174ef1a3e9 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,3 +1,2 @@
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
-DIST pysol_cards-0.8.8.tar.gz 19517 BLAKE2B 
0c088ba16023e4c8343c41cda4d1270550dd90f3223e3b52367e9247621d7df6020a85f9a82d6216b3707adb0eb91b13b292dd34cdf8aafc340643cba3ce67e7
 SHA512 
a6aa6f2dd0bbc7be89210d0f7d75db27684c3c7b511a0c9779e166f5c4431afa4a15a911de857e429ff31a7d5ff2f405f19da82986edfd4eeafe3283a5abd0fa
 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.8.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.8.ebuild
deleted file mode 100644
index 9407aad9b5f..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-04-03 Thread Andreas Sturmlechner
commit: f09cf561e3a13658a3a311ce30f353528a0377b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  4 00:58:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  4 00:58:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09cf561

dev-python/pysol_cards: 0.8.9 version bump

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.9.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index b1faf3eb20f..747a2a0144c 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1,3 @@
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
 DIST pysol_cards-0.8.8.tar.gz 19517 BLAKE2B 
0c088ba16023e4c8343c41cda4d1270550dd90f3223e3b52367e9247621d7df6020a85f9a82d6216b3707adb0eb91b13b292dd34cdf8aafc340643cba3ce67e7
 SHA512 
a6aa6f2dd0bbc7be89210d0f7d75db27684c3c7b511a0c9779e166f5c4431afa4a15a911de857e429ff31a7d5ff2f405f19da82986edfd4eeafe3283a5abd0fa
+DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 
06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7
 SHA512 
548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
new file mode 100644
index 000..9407aad9b5f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2020-03-28 Thread Michał Górny
commit: e2cdde7d750493305472d6cc3d066a31cccdb12d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 18:12:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 18:12:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cdde7d

dev-python/pysol_cards: Remove redundant versions

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

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.8.7.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 424da309276..b1faf3eb20f 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,3 +1,2 @@
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
-DIST pysol_cards-0.8.7.tar.gz 19469 BLAKE2B 
94e438a9b0bb94c5657ddda92f45cc7b4f950ecfca43128ff6ef360c5066763ffe7d5ad86272aad343f5a42f66b9d71c412ba007cd0b7f39e6adef176bc2d5dc
 SHA512 
835e03e110ff99e8eaa226b1d4f93e1ffe529b9311ec3e45f9884981f9956b0e5092f264426c80e94bea9f1ca57803f10d47a1fa2b587dcd04baf6bac4a015c0
 DIST pysol_cards-0.8.8.tar.gz 19517 BLAKE2B 
0c088ba16023e4c8343c41cda4d1270550dd90f3223e3b52367e9247621d7df6020a85f9a82d6216b3707adb0eb91b13b292dd34cdf8aafc340643cba3ce67e7
 SHA512 
a6aa6f2dd0bbc7be89210d0f7d75db27684c3c7b511a0c9779e166f5c4431afa4a15a911de857e429ff31a7d5ff2f405f19da82986edfd4eeafe3283a5abd0fa

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.7.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.7.ebuild
deleted file mode 100644
index d64c0f21607..000
--- a/dev-python/pysol_cards/pysol_cards-0.8.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2020-03-19 Thread Andreas Sturmlechner
commit: ce525871f7012a3973c324007700a40e39fe4bd1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 19 15:24:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 19 15:42:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce525871

dev-python/pysol_cards: 0.8.8 version bump

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.8.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index abb0e58c25a..424da309276 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1,3 @@
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
 DIST pysol_cards-0.8.7.tar.gz 19469 BLAKE2B 
94e438a9b0bb94c5657ddda92f45cc7b4f950ecfca43128ff6ef360c5066763ffe7d5ad86272aad343f5a42f66b9d71c412ba007cd0b7f39e6adef176bc2d5dc
 SHA512 
835e03e110ff99e8eaa226b1d4f93e1ffe529b9311ec3e45f9884981f9956b0e5092f264426c80e94bea9f1ca57803f10d47a1fa2b587dcd04baf6bac4a015c0
+DIST pysol_cards-0.8.8.tar.gz 19517 BLAKE2B 
0c088ba16023e4c8343c41cda4d1270550dd90f3223e3b52367e9247621d7df6020a85f9a82d6216b3707adb0eb91b13b292dd34cdf8aafc340643cba3ce67e7
 SHA512 
a6aa6f2dd0bbc7be89210d0f7d75db27684c3c7b511a0c9779e166f5c4431afa4a15a911de857e429ff31a7d5ff2f405f19da82986edfd4eeafe3283a5abd0fa

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.8.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.8.ebuild
new file mode 100644
index 000..9407aad9b5f
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2019-12-30 Thread Andreas Sturmlechner
commit: f588331e24717b96ea299ccb2a98c9201a5d971c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 30 23:38:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 30 23:38:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f588331e

dev-python/pysol_cards: 0.8.7 version bump, python3_8

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.7.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 33d5ffc4236..abb0e58c25a 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
+DIST pysol_cards-0.8.7.tar.gz 19469 BLAKE2B 
94e438a9b0bb94c5657ddda92f45cc7b4f950ecfca43128ff6ef360c5066763ffe7d5ad86272aad343f5a42f66b9d71c412ba007cd0b7f39e6adef176bc2d5dc
 SHA512 
835e03e110ff99e8eaa226b1d4f93e1ffe529b9311ec3e45f9884981f9956b0e5092f264426c80e94bea9f1ca57803f10d47a1fa2b587dcd04baf6bac4a015c0

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.7.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.7.ebuild
new file mode 100644
index 000..d64c0f21607
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2019-12-02 Thread Andreas Sturmlechner
commit: 68d9d54af4ffe78f587c89e9791df60287f699aa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 18:01:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d9d54a

dev-python/pysol_cards: Drop 0.6.2

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.6.2.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index d8db97f9925..33d5ffc4236 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B 
dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b
 SHA512 
99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da
 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
deleted file mode 100644
index 96c477cfd9f..000
--- a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2019-12-02 Thread Aaron Bauman
commit: 7434a5e7ac1d7ea6b101a78bed7463052230a024
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 23:21:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 23:28:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7434a5e7

dev-python/pysol_cards: arm64 stable (bug #700038)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
index b572ef43c2d..7a532c89e9a 100644
--- a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-02 Thread Mikle Kolyada
commit: cf8361bc001765c57f67ce74d7b48db44907d20a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  2 16:30:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  2 16:30:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8361bc

dev-python/pysol_cards: x86 stable wrt bug #700038

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
index 2a5227c7362..b572ef43c2d 100644
--- a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-12-02 Thread Mikle Kolyada
commit: d916f40831445325142f501d1ebb535c96dd00ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  2 16:09:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  2 16:12:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d916f408

dev-python/pysol_cards: amd64 stable wrt bug #700038

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
index fcf902452a3..2a5227c7362 100644
--- a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-11-20 Thread Andreas Sturmlechner
commit: 10bb99b9989615468e92d7b279c583c9c18aa6ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 20 15:38:31 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 20 15:38:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bb99b9

dev-python/pysol_cards: Drop 0.6.2-r1

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild | 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild
deleted file mode 100644
index fcf902452a3..000
--- a/dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2019-11-20 Thread Andreas Sturmlechner
commit: 2129f8ebafac66fa7123a721c30866202eb20461
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 20 15:37:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 20 15:37:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2129f8eb

dev-python/pysol_cards: 0.8.6 version bump

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 +
 dev-python/pysol_cards/pysol_cards-0.8.6.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 0d224a0c5f7..d8db97f9925 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
 DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B 
dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b
 SHA512 
99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da
+DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B 
b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2
 SHA512 
da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040

diff --git a/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
new file mode 100644
index 000..fcf902452a3
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.8.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2019-07-30 Thread Alexey Shvetsov
commit: 17431ead9fec8f897fda66c60233949f3d68345c
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jul 30 20:50:06 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jul 30 20:51:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17431ead

dev-python/pysol_cards: Works with python3.7

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild | 24 ++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild
new file mode 100644
index 000..fcf902452a3
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.6.2-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2019-07-20 Thread Andreas Sturmlechner
commit: 2cc022e4c9cb090393fff2e92d6bde5c0b181c45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 20 16:44:30 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 20 16:44:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc022e4

dev-python/pysol_cards: 0.6.2 amd64 stable

Bug: https://bugs.gentoo.org/688920
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
index 190f6568ed9..0a5eec2d845 100644
--- a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-07-20 Thread Andreas Sturmlechner
commit: da2ed250dbf9a32f1e8150d45bc332cd43cc21f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 20 16:45:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 20 16:45:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2ed250

dev-python/pysol_cards: Drop 0.4.1

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 -
 dev-python/pysol_cards/pysol_cards-0.4.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index c298a22ede6..0d224a0c5f7 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.4.1.tar.gz 16635 BLAKE2B 
8c4ea9257656e3da66d464e8f251add18bb143bc2152a6ae7c5385650867453b806f1e6bf80abb87af0bcbd3c8072c89dab058b4e7578e8d977123a13489c996
 SHA512 
96518549770a9d85021a60da17a0d71f4928415f7226fc7d7aecc1c84345b0d46cc16cc33b197f84b31143bc0c91c6459db19c7bcb763fe956a7f5e6a47735d4
 DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B 
dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b
 SHA512 
99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da

diff --git a/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild
deleted file mode 100644
index 5fc779fa07c..000
--- a/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/random2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"



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

2019-07-18 Thread Thomas Deutschmann
commit: efca54dd96a8617c20d116f051f5720a81fcca74
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul 18 14:23:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul 18 14:32:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efca54dd

dev-python/pysol_cards: x86 stable (bug #688920)

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
index 5fc779fa07c..190f6568ed9 100644
--- a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-06-30 Thread Andreas Sturmlechner
commit: 9f0f1e7ee97a3e5ee0d25ca0a2859ee2d8cdd78f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 30 08:09:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 30 09:13:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0f1e7e

dev-python/pysol_cards: 0.6.2 version bump

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 +
 dev-python/pysol_cards/pysol_cards-0.6.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index e16d83211db..c298a22ede6 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1 +1,2 @@
 DIST pysol_cards-0.4.1.tar.gz 16635 BLAKE2B 
8c4ea9257656e3da66d464e8f251add18bb143bc2152a6ae7c5385650867453b806f1e6bf80abb87af0bcbd3c8072c89dab058b4e7578e8d977123a13489c996
 SHA512 
96518549770a9d85021a60da17a0d71f4928415f7226fc7d7aecc1c84345b0d46cc16cc33b197f84b31143bc0c91c6459db19c7bcb763fe956a7f5e6a47735d4
+DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B 
dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b
 SHA512 
99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da

diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
new file mode 100644
index 000..5fc779fa07c
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"



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

2019-04-12 Thread Michael Palimaka
commit: ffb7646994c0f0c293f78c82d919bc5efc4e2a43
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Apr 12 13:44:43 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Apr 12 14:16:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb76469

dev-python/pysol_cards: new package

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 dev-python/pysol_cards/Manifest |  1 +
 dev-python/pysol_cards/metadata.xml | 10 ++
 dev-python/pysol_cards/pysol_cards-0.4.1.ebuild | 24 
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
new file mode 100644
index 000..e16d83211db
--- /dev/null
+++ b/dev-python/pysol_cards/Manifest
@@ -0,0 +1 @@
+DIST pysol_cards-0.4.1.tar.gz 16635 BLAKE2B 
8c4ea9257656e3da66d464e8f251add18bb143bc2152a6ae7c5385650867453b806f1e6bf80abb87af0bcbd3c8072c89dab058b4e7578e8d977123a13489c996
 SHA512 
96518549770a9d85021a60da17a0d71f4928415f7226fc7d7aecc1c84345b0d46cc16cc33b197f84b31143bc0c91c6459db19c7bcb763fe956a7f5e6a47735d4

diff --git a/dev-python/pysol_cards/metadata.xml 
b/dev-python/pysol_cards/metadata.xml
new file mode 100644
index 000..1b3bb96f4f8
--- /dev/null
+++ b/dev-python/pysol_cards/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   
+   
+   pysol-cards
+   
+

diff --git a/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild 
b/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild
new file mode 100644
index 000..5fc779fa07c
--- /dev/null
+++ b/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="https://pypi.org/project/pysol-cards/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"