public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-zopeext/files/, dev-python/sphinxcontrib-zopeext/
@ 2024-01-09 12:03 David Roman
  0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-01-09 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     43aa370f254c911892aa17d23efe3cea6f2d6740
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jan  9 00:11:00 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <julien <AT> 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 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Julien Roy</name>
-		<email>julien@jroy.ca</email>
-	</maintainer>
-	<upstream>
-		<bugs-to>https://github.com/sphinx-contrib/zopeext/issues</bugs-to>
-		<changelog>https://github.com/sphinx-contrib/zopeext/blob/main/CHANGES</changelog>
-		<remote-id type="github">sphinx-contrib/zopeext</remote-id>
-		<remote-id type="pypi">sphinxcontrib-zopeext</remote-id>
-		<maintainer>
-			<name>Michael McNeil Forbes</name>
-			<email>mforbes@alum.mit.edu</email>
-		</maintainer>
-		<doc>https://zopeext.readthedocs.io/en/latest/</doc>
-	</upstream>
-</pkgmetadata>

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"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-09 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 12:03 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-zopeext/files/, dev-python/sphinxcontrib-zopeext/ David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox