summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-20 20:48:39 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-20 21:00:04 +0100
commit4eb1151f41ed629334e03a88c9adde07f7ec51e1 (patch)
tree7007132286b7d4070816333d3e81ee95a24f84d4 /dev-python/pysol-cards
parentdev-python/types-setuptools: Remove old (diff)
downloadgentoo-4eb1151f41ed629334e03a88c9adde07f7ec51e1.tar.gz
gentoo-4eb1151f41ed629334e03a88c9adde07f7ec51e1.tar.bz2
gentoo-4eb1151f41ed629334e03a88c9adde07f7ec51e1.zip
dev-python/pysol-cards: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysol-cards')
-rw-r--r--dev-python/pysol-cards/Manifest1
-rw-r--r--dev-python/pysol-cards/pysol-cards-0.14.3.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pysol-cards/Manifest b/dev-python/pysol-cards/Manifest
index 0fd0082ef742..ebbf07a7b21f 100644
--- a/dev-python/pysol-cards/Manifest
+++ b/dev-python/pysol-cards/Manifest
@@ -1,2 +1 @@
-DIST pysol_cards-0.14.3.tar.gz 18322 BLAKE2B 730da3d597377305c86e528606edd3db9f07390d333283a228c2411d35f2e19da61d27f21e3d2650b84ba0f4b0d48e87cf7004d518845fe2a40b041e286d5a28 SHA512 00bb25393eab855d7444324b33e0561bfbcc86ae53306b58623fa15ea005378aff6af51846aab4634b43fdba5497c3872c32baf3a51013ee01d5ab2d7a7a9d51
DIST pysol_cards-0.16.0.tar.gz 18987 BLAKE2B 5f4174462aaadd75b325a6c3e7e16bcc8e9694bb2e9a45eab3caa325959b1870531b71332728851bcbffba8f5a2022ae0a5b2fd81b75212a77e3fce8177d128f SHA512 728e76017cab27b5e67ed234951bff0608285caf1a79ab5f60a72d58530f4107fdb28749c4a2b4744830ecabaade1f413ad657149afa6aee8cb792b5dbcc8bce
diff --git a/dev-python/pysol-cards/pysol-cards-0.14.3.ebuild b/dev-python/pysol-cards/pysol-cards-0.14.3.ebuild
deleted file mode 100644
index fc9fbb72135f..000000000000
--- a/dev-python/pysol-cards/pysol-cards-0.14.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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"
-
-RDEPEND="
- dev-python/random2[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest