Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysol_cards/
Date: Mon, 27 Feb 2023 19:29:39
Message-Id: 1677526162.5f473acd91f9fd9a22f553e1626709b9c6e142ea.asturm@gentoo
1 commit: 5f473acd91f9fd9a22f553e1626709b9c6e142ea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 19:26:38 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 19:29:22 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f473acd
7
8 dev-python/pysol_cards: drop 0.14.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/pysol_cards/Manifest | 1 -
13 dev-python/pysol_cards/pysol_cards-0.14.2.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
17 index e8784419c177..4559b2357a85 100644
18 --- a/dev-python/pysol_cards/Manifest
19 +++ b/dev-python/pysol_cards/Manifest
20 @@ -1,2 +1 @@
21 -DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71 SHA512 5e296819ebd6a874175c098b0000524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386
22 DIST pysol_cards-0.14.3.tar.gz 18322 BLAKE2B 730da3d597377305c86e528606edd3db9f07390d333283a228c2411d35f2e19da61d27f21e3d2650b84ba0f4b0d48e87cf7004d518845fe2a40b041e286d5a28 SHA512 00bb25393eab855d7444324b33e0561bfbcc86ae53306b58623fa15ea005378aff6af51846aab4634b43fdba5497c3872c32baf3a51013ee01d5ab2d7a7a9d51
23
24 diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
25 deleted file mode 100644
26 index 1310817c6113..000000000000
27 --- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{9..11} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Deal PySol FreeCell cards"
39 -HOMEPAGE="https://pypi.org/project/pysol-cards/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0 MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm64 ~riscv x86"
45 -
46 -RDEPEND="
47 - dev-python/random2[${PYTHON_USEDEP}]
48 - dev-python/six[${PYTHON_USEDEP}]
49 -"
50 -
51 -distutils_enable_tests unittest