Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysol_cards/
Date: Sun, 12 Sep 2021 07:39:44
Message-Id: 1631432375.5e5a6f4f02de33a69fcfad83968b0c106385373e.mgorny@gentoo
1 commit: 5e5a6f4f02de33a69fcfad83968b0c106385373e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:38:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:39:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5a6f4f
7
8 dev-python/pysol_cards: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pysol_cards/Manifest | 1 -
13 dev-python/pysol_cards/pysol_cards-0.10.1.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 f129b3ece6d..f01ee1b043b 100644
18 --- a/dev-python/pysol_cards/Manifest
19 +++ b/dev-python/pysol_cards/Manifest
20 @@ -1,2 +1 @@
21 -DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc SHA512 40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
22 DIST pysol_cards-0.10.2.tar.gz 20776 BLAKE2B b9f3f20e983453196a7db78ac81c17eb35f157e6419a9dd25e6286ab82763bf2a1601177e41abfe0f49367189a4a78ac66e4f77151c52acae006e3198ff8c524 SHA512 df8848c63ad12496c4346fc51fbac803b7a27c274147d458c78f937b70c804cddeeece8c6a980ef2a422bb17771ee1825c9824843e7d1cbc47e3678e506a30c5
23
24 diff --git a/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild b/dev-python/pysol_cards/pysol_cards-0.10.1.ebuild
25 deleted file mode 100644
26 index eea6d82458c..00000000000
27 --- a/dev-python/pysol_cards/pysol_cards-0.10.1.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,9} )
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 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