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 1ED3315ACFB for ; Sun, 23 Apr 2023 19:53:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7C8E0C9F; Sun, 23 Apr 2023 19:53:30 +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 418E7E0C9F for ; Sun, 23 Apr 2023 19:53:30 +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 52F99340D8E for ; Sun, 23 Apr 2023 19:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C447A40 for ; Sun, 23 Apr 2023 19:53:27 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1682277692.311689cd0725ee4e1ecae8b03e3f1272c6a1ec1e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-zopeext/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2.ebuild X-VCS-Directories: dev-python/sphinxcontrib-zopeext/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 311689cd0725ee4e1ecae8b03e3f1272c6a1ec1e X-VCS-Branch: dev Date: Sun, 23 Apr 2023 19:53:27 +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: 77ad8c52-26dc-4869-bfda-b2307ee48733 X-Archives-Hash: 12ab23757bc815bc89c09979fe2b6657 commit: 311689cd0725ee4e1ecae8b03e3f1272c6a1ec1e Author: Julien Roy jroy ca> AuthorDate: Sun Apr 23 19:21:32 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Apr 23 19:21:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=311689cd dev-python/sphinxcontrib-zopeext: drop 0.4.2 Signed-off-by: Julien Roy jroy.ca> .../sphinxcontrib-zopeext-0.4.2.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2.ebuild b/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2.ebuild deleted file mode 100644 index 5780bb9fb..000000000 --- a/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Sphinx extension for using Zope interfaces" -HOMEPAGE="https://github.com/sphinx-contrib/zopeext" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/importlib-metadata[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" - -src_unpack() { - default - sed -i -e "s/pdm-backend/pdm-pep517/" "${S}/pyproject.toml" || die - sed -i -e "s/pdm\.backend/pdm.pep517.api/" "${S}/pyproject.toml" || die -}