public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2021-05-04 18:47 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2021-05-04 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9c87122092dd6eca2984e60a42832c75ac6920
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 18:42:41 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue May  4 18:45:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9c8712

dev-util/diff-cover: find new code that needs test coverage

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-util/diff-cover/Manifest                |  1 +
 dev-util/diff-cover/diff-cover-5.0.1.ebuild | 29 +++++++++++++++++++++++++++++
 dev-util/diff-cover/metadata.xml            |  8 ++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-util/diff-cover/Manifest b/dev-util/diff-cover/Manifest
new file mode 100644
index 00000000000..6ef4b403750
--- /dev/null
+++ b/dev-util/diff-cover/Manifest
@@ -0,0 +1 @@
+DIST diff-cover-5.0.1.tar.gz 84135 BLAKE2B 6a246df971e76155864d8b4ba11cbecd0e3f6b2f97edbb458f410e89e1748e91053fccd03bd4b73e8a5704d70169c3183f61e04326d391b01663fe446b2dd365 SHA512 d21fe75695b635222c3d9b053aacfcd22792ad9db87a6bbc0cc72491183c96e144b34edb75c97b7625d05bdbafb2ce7e2e66f0b65f3502cba801d11c23efc7e8

diff --git a/dev-util/diff-cover/diff-cover-5.0.1.ebuild b/dev-util/diff-cover/diff-cover-5.0.1.ebuild
new file mode 100644
index 00000000000..592ad691dfb
--- /dev/null
+++ b/dev-util/diff-cover/diff-cover-5.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+inherit distutils-r1
+
+DESCRIPTION="Find diff lines that do not have test coverage"
+HOMEPAGE="https://mesonbuild.com/"
+SRC_URI="https://github.com/Bachmann1234/diff_cover/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P/diff-cover/diff_cover}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
+	>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+	dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
+	dev-python/pluggy[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest

diff --git a/dev-util/diff-cover/metadata.xml b/dev-util/diff-cover/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/dev-util/diff-cover/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2021-08-01 21:33 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2021-08-01 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     54a51233604fd64958825196db9df085229b8881
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Jun  7 16:13:16 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 21:23:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a51233

dev-util/diff-cover: add upstream to metadata

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/diff-cover/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-util/diff-cover/metadata.xml b/dev-util/diff-cover/metadata.xml
index c36c37139fa..c0139fb5e74 100644
--- a/dev-util/diff-cover/metadata.xml
+++ b/dev-util/diff-cover/metadata.xml
@@ -5,4 +5,8 @@
 		<email>williamh@gentoo.org</email>
 		<name>William Hubbs</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="pypi">diff-cover</remote-id>
+		<remote-id type="github">Bachmann1234/diff_cover</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2022-06-17 18:06 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2022-06-17 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cd304aad8b8f46ee86be576614a862ac0b33d5b3
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 18:06:10 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 18:06:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd304aad

dev-util/diff-cover: add 6.5.0

Closes: https://bugs.gentoo.org/845933
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-util/diff-cover/Manifest                |  1 +
 dev-util/diff-cover/diff-cover-6.5.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-util/diff-cover/Manifest b/dev-util/diff-cover/Manifest
index 6ef4b403750b..b8d442e54325 100644
--- a/dev-util/diff-cover/Manifest
+++ b/dev-util/diff-cover/Manifest
@@ -1 +1,2 @@
 DIST diff-cover-5.0.1.tar.gz 84135 BLAKE2B 6a246df971e76155864d8b4ba11cbecd0e3f6b2f97edbb458f410e89e1748e91053fccd03bd4b73e8a5704d70169c3183f61e04326d391b01663fe446b2dd365 SHA512 d21fe75695b635222c3d9b053aacfcd22792ad9db87a6bbc0cc72491183c96e144b34edb75c97b7625d05bdbafb2ce7e2e66f0b65f3502cba801d11c23efc7e8
+DIST diff-cover-6.5.0.tar.gz 108392 BLAKE2B fc3a2a46e66501da5c08ce58fc13e46671246737320a0b6350b78f6b777d3759ec47d4ada170bb3dffcfe0927920741a3c5bff03509d92b2cc873cecce282eb1 SHA512 a00a1009fc8b9ca46f93573e3a2d6eb6a6a29f0e61891c839209dbe3d208d873a42524b30e3a18918817d173cefc3c5f481f7eea689170d72b5cd08857a8f021

diff --git a/dev-util/diff-cover/diff-cover-6.5.0.ebuild b/dev-util/diff-cover/diff-cover-6.5.0.ebuild
new file mode 100644
index 000000000000..9a3fea81c28c
--- /dev/null
+++ b/dev-util/diff-cover/diff-cover-6.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{7..11} )
+inherit distutils-r1
+
+DESCRIPTION="Find diff lines that do not have test coverage"
+HOMEPAGE="https://github.com/Bachmann1234/diff-cover"
+SRC_URI="https://github.com/Bachmann1234/diff-cover/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P/diff-cover/diff_cover}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
+	>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+	dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
+	dev-python/pluggy[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2022-06-17 23:10 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2022-06-17 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     76d488218d965578273d8fcf07aab6f16ee491dd
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 23:07:49 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 23:10:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d48821

dev-util/diff-cover: 6.5.0-r1 rev bump to fix dependencies

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild | 31 ++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
new file mode 100644
index 000000000000..670609c2faec
--- /dev/null
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Find diff lines that do not have test coverage"
+HOMEPAGE="https://github.com/Bachmann1234/diff-cover"
+SRC_URI="https://github.com/Bachmann1234/diff-cover/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P/diff-cover/diff_cover}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/pygments[${PYTHON_USEDEP}]
+	>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+	>=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
+	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
+	>=dev-python/tomli-1.2.1
+	"
+	BDEPEND="
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2023-05-01 12:39 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-05-01 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6a30902c516349edea758b7d25f2dd7c1306573b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:37:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:39:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a30902c

dev-util/diff-cover: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/diff-cover/Manifest                |  1 -
 dev-util/diff-cover/diff-cover-5.0.1.ebuild | 29 -----------------------------
 dev-util/diff-cover/diff-cover-6.5.0.ebuild | 29 -----------------------------
 3 files changed, 59 deletions(-)

diff --git a/dev-util/diff-cover/Manifest b/dev-util/diff-cover/Manifest
index b8d442e54325..f461ce668b53 100644
--- a/dev-util/diff-cover/Manifest
+++ b/dev-util/diff-cover/Manifest
@@ -1,2 +1 @@
-DIST diff-cover-5.0.1.tar.gz 84135 BLAKE2B 6a246df971e76155864d8b4ba11cbecd0e3f6b2f97edbb458f410e89e1748e91053fccd03bd4b73e8a5704d70169c3183f61e04326d391b01663fe446b2dd365 SHA512 d21fe75695b635222c3d9b053aacfcd22792ad9db87a6bbc0cc72491183c96e144b34edb75c97b7625d05bdbafb2ce7e2e66f0b65f3502cba801d11c23efc7e8
 DIST diff-cover-6.5.0.tar.gz 108392 BLAKE2B fc3a2a46e66501da5c08ce58fc13e46671246737320a0b6350b78f6b777d3759ec47d4ada170bb3dffcfe0927920741a3c5bff03509d92b2cc873cecce282eb1 SHA512 a00a1009fc8b9ca46f93573e3a2d6eb6a6a29f0e61891c839209dbe3d208d873a42524b30e3a18918817d173cefc3c5f481f7eea689170d72b5cd08857a8f021

diff --git a/dev-util/diff-cover/diff-cover-5.0.1.ebuild b/dev-util/diff-cover/diff-cover-5.0.1.ebuild
deleted file mode 100644
index 4f6eb94f5393..000000000000
--- a/dev-util/diff-cover/diff-cover-5.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_9 )
-DISTUTILS_USE_SETUPTOOLS="bdepend"
-inherit distutils-r1
-
-DESCRIPTION="Find diff lines that do not have test coverage"
-HOMEPAGE="https://mesonbuild.com/"
-SRC_URI="https://github.com/Bachmann1234/diff_cover/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P/diff-cover/diff_cover}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
-	dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
-	dev-python/pluggy[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-util/diff-cover/diff-cover-6.5.0.ebuild b/dev-util/diff-cover/diff-cover-6.5.0.ebuild
deleted file mode 100644
index 73b9d062f9a6..000000000000
--- a/dev-util/diff-cover/diff-cover-6.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Find diff lines that do not have test coverage"
-HOMEPAGE="https://github.com/Bachmann1234/diff-cover"
-SRC_URI="https://github.com/Bachmann1234/diff-cover/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${P/diff-cover/diff_cover}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
-	dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
-	dev-python/pluggy[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2024-11-13  5:22 Eli Schwartz
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Schwartz @ 2024-11-13  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ab908b9212c1c83b6173f8c77e69b1ad76b7bd
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 05:18:39 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 05:21:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ab908b

dev-util/diff-cover: fix broken dependency without PYTHON_USEDEP

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../{diff-cover-6.5.0-r1.ebuild => diff-cover-6.5.0-r2.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
similarity index 94%
rename from dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
rename to dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
index 5c7bd35e0309..c7342ba66d61 100644
--- a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	>=dev-python/jinja2-2.7.1[${PYTHON_USEDEP}]
 	>=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
 	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/tomli-1.2.1
+	>=dev-python/tomli-1.2.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
 	test? (


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2024-11-13  5:22 Eli Schwartz
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Schwartz @ 2024-11-13  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3d2dff644a04871130db9d7ecc5da84d4f23c39f
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 05:14:44 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 05:20:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2dff64

dev-util/diff-cover: fix broken test dependencies

It needs the pytest-mock plugin, not the python2 backport for
unittest.mock

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
index ef930d4d0703..5c7bd35e0309 100644
--- a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
@@ -21,10 +21,10 @@ RDEPEND="
 	>=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
 	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
 	>=dev-python/tomli-1.2.1
-	"
-	BDEPEND="
+"
+BDEPEND="
 	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
 	)
 "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
@ 2024-11-18  4:18 Eli Schwartz
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Schwartz @ 2024-11-18  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8c707a5d6acdf250a5eb8b452ce514069c6127b3
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 17:08:03 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 04:14:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c707a5d

dev-util/diff-cover: further work on testsuite

Various missing test dependencies, backported patch to make test
fixtures match output for modern versions of lint tools being checked
against.

Bug: https://github.com/gentoo/gentoo/pull/39262
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-util/diff-cover/Manifest                   |  1 +
 dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev-util/diff-cover/Manifest b/dev-util/diff-cover/Manifest
index f461ce668b53..90948e9f831a 100644
--- a/dev-util/diff-cover/Manifest
+++ b/dev-util/diff-cover/Manifest
@@ -1 +1,2 @@
+DIST diff-cover-6.5.0-testfixtures.patch 18608 BLAKE2B d298ca1b756ef7fce4a449c4b84fd5508496f13006e11d93af791b20f47a8039e7a3d7ac2c400577f7816db14b4c84f6aacf361f3d3c57d02278d36f3cc40236 SHA512 3a3041edcbca00a336cbe5b3b8c4aa648a0b70bbcd190349968610d0dc6115da0e5e258fe14de6f73c975d9adf72955126ef9266fd16f82db6d1d683095c64b9
 DIST diff-cover-6.5.0.tar.gz 108392 BLAKE2B fc3a2a46e66501da5c08ce58fc13e46671246737320a0b6350b78f6b777d3759ec47d4ada170bb3dffcfe0927920741a3c5bff03509d92b2cc873cecce282eb1 SHA512 a00a1009fc8b9ca46f93573e3a2d6eb6a6a29f0e61891c839209dbe3d208d873a42524b30e3a18918817d173cefc3c5f481f7eea689170d72b5cd08857a8f021

diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
index c7342ba66d61..71e57f3a2beb 100644
--- a/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
@@ -8,7 +8,10 @@ inherit distutils-r1
 
 DESCRIPTION="Find diff lines that do not have test coverage"
 HOMEPAGE="https://github.com/Bachmann1234/diff-cover"
-SRC_URI="https://github.com/Bachmann1234/diff-cover/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="
+	https://github.com/Bachmann1234/diff-cover/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/Bachmann1234/diff_cover/commit/bd39c1c410721aac5a73e38d8f989df0261cdbb6.patch?full_index=1
+		-> ${P}-testfixtures.patch"
 S="${WORKDIR}/${P/diff-cover/diff_cover}"
 
 LICENSE="Apache-2.0"
@@ -22,10 +25,19 @@ RDEPEND="
 	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
 	>=dev-python/tomli-1.2.1[${PYTHON_USEDEP}]
 "
+# Note: flake8/pylint called as shell tools, not imported libraries
 BDEPEND="
 	test? (
+		dev-python/flake8
+		dev-python/pylint
+		dev-python/pytest-datadir[${PYTHON_USEDEP}]
 		dev-python/pytest-mock[${PYTHON_USEDEP}]
 	)
 "
 
+PATCHES=(
+	# updated test fixtures for newer versions of code analysis tools
+	"${DISTDIR}/${P}-testfixtures.patch"
+)
+
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-18  4:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  5:22 [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/ Eli Schwartz
  -- strict thread matches above, loose matches on Subject: below --
2024-11-18  4:18 Eli Schwartz
2024-11-13  5:22 Eli Schwartz
2023-05-01 12:39 Michał Górny
2022-06-17 23:10 William Hubbs
2022-06-17 18:06 William Hubbs
2021-08-01 21:33 Michał Górny
2021-05-04 18:47 William Hubbs

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