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, 02 Jan 2023 20:56:54
Message-Id: 1672693001.b86e6c7844e09765f18d764ba69bf982b4d50568.asturm@gentoo
1 commit: b86e6c7844e09765f18d764ba69bf982b4d50568
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 19:21:48 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 20:56:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86e6c78
7
8 dev-python/pysol_cards: drop 0.12.0
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.12.0.ebuild | 25 ------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
17 index 88b3e2df97b6..750035133da6 100644
18 --- a/dev-python/pysol_cards/Manifest
19 +++ b/dev-python/pysol_cards/Manifest
20 @@ -1,2 +1 @@
21 -DIST pysol_cards-0.12.0.tar.gz 21337 BLAKE2B 5d31dc32b7b968366b34481623d2c71ae29f54ff497028f4300e0448dbc27c4529c0524fd33793b84e1f03bcacba3629c8476bf589511a5bb8c56ce7ef7a8fc5 SHA512 c40bd7398e6cdd4d0c10f5c8ffaa2c0d274acafdfeb7d7bdbf36420a650157412e25d270c4e8c03ca2a9e07a9fdca97f14d0175773613eb76b447e05aff942e1
22 DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71 SHA512 5e296819ebd6a874175c098b0000524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386
23
24 diff --git a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
25 deleted file mode 100644
26 index 4e8459875dc3..000000000000
27 --- a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Deal PySol FreeCell cards"
40 -HOMEPAGE="https://pypi.org/project/pysol-cards/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0 MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm64 ~riscv x86"
46 -
47 -RDEPEND="
48 - dev-python/pbr[${PYTHON_USEDEP}]
49 - dev-python/random2[${PYTHON_USEDEP}]
50 - dev-python/six[${PYTHON_USEDEP}]
51 -"
52 -BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
53 -
54 -distutils_enable_tests unittest