Skip to content

Commit 8620709

Browse files
authored
Merge pull request #861 from macaroni-os/merge/mark-31/bump-dev-python_pysol_cards-0_22_0
mark-devkit: [mark-31] Bump dev-python/pysol_cards-0.22.0
2 parents 8c40143 + e759eb6 commit 8620709

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

dev-python/pysol_cards/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST pysol_cards-0.18.1.tar.gz 17975 BLAKE2B 59da03e8944bc94da9f775041b26928fa77af8f7472ae6ed189ac56a583a9b1c6ae419ada7c8118f5b5a6914f4adf94e4664bf2ad67a436e60c1516b29e96ef5 SHA512 aa38a05f6c2f0b9f1b59b1972c6e9fee20050013b8a9238248ba717cb42354c55d194a71cdd6a77462096938fb413c43c002aa2c1d0ca91e3e931ee60de5b791
2+
DIST pysol_cards-0.22.0.tar.gz 18704 BLAKE2B e504ff49003e5c3c4ca0176d7497edc1e4e8f6ca5f3ca79e589fad71ac3cd8ce728206f92fed8a76054c2ebc37236a27450489554ca359b08dd0c41033bace26 SHA512 13c24c5b957c6d31a8058d48f8f7adb6c3cc2bc0a416fcb82f2608cef054e7a87260faa32706ab15f735136bf2937bb2c53ae4c2858e240ccaac6984f1486942
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
3+
EAPI=7
4+
5+
PYTHON_COMPAT=( python3+ )
6+
inherit distutils-r1
7+
8+
DESCRIPTION="Deal PySol FreeCell cards"
9+
HOMEPAGE="https://github.com/shlomif/pysol_cards/
10+
https://pypi.org/project/pysol-cards/
11+
"
12+
SRC_URI="https://files.pythonhosted.org/packages/b9/54/d9f1be400d4c0255871e7ff0100460d2d744c1a5102384c37f2a09bf9506/pysol_cards-0.22.0.tar.gz -> pysol_cards-0.22.0.tar.gz"
13+
14+
DEPEND=""
15+
RDEPEND="
16+
dev-python/random2[${PYTHON_USEDEP}]
17+
dev-python/six[${PYTHON_USEDEP}]"
18+
IUSE=""
19+
SLOT="0"
20+
LICENSE="MIT"
21+
KEYWORDS="*"
22+
S="${WORKDIR}/pysol_cards-0.22.0"

0 commit comments

Comments
 (0)