From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A45A015800F for ; Mon, 2 Jan 2023 20:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF20E0864; Mon, 2 Jan 2023 20:56:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A85CE0864 for ; Mon, 2 Jan 2023 20:56:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2759335C8E for ; Mon, 2 Jan 2023 20:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC97F7FB for ; Mon, 2 Jan 2023 20:56:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672693001.b86e6c7844e09765f18d764ba69bf982b4d50568.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysol_cards/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysol_cards/Manifest dev-python/pysol_cards/pysol_cards-0.12.0.ebuild X-VCS-Directories: dev-python/pysol_cards/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b86e6c7844e09765f18d764ba69bf982b4d50568 X-VCS-Branch: master Date: Mon, 2 Jan 2023 20:56:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58cc9e88-9759-4a34-88fc-c1d0a059a628 X-Archives-Hash: d8ce83c8f58e0ff338beb3d036a5b6a1 commit: b86e6c7844e09765f18d764ba69bf982b4d50568 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 2 19:21:48 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 2 20:56:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86e6c78 dev-python/pysol_cards: drop 0.12.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pysol_cards/Manifest | 1 - dev-python/pysol_cards/pysol_cards-0.12.0.ebuild | 25 ------------------------ 2 files changed, 26 deletions(-) diff --git a/dev-python/pysol_cards/Manifest b/dev-python/pysol_cards/Manifest index 88b3e2df97b6..750035133da6 100644 --- a/dev-python/pysol_cards/Manifest +++ b/dev-python/pysol_cards/Manifest @@ -1,2 +1 @@ -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 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