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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6ABF1158087 for ; Sun, 10 Oct 2021 20:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 969B7E0956; Sun, 10 Oct 2021 20:52:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74C3CE0956 for ; Sun, 10 Oct 2021 20:52:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CC08342F05 for ; Sun, 10 Oct 2021 20:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C27CC12F for ; Sun, 10 Oct 2021 20:52:51 +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: <1633899021.09c99b5db59ad5ad69d986c452c299b4451f6780.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kiwisolver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kiwisolver/Manifest dev-python/kiwisolver/kiwisolver-1.3.1.ebuild X-VCS-Directories: dev-python/kiwisolver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09c99b5db59ad5ad69d986c452c299b4451f6780 X-VCS-Branch: master Date: Sun, 10 Oct 2021 20:52:51 +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: 76736ced-e219-4117-993f-b7f68d1b190e X-Archives-Hash: f761a5feded74319ed104913ce6eedd3 commit: 09c99b5db59ad5ad69d986c452c299b4451f6780 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 10 20:50:21 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 10 20:50:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c99b5d dev-python/kiwisolver: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/kiwisolver/Manifest | 1 - dev-python/kiwisolver/kiwisolver-1.3.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest index ce56ec80fc6..958a4e4a34d 100644 --- a/dev-python/kiwisolver/Manifest +++ b/dev-python/kiwisolver/Manifest @@ -1,2 +1 @@ -DIST kiwisolver-1.3.1.tar.gz 86948 BLAKE2B 4e03547842e831424aef5be880021aea8d0fef372900bcb9b55f2367fc89f728250b936702fd737807579be34e4ff7489d5669f5113e95612352a293d9f883ea SHA512 0f5c1e516c334d358b8679313035dd45386381965853005271c73e3f4421fb27e3ca5a43b4f2dc85d693f4151427dae9b34d372fe72fcc1a186abd85a54a225a DIST kiwisolver-1.3.2.tar.gz 89075 BLAKE2B 729880e3b18ac8c6c3e48d2fb32f00b4232118eb753f60837c7736c75a0f22e7a259aec46b76bc91286541847929eb4a92fcf9991650dea16d263f4d16beffc1 SHA512 e9ef20756df587b49f7b8e52ff388db6e2e551548ae7d60b6916586fb35249b10bda895a7be7635b300e6100ec1c7daf7d641de6d26d9b2c36055ac6c176302b diff --git a/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild b/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild deleted file mode 100644 index 5213e27a600..00000000000 --- a/dev-python/kiwisolver/kiwisolver-1.3.1.ebuild +++ /dev/null @@ -1,26 +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="An efficient C++ implementation of the Cassowary constraint solving algorithm" -HOMEPAGE="https://github.com/nucleic/kiwi" -SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/kiwi-${PV} - -LICENSE="Clear-BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}] -" - -PATCHES=( - "${FILESDIR}/${PN}-1.3.1-darwin-build.patch" -) - -distutils_enable_tests pytest