commit: 7b4ee14d1050c2edf7a7f680bf045fb55fb6259c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 11:57:00 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 17 12:04:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4ee14d
dev-python/pysol-cards: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pysol-cards/Manifest | 2 --
dev-python/pysol-cards/pysol-cards-0.18.1.ebuild | 25 ------------------------
dev-python/pysol-cards/pysol-cards-0.20.0.ebuild | 25 ------------------------
3 files changed, 52 deletions(-)
diff --git a/dev-python/pysol-cards/Manifest b/dev-python/pysol-cards/Manifest
index 018a2ced5f89..ee5a8137ab69 100644
--- a/dev-python/pysol-cards/Manifest
+++ b/dev-python/pysol-cards/Manifest
@@ -1,3 +1 @@
-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
diff --git a/dev-python/pysol-cards/pysol-cards-0.18.1.ebuild
b/dev-python/pysol-cards/pysol-cards-0.18.1.ebuild
deleted file mode 100644
index 41bc1e20e28b..000000000000
--- a/dev-python/pysol-cards/pysol-cards-0.18.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.20.0.ebuild
b/dev-python/pysol-cards/pysol-cards-0.20.0.ebuild
deleted file mode 100644
index af853bcb25b3..000000000000
--- a/dev-python/pysol-cards/pysol-cards-0.20.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-}