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 4B35F158091 for ; Sun, 15 May 2022 07:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7126E091F; Sun, 15 May 2022 07:12:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CC151E091F for ; Sun, 15 May 2022 07:12:17 +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 A68D7341C82 for ; Sun, 15 May 2022 07:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D526C466 for ; Sun, 15 May 2022 07:12:14 +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: <1652598709.7da6a05f04bd1d6d404647c504dcf22635f1788e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/editables/Manifest dev-python/editables/editables-0.2.ebuild X-VCS-Directories: dev-python/editables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7da6a05f04bd1d6d404647c504dcf22635f1788e X-VCS-Branch: master Date: Sun, 15 May 2022 07:12:14 +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: 37121916-b93b-4e02-b4ec-4245fc407af4 X-Archives-Hash: 581f35642c8a718908da4b6d76babde4 commit: 7da6a05f04bd1d6d404647c504dcf22635f1788e Author: Michał Górny gentoo org> AuthorDate: Sun May 15 07:11:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 15 07:11:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da6a05f dev-python/editables: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/editables/Manifest | 1 - dev-python/editables/editables-0.2.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/editables/Manifest b/dev-python/editables/Manifest index c08afddb3914..9211bed99bcb 100644 --- a/dev-python/editables/Manifest +++ b/dev-python/editables/Manifest @@ -1,2 +1 @@ -DIST editables-0.2.gh.tar.gz 6488 BLAKE2B 02c3e0c352effa902306f5c5a7b6b96cae74c8d8f620dabb3fa4df2568c5d730ecf3a078bfdab8ef87bfa29cb95b24563587de361337a8617fa0776b890b35d2 SHA512 39adc72f9710c28853ffebc9c0757f779e948bed7fc32f78bf52bc26ef4a6a5b351bf011bbf9353fc68e6ef2506481927c3558f8fd6650d61ac7a09591566b74 DIST editables-0.3.gh.tar.gz 12493 BLAKE2B 95e05e7553efa4856ee5bde2c18a2566f1e65318bfc46c8ecd732f4d6b42f10ce54cc3aecc4d53bcfc627e6938c4155d48a39ced5f64395dbafb9187cb009e4f SHA512 493f20d1e6b39f8ed6668adc208723d447a31ae3c3087f7db9a9a0de617958e8afebd3b3a1836638f749fb0ec911e51256b727deb4c0ce08327356238df0a3f3 diff --git a/dev-python/editables/editables-0.2.ebuild b/dev-python/editables/editables-0.2.ebuild deleted file mode 100644 index 461efde3e570..000000000000 --- a/dev-python/editables/editables-0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A Python library for creating 'editable wheels'" -HOMEPAGE=" - https://pypi.org/project/editables/ - https://github.com/pfmoore/editables/ -" -SRC_URI=" - https://github.com/mgorny/editables/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~riscv ~s390 ~sparc" - -distutils_enable_tests pytest