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: Thu, 28 May 2020 19:31:20
Message-Id: 1590694262.13fe45b1fecc503058fc938afb60ad88fd61b902.asturm@gentoo
1 commit: 13fe45b1fecc503058fc938afb60ad88fd61b902
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 19:28:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 19:31:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fe45b1
7
8 dev-python/pysol_cards: 0.8.16 version bump
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
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.16.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 6699c59747a..34e8e763aa1 100644
19 --- a/dev-python/pysol_cards/Manifest
20 +++ b/dev-python/pysol_cards/Manifest
21 @@ -1,2 +1,3 @@
22 DIST pysol_cards-0.8.15.tar.gz 20025 BLAKE2B 47f9503b2a8d8d591e117c9d5442cc319055c95846cb37f14c66be55ce47f43861a66b587a2f8a083b7ae141538afcb6f9c51c1d78467a2c665269ffccf2b6c2 SHA512 105839d4f08568ee4e3a115ec1e5a2003a191926f209d819308efe9d25f53368e7195e9f21378568ebccd6d6cdb920830365c0f3c39b4f31c773906835572965
23 +DIST pysol_cards-0.8.16.tar.gz 20203 BLAKE2B cbff4eedefd42380729233a9e928fd6d8e5683716651c60292d4dd1052ba7faf071c3fe61d222313a5bd2ade3da58e6f762371b717815c5f57a479aab9a6bc1c SHA512 fb165076232f9cc62520466bec58dd29c1277de54bde448674d20b9fe00628ba4df3b6d522cc4bd6aa5e18f148f14804de41e8ca1d055ebce0b7d5a2bae3ee89
24 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7 SHA512 548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9
25
26 diff --git a/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild b/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild
27 new file mode 100644
28 index 00000000000..9407aad9b5f
29 --- /dev/null
30 +++ b/dev-python/pysol_cards/pysol_cards-0.8.16.ebuild
31 @@ -0,0 +1,24 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{6,7,8} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Deal PySol FreeCell cards"
42 +HOMEPAGE="https://pypi.org/project/pysol-cards/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0 MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +IUSE=""
49 +
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 +RDEPEND="
52 + dev-python/pbr[${PYTHON_USEDEP}]
53 + dev-python/random2[${PYTHON_USEDEP}]
54 + dev-python/six[${PYTHON_USEDEP}]
55 +"