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: Sun, 30 Jun 2019 09:13:50
Message-Id: 1561886012.9f0f1e7ee97a3e5ee0d25ca0a2859ee2d8cdd78f.asturm@gentoo
1 commit: 9f0f1e7ee97a3e5ee0d25ca0a2859ee2d8cdd78f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 08:09:32 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 09:13:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0f1e7e
7
8 dev-python/pysol_cards: 0.6.2 version bump
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
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 insertions(+)
16
17 diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
18 index e16d83211db..c298a22ede6 100644
19 --- a/dev-python/pysol_cards/Manifest
20 +++ b/dev-python/pysol_cards/Manifest
21 @@ -1 +1,2 @@
22 DIST pysol_cards-0.4.1.tar.gz 16635 BLAKE2B 8c4ea9257656e3da66d464e8f251add18bb143bc2152a6ae7c5385650867453b806f1e6bf80abb87af0bcbd3c8072c89dab058b4e7578e8d977123a13489c996 SHA512 96518549770a9d85021a60da17a0d71f4928415f7226fc7d7aecc1c84345b0d46cc16cc33b197f84b31143bc0c91c6459db19c7bcb763fe956a7f5e6a47735d4
23 +DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b SHA512 99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da
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 new file mode 100644
27 index 00000000000..5fc779fa07c
28 --- /dev/null
29 +++ b/dev-python/pysol_cards/pysol_cards-0.6.2.ebuild
30 @@ -0,0 +1,24 @@
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 +"