summaryrefslogtreecommitdiff
path: root/dev-python/pysol-cards
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pysol-cards')
-rw-r--r--dev-python/pysol-cards/Manifest4
-rw-r--r--dev-python/pysol-cards/pysol-cards-0.20.0.ebuild25
-rw-r--r--dev-python/pysol-cards/pysol-cards-0.22.0.ebuild25
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/pysol-cards/Manifest b/dev-python/pysol-cards/Manifest
index 38ef428a4acd..b5d356fcec8f 100644
--- a/dev-python/pysol-cards/Manifest
+++ b/dev-python/pysol-cards/Manifest
@@ -1,3 +1,7 @@
DIST pysol_cards-0.18.1.tar.gz 17975 BLAKE2B 59da03e8944bc94da9f775041b26928fa77af8f7472ae6ed189ac56a583a9b1c6ae419ada7c8118f5b5a6914f4adf94e4664bf2ad67a436e60c1516b29e96ef5 SHA512 aa38a05f6c2f0b9f1b59b1972c6e9fee20050013b8a9238248ba717cb42354c55d194a71cdd6a77462096938fb413c43c002aa2c1d0ca91e3e931ee60de5b791
+DIST pysol_cards-0.20.0.tar.gz 18261 BLAKE2B 46fe7bb64eb669877fd0aced252dc3071a099264c7405c62de9911f4a2ef3d002f2224110d4d643a41076850b72253cb444fc05dd29ecf80490def2eaf7e3059 SHA512 94703f94f7b64927474ee9615966ab66c572eaba981c680afd99956c4e38ca6752844f70546f4d51292c093b1f2437c79a84f62b1f40acf1e63ac0bff1b87cda
+DIST pysol_cards-0.22.0.tar.gz 18704 BLAKE2B e504ff49003e5c3c4ca0176d7497edc1e4e8f6ca5f3ca79e589fad71ac3cd8ce728206f92fed8a76054c2ebc37236a27450489554ca359b08dd0c41033bace26 SHA512 13c24c5b957c6d31a8058d48f8f7adb6c3cc2bc0a416fcb82f2608cef054e7a87260faa32706ab15f735136bf2937bb2c53ae4c2858e240ccaac6984f1486942
EBUILD pysol-cards-0.18.1.ebuild 489 BLAKE2B a11d8e7861089adc908079bfad5701b28847a386e09160c8371187d9ef1c78f76d3ac30199ed5a867f9783a4caf757e1ecb96c605f1eeed5cac870d22b39e31f SHA512 aaf503b34605c45c4c8dff1ee9f6f9b2f43589ae972701a9c791565458bd378467acb54539424c85ba3d9629ebac35937dc388590b5e1a9a1ce88a1a72bee603
+EBUILD pysol-cards-0.20.0.ebuild 492 BLAKE2B 5c186d87d0b3436f98c26e92471695a9d782d4c64196ace1d8b25b20f1625086afc987a8e78b38295ecd42dac53dae66e56470129f91ec380fd34abd395b773a SHA512 bb47f81d69003019a33cec96c6232ea7b4e53a15ad7bb6ba8b39dae635a8595bb5f9cc1450dad8122ddccfe2fef8ddac5138fc27384e98718728fed3689b26cd
+EBUILD pysol-cards-0.22.0.ebuild 492 BLAKE2B 8b45f99dc871a1882a53d7295d65512b652261c98f03d7e038d82e8ee7cf96bc8e59974f218cc03813e73c200d2a295d11bac963715661381b7a719d6ea377f4 SHA512 7da7057e15a9b274cce9db04c725a82011167bc6affb4f00bed53b12b2124e866aec02449082dd3b72936f7aafb3113487eaf0b1256cfaf4d9d727e164832ffc
MISC metadata.xml 474 BLAKE2B 47398a90962b1059e1d2725f7b20dbc10586cee53ab27eff6a9d0c8d93cde1b103580494a38aad77a3ae04c7f7a95bcbe52722ce18476a77994e49cb64076e58 SHA512 b8cba71875a546d130fbc94e3a76a3e0dd27552ce14de46a8b6bd79f12584b59ea8e9354fadd272c4e21ac9df7f43e9c1db9087338acfbed3dc680a6d812ffa6
diff --git a/dev-python/pysol-cards/pysol-cards-0.20.0.ebuild b/dev-python/pysol-cards/pysol-cards-0.20.0.ebuild
new file mode 100644
index 000000000000..af853bcb25b3
--- /dev/null
+++ b/dev-python/pysol-cards/pysol-cards-0.20.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="
+ https://github.com/shlomif/pysol_cards/
+ https://pypi.org/project/pysol-cards/
+"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest -s tests
+}
diff --git a/dev-python/pysol-cards/pysol-cards-0.22.0.ebuild b/dev-python/pysol-cards/pysol-cards-0.22.0.ebuild
new file mode 100644
index 000000000000..582ba3210f89
--- /dev/null
+++ b/dev-python/pysol-cards/pysol-cards-0.22.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Deal PySol FreeCell cards"
+HOMEPAGE="
+ https://github.com/shlomif/pysol_cards/
+ https://pypi.org/project/pysol-cards/
+"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest -s tests
+}