diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-20 18:45:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-20 18:45:00 +0200 |
commit | da2ed250dbf9a32f1e8150d45bc332cd43cc21f5 (patch) | |
tree | e99d0b3b70129782ab035dfa47311e09995be1dc /dev-python/pysol_cards | |
parent | dev-python/pysol_cards: 0.6.2 amd64 stable (diff) | |
download | gentoo-da2ed250dbf9a32f1e8150d45bc332cd43cc21f5.tar.gz gentoo-da2ed250dbf9a32f1e8150d45bc332cd43cc21f5.tar.bz2 gentoo-da2ed250dbf9a32f1e8150d45bc332cd43cc21f5.zip |
dev-python/pysol_cards: Drop 0.4.1
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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.4.1.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest index c298a22ede66..0d224a0c5f76 100644 --- a/dev-python/pysol_cards/Manifest +++ b/dev-python/pysol_cards/Manifest @@ -1,2 +1 @@ -DIST pysol_cards-0.4.1.tar.gz 16635 BLAKE2B 8c4ea9257656e3da66d464e8f251add18bb143bc2152a6ae7c5385650867453b806f1e6bf80abb87af0bcbd3c8072c89dab058b4e7578e8d977123a13489c996 SHA512 96518549770a9d85021a60da17a0d71f4928415f7226fc7d7aecc1c84345b0d46cc16cc33b197f84b31143bc0c91c6459db19c7bcb763fe956a7f5e6a47735d4 DIST pysol_cards-0.6.2.tar.gz 17032 BLAKE2B dd93ccaf14ffeb9cfc8228d129005b0733ba96ea90fccb105f97ad92fa6077cae30876150f8a866cc6c977563f3ff81118ebf49e87a3db8bf6370afaec67121b SHA512 99ca6de08c1e1cbad0e57d54e1482d021ad8b7c9d4c956df0f199ed4d6a1a367ab5e821ba504f300f38f5ec329f67564aead99df728df0e498d733d55435c7da diff --git a/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild b/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild deleted file mode 100644 index 5fc779fa07cf..000000000000 --- a/dev-python/pysol_cards/pysol_cards-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) - -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}] -" |