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 2BC05158004 for ; Mon, 24 Jul 2023 10:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CC4E087C; Mon, 24 Jul 2023 10:59:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9FCBCE0864 for ; Mon, 24 Jul 2023 10:59:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA93534136C for ; Mon, 24 Jul 2023 10:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B733BFB for ; Mon, 24 Jul 2023 10:59:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1690196291.3ef2b204f7f64319238fed86476b9ebb476d4442.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cons/Manifest dev-python/cons/cons-0.4.5.ebuild X-VCS-Directories: dev-python/cons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ef2b204f7f64319238fed86476b9ebb476d4442 X-VCS-Branch: master Date: Mon, 24 Jul 2023 10:59:43 +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: 461d50e7-155b-4441-a028-127bc8f0eb8d X-Archives-Hash: ab40d4efc831185e2943d370749659c6 commit: 3ef2b204f7f64319238fed86476b9ebb476d4442 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 24 10:58:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 24 10:58:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2b204 dev-python/cons: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/cons/Manifest | 1 - dev-python/cons/cons-0.4.5.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/cons/Manifest b/dev-python/cons/Manifest index 9bc0d1539881..7c99c719009c 100644 --- a/dev-python/cons/Manifest +++ b/dev-python/cons/Manifest @@ -1,2 +1 @@ -DIST cons-0.4.5.gh.tar.gz 40318 BLAKE2B c01f195c4f29ffe42e08fba6b57806b96263f7ebbc1cc859b8d146cd94e257829506502f2bc81f5665f4caf3bb8725ec556b70b951ede2b8117ba50fdb4388e5 SHA512 fea3af6b7198760f36194793a32a87f17729877f75baca6fd9627c32c4602e640cf667bb106624e9d756aece57053974e90e32329de484619a14b3500bea26e7 DIST cons-0.4.6.gh.tar.gz 40414 BLAKE2B 5d234ed77d44f0b892c3cc8fc4816a4cc1ca5cca36501adca8cbc84a48dff320c3ea45555aaa2203d1ed5072e74404e62184f000db393c155b008943990b7df3 SHA512 195a2e23a6ee37aba1cc34c0f26a2b55f86948c4a2eb5dab50b9b917bdee97bbb53562830c75184c8483260ba9bc9352d1430f99937aa29156cbf3ce2fb0254b diff --git a/dev-python/cons/cons-0.4.5.ebuild b/dev-python/cons/cons-0.4.5.ebuild deleted file mode 100644 index cf789e39746f..000000000000 --- a/dev-python/cons/cons-0.4.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 - -DESCRIPTION="Implementation of Lisp/Scheme-like cons in Python" -HOMEPAGE=" - https://pypi.org/project/cons/ - https://github.com/pythological/python-cons/ -" -SRC_URI=" - https://github.com/pythological/python-cons/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/python-${P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" - -RDEPEND="dev-python/logical-unification[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest