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 462BE158011 for ; Sun, 21 Aug 2022 06:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F973E09BB; Sun, 21 Aug 2022 06:58:10 +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 E5C36E09BB for ; Sun, 21 Aug 2022 06:58:09 +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 CC63F34107C for ; Sun, 21 Aug 2022 06:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 127BD57D for ; Sun, 21 Aug 2022 06:58:07 +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: <1661065046.a3fb4e80e8614b6987bcc74b9d498b91922b39e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pastel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pastel/Manifest dev-python/pastel/pastel-0.2.1.ebuild X-VCS-Directories: dev-python/pastel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3fb4e80e8614b6987bcc74b9d498b91922b39e0 X-VCS-Branch: master Date: Sun, 21 Aug 2022 06:58:07 +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: 63a65b36-5899-4a5d-81a8-63bca9f74b66 X-Archives-Hash: e31475e3e30a21a64019d69e96bc7829 commit: a3fb4e80e8614b6987bcc74b9d498b91922b39e0 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 21 06:57:26 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 21 06:57:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fb4e80 dev-python/pastel: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pastel/Manifest | 1 - dev-python/pastel/pastel-0.2.1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/pastel/Manifest b/dev-python/pastel/Manifest index 5760732e413f..daea3c0ecca5 100644 --- a/dev-python/pastel/Manifest +++ b/dev-python/pastel/Manifest @@ -1,2 +1 @@ DIST pastel-0.2.1.gh.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16 -DIST pastel-0.2.1.tar.gz 125760 BLAKE2B f9b3c29444bb6bd0e710cd80d4e48cdc9099ad6512cd99b0224559b87504f5b61cfcb90165f97b101b8ff5e9f8b7e230878c5cf50ae2b0555447f5be28977cb0 SHA512 585834d035fe208313a77e0c824f6b67630a85697d4aef802800911cb1da72bfd6c9ba47fe5502359bdf244a98b8f6dea300a788ff1cfd56a8bc19eb7b7dcc16 diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild deleted file mode 100644 index bb1eb0dae447..000000000000 --- a/dev-python/pastel/pastel-0.2.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Bring colors to your terminal" -HOMEPAGE="https://github.com/sdispater/pastel" -SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" - -distutils_enable_tests pytest