summaryrefslogtreecommitdiff
path: root/dev-python/pysol_cards
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-03 02:25:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-03 02:25:09 +0000
commit384d032fe7e048bb10cc9bc9881835c92d7e104c (patch)
tree59b969fdecd674b649820312bfa0b0f6043c25a0 /dev-python/pysol_cards
parent7a13078cb414752df1133d1767cc29260dc60fda (diff)
gentoo auto-resync : 03:01:2023 - 02:25:09
Diffstat (limited to 'dev-python/pysol_cards')
-rw-r--r--dev-python/pysol_cards/Manifest4
-rw-r--r--dev-python/pysol_cards/pysol_cards-0.12.0.ebuild25
-rw-r--r--dev-python/pysol_cards/pysol_cards-0.14.2.ebuild7
3 files changed, 4 insertions, 32 deletions
diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest
index 7ec93358dd6e..0e00375dee6a 100644
--- a/dev-python/pysol_cards/Manifest
+++ b/dev-python/pysol_cards/Manifest
@@ -1,5 +1,3 @@
-DIST pysol_cards-0.12.0.tar.gz 21337 BLAKE2B 5d31dc32b7b968366b34481623d2c71ae29f54ff497028f4300e0448dbc27c4529c0524fd33793b84e1f03bcacba3629c8476bf589511a5bb8c56ce7ef7a8fc5 SHA512 c40bd7398e6cdd4d0c10f5c8ffaa2c0d274acafdfeb7d7bdbf36420a650157412e25d270c4e8c03ca2a9e07a9fdca97f14d0175773613eb76b447e05aff942e1
DIST pysol_cards-0.14.2.tar.gz 18113 BLAKE2B 63704d97598927b600a8f34eb46565e8bf927bc27cd409579de6ac5f4b9154a881b1727c30a61381c169a267b313a4aabfe796a98341208ffb9a8327ca83ec71 SHA512 5e296819ebd6a874175c098b0000524defeb22456bdce961270ecfe26de48fb0d5f5b56eeb3457a12c51f72c9d90abdd35ebaf91244ceaa7d3034caff2b59386
-EBUILD pysol_cards-0.12.0.ebuild 590 BLAKE2B 1bb8031e5b7f168e561404715df4a9895ba7f6cb9fab0e5451174d06ecdbaf8fd6e8326e5722ce7e31a4074fa4232c819d6d0ba4c05ad422bd5035e4a4745ba9 SHA512 4a6d161548176b3926cbd80f163e2ff68faef6eba946c690d999884936a6fa074b44ebe90ff2cfa34d7b78c0f66ca73bc162105ccd9ef235121375649427b946
-EBUILD pysol_cards-0.14.2.ebuild 498 BLAKE2B e6c6024a8590fb53cb773924b6d1bc4db520d9a3947546d7b2517120a966eae64a067680de166ec1817ee32159144af7d79980a2815178b600bd5550783a97db SHA512 9f38e8ae8b9148d5cf905b01e0ec09dd72498a52f91d5591a91f859bd71ba910ae34ab06b66545106ef80a011b7c7375f637a1cf7d053fa429a81f50b174f8dc
+EBUILD pysol_cards-0.14.2.ebuild 497 BLAKE2B ecc525d4481b56d5cbd6fb20005876161c726799d9b95dc1f1a9dfd83d0089b2aa17452b1a26d6bc620810c8cafa8090e753a801ad7d64794ea4cc9ce18f47f9 SHA512 4d3725e3a624b11a9debcc3987d492a465745a41abb3892a8e2ac2f1a25cad1154b6674bb0b9432a95981c0ded350d637592ec7cb3bb7ccb7d665e3d7ce872af
MISC metadata.xml 474 BLAKE2B 47398a90962b1059e1d2725f7b20dbc10586cee53ab27eff6a9d0c8d93cde1b103580494a38aad77a3ae04c7f7a95bcbe52722ce18476a77994e49cb64076e58 SHA512 b8cba71875a546d130fbc94e3a76a3e0dd27552ce14de46a8b6bd79f12584b59ea8e9354fadd272c4e21ac9df7f43e9c1db9087338acfbed3dc680a6d812ffa6
diff --git a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild b/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
deleted file mode 100644
index 4e8459875dc3..000000000000
--- a/dev-python/pysol_cards/pysol_cards-0.12.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Deal PySol FreeCell cards"
-HOMEPAGE="https://pypi.org/project/pysol-cards/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
- dev-python/pbr[${PYTHON_USEDEP}]
- dev-python/random2[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/oslotest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
diff --git a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
index 4df42d0b5f62..724288328866 100644
--- a/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
+++ b/dev-python/pysol_cards/pysol_cards-0.14.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Deal PySol FreeCell cards"