commit:     ac60271d4d0971830b020492a7b75aaf14edae5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 30 04:41:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 30 05:35:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac60271d

dev-python/pysol-cards: Bump to 0.20.0

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

 dev-python/pysol-cards/Manifest                  |  1 +
 dev-python/pysol-cards/pysol-cards-0.20.0.ebuild | 25 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pysol-cards/Manifest b/dev-python/pysol-cards/Manifest
index 64127fab43ab..b1ffad22d7d0 100644
--- a/dev-python/pysol-cards/Manifest
+++ b/dev-python/pysol-cards/Manifest
@@ -1 +1,2 @@
 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

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
+}

Reply via email to