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 D53D0158451 for ; Tue, 9 Jan 2024 12:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139ACE2A81; Tue, 9 Jan 2024 12:03:39 +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 E43AEE2A81 for ; Tue, 9 Jan 2024 12:03:38 +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 E3F0F343347 for ; Tue, 9 Jan 2024 12:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2051414C6 for ; Tue, 9 Jan 2024 12:03:35 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704759060.43aa370f254c911892aa17d23efe3cea6f2d6740.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-zopeext/files/, dev-python/sphinxcontrib-zopeext/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-zopeext/Manifest dev-python/sphinxcontrib-zopeext/files/pyproject.patch dev-python/sphinxcontrib-zopeext/metadata.xml dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild X-VCS-Directories: dev-python/sphinxcontrib-zopeext/files/ dev-python/sphinxcontrib-zopeext/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 43aa370f254c911892aa17d23efe3cea6f2d6740 X-VCS-Branch: master Date: Tue, 9 Jan 2024 12:03: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: 90082efb-ba08-4a78-8544-5b44993d220b X-Archives-Hash: 48f7fde892f375c7ae515e06a31076bb commit: 43aa370f254c911892aa17d23efe3cea6f2d6740 Author: Julien Roy jroy ca> AuthorDate: Tue Jan 9 00:11:00 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jan 9 00:11:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43aa370f dev-python/sphinxcontrib-zopeext: treeclean Signed-off-by: Julien Roy jroy.ca> dev-python/sphinxcontrib-zopeext/Manifest | 1 - .../sphinxcontrib-zopeext/files/pyproject.patch | 28 ----------------- dev-python/sphinxcontrib-zopeext/metadata.xml | 19 ------------ .../sphinxcontrib-zopeext-0.4.2-r1.ebuild | 36 ---------------------- 4 files changed, 84 deletions(-) diff --git a/dev-python/sphinxcontrib-zopeext/Manifest b/dev-python/sphinxcontrib-zopeext/Manifest deleted file mode 100644 index d4ae803f79..0000000000 --- a/dev-python/sphinxcontrib-zopeext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib_zopeext-0.4.2.tar.gz 13887 BLAKE2B ce77989ff34fa76bf1263f0764a872a840cea2cf7817ab1697a8176b1bf4444f4791430b2aab8cd72026a5e56248c9dc43d1052e0e1a891456388f86bb8551d3 SHA512 acf78a943ff6842184b347251398df3e20f045601bbba755152f891ee8a5d08e137dea5dbbc38f8a82ea5f045681dce6ac83a2329d74d378d56758031111c317 diff --git a/dev-python/sphinxcontrib-zopeext/files/pyproject.patch b/dev-python/sphinxcontrib-zopeext/files/pyproject.patch deleted file mode 100644 index 04ef8a9047..0000000000 --- a/dev-python/sphinxcontrib-zopeext/files/pyproject.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff --git a/pyproject.toml b/pyproject.toml -index b204a4d..5633f69 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -16,14 +16,6 @@ dev = [ - testpaths = [ - "tests", - ] --addopts = [ -- "--doctest-modules", -- "--cov=sphinxcontrib.zopeext", -- "--cov-report=html", -- "--cov-fail-under=85", -- "--no-cov-on-fail", -- "--pdb", --] - doctest_optionflags = [ - "ELLIPSIS", - "NORMALIZE_WHITESPACE", -@@ -87,6 +79,6 @@ doc = [ - - [build-system] - requires = [ -- "pdm-backend", -+ "pdm-pep517", - ] --build-backend = "pdm.backend" -+build-backend = "pdm.pep517.api" diff --git a/dev-python/sphinxcontrib-zopeext/metadata.xml b/dev-python/sphinxcontrib-zopeext/metadata.xml deleted file mode 100644 index 8236b29219..0000000000 --- a/dev-python/sphinxcontrib-zopeext/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Julien Roy - julien@jroy.ca - - - https://github.com/sphinx-contrib/zopeext/issues - https://github.com/sphinx-contrib/zopeext/blob/main/CHANGES - sphinx-contrib/zopeext - sphinxcontrib-zopeext - - Michael McNeil Forbes - mforbes@alum.mit.edu - - https://zopeext.readthedocs.io/en/latest/ - - diff --git a/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild b/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild deleted file mode 100644 index f65ba17030..0000000000 --- a/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild +++ /dev/null @@ -1,36 +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_{10,11,12} ) - -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}] - dev-python/sphinx[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-cov[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/pyproject.patch" -) - -distutils_enable_tests pytest - -# Tests requires sphinx-testing which has been removed from ::gentoo -RESTRICT="test"