diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-14 22:09:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-14 23:11:48 +0200 |
commit | f0b95fcb247814e5fa33129ef858b682ecf1dcc3 (patch) | |
tree | cda519ec522887b2ff4acee661bc6c6a0a320db7 /dev-python/pysol_cards | |
parent | x11-misc/slop: Drop 7.4 (diff) | |
download | gentoo-f0b95fcb247814e5fa33129ef858b682ecf1dcc3.tar.gz gentoo-f0b95fcb247814e5fa33129ef858b682ecf1dcc3.tar.bz2 gentoo-f0b95fcb247814e5fa33129ef858b682ecf1dcc3.zip |
dev-python/pysol_cards: Drop 0.8.18
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pysol_cards')
-rw-r--r-- | dev-python/pysol_cards/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pysol_cards/pysol_cards-0.8.18.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest index e38a01df0f1b..51b24a1a29c9 100644 --- a/dev-python/pysol_cards/Manifest +++ b/dev-python/pysol_cards/Manifest @@ -1,3 +1,2 @@ DIST pysol_cards-0.10.1.tar.gz 20670 BLAKE2B 1183502ec0e7c070686ed5fc2972091a5bf91d55e31170690124e949bd592401daaae44cf25e3ac9b213230e27fbc90ea9e58450d75caa09b9467f0d2ba513cc SHA512 40ef02fe919f961688039667b9073913acb452d163eef1a4ef71648788676c678bf615a26b1f4d562ba072167eb3629c4cc463678edff89bfdc62b0878db062c -DIST pysol_cards-0.8.18.tar.gz 20324 BLAKE2B 230dcb57ed5d8f75f70bb55ef339347fb7ecd9877b29fc72237fab7595b15fc1ec28b56021a66478c1d4f5f5139562b976155267b1e4e325559a74f68869b98b SHA512 86f0e110b354703745f16410d4f9f8187173a2ae06088d18e7e87b3b6e3149422b3b442e8384f3863ace34de844d9aaab4c080d3e286b4890b188621b6101d06 DIST pysol_cards-0.8.9.tar.gz 19522 BLAKE2B 06e257f2ccb43236c311d03436d7b482df977d63c0b886c7705e4cfee4abec4eae495a5557053ba2a18a84da227cc4bd913263e98533ab3a17616843df0a35c7 SHA512 548f586c70a583812731f2273f1c57406a31667b395c4276ec94518471499e69d278d54e2910f7c64a4c52deb670b0e76eef55399af9e2b997422ecbbd9a79a9 diff --git a/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild b/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild deleted file mode 100644 index 9407aad9b5fa..000000000000 --- a/dev-python/pysol_cards/pysol_cards-0.8.18.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -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 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - dev-python/random2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" |