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 1B66415808B for ; Sat, 26 Mar 2022 22:31:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C8A1E083D; Sat, 26 Mar 2022 22:31:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0220E0839 for ; Sat, 26 Mar 2022 22:31:37 +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 C5CA0343341 for ; Sat, 26 Mar 2022 22:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C49032D for ; Sat, 26 Mar 2022 22:31:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1648333875.8ee598135e5cd0654c73a22c8cdd0a89e278295f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-pygments/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansible-pygments/Manifest dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild X-VCS-Directories: dev-python/ansible-pygments/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8ee598135e5cd0654c73a22c8cdd0a89e278295f X-VCS-Branch: master Date: Sat, 26 Mar 2022 22:31:35 +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: cfea8b83-a621-42f3-a747-e4eed5234136 X-Archives-Hash: 1d10b7a78c857044c41f83bf1ffc422a commit: 8ee598135e5cd0654c73a22c8cdd0a89e278295f Author: Marek Szuba gentoo org> AuthorDate: Sat Mar 26 21:49:09 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Mar 26 22:31:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee59813 dev-python/ansible-pygments: drop 0.1.0 Signed-off-by: Marek Szuba gentoo.org> dev-python/ansible-pygments/Manifest | 1 - .../ansible-pygments/ansible-pygments-0.1.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/ansible-pygments/Manifest b/dev-python/ansible-pygments/Manifest index c33191699c30..ac1516cb2b6c 100644 --- a/dev-python/ansible-pygments/Manifest +++ b/dev-python/ansible-pygments/Manifest @@ -1,2 +1 @@ -DIST ansible-pygments-0.1.0.tar.gz 8046 BLAKE2B a6b9873dc8494af77a8c71de45f23dbd14419f3abb98d577631d51be9fe48cc88f5bec2f77707fd376369e325538800a47ae014a13f85022f805466a2e590316 SHA512 370a28e984f1c19c78b3047c5506847d625ad46458067804fcc7cc850d01cb77f837fbc80071fc9ff0e9df31805e48477a3026ce28389de8de368d35bd9d9428 DIST ansible-pygments-0.1.1.tar.gz 8446 BLAKE2B ff631dd24c723035db7ab11a6c3fc0c90e8cebd72e6b0fa0d8b2c4bc4250ff5fb1e4180366e4ee084aab90bf24a8c3b2ecfad2c421b9f0cfdbf7675c94f0fcf7 SHA512 1ad2f4568d46d7fc617c6e674bcd9aea48e14307d91c476b51a04f778b452f18cb983d87d4872664d567b984193edee2af7964854fb2f3ae37ab4bce09c387d4 diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild deleted file mode 100644 index 4cb71a916654..000000000000 --- a/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" - -inherit distutils-r1 - -DESCRIPTION="Pygments lexer and style Ansible snippets" -HOMEPAGE="https://github.com/ansible-community/ansible-pygments" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest