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, 03 Dec 2019 05:04:22
Message-Id: 1575349393.68d9d54af4ffe78f587c89e9791df60287f699aa.asturm@gentoo
1 commit: 68d9d54af4ffe78f587c89e9791df60287f699aa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 18:01:11 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 05:03:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d9d54a
7
8 dev-python/pysol_cards: Drop 0.6.2
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
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.6.2.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 d8db97f9925..33d5ffc4236 100644
19 --- a/dev-python/pysol_cards/Manifest
20 +++ b/dev-python/pysol_cards/Manifest
21 @@ -1,2 +1 @@
22 -DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b SHA512 99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da
23 DIST pysol_cards-0.8.6.tar.gz 17674 BLAKE2B b46c2a39b04e339e7e9a548cfb4e7f06e49969bbdfd9dc35f2662973bae60e52b576bc2174c86fa9ed33d69703257690d9d024b9ca474a4bbd028c5ec958b5e2 SHA512 da446e0deed0f8ff60a4da82a8bce5d1884d35e52ee887a6b07b82fa6fbf04b07d1758b8039532db5163f89395239295f6eec1f278cd183b22e41f1e90416040
24
25 diff --git a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
26 deleted file mode 100644
27 index 96c477cfd9f..00000000000
28 --- a/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_6 )
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 -"