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: Tue, 04 Aug 2020 09:40:38
Message-Id: 1596533972.c437ed3c777d8f9e79fb204dba88c26f562cf7ec.asturm@gentoo
1 commit: c437ed3c777d8f9e79fb204dba88c26f562cf7ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 09:38:08 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 09:39:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437ed3c
7
8 dev-python/pysol_cards: Drop 0.8.9
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/pysol_cards/Manifest | 1 -
14 dev-python/pysol_cards/pysol_cards-0.8.9.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
18 index 51b24a1a29c..3c0e3f8a666 100644
19 --- a/dev-python/pysol_cards/Manifest
20 +++ b/dev-python/pysol_cards/Manifest
21 @@ -1,2 +1 @@
22 DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc SHA512 40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c
23 -DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7 SHA512 548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9
24
25 diff --git a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild b/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
26 deleted file mode 100644
27 index 2153dd470d0..00000000000
28 --- a/dev-python/pysol_cards/pysol_cards-0.8.9.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6,7,8} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Deal PySol FreeCell cards"
41 -HOMEPAGE="https://pypi.org/project/pysol-cards/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0 MIT"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm64 x86"
47 -IUSE=""
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50 -RDEPEND="
51 - dev-python/pbr[${PYTHON_USEDEP}]
52 - dev-python/random2[${PYTHON_USEDEP}]
53 - dev-python/six[${PYTHON_USEDEP}]
54 -"