[gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/

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

dev-util/diff-cover: Remove old

Signed-off-by: Michał Górny  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..
--- 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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/

2022-06-17 Thread William Hubbs
commit: 76d488218d965578273d8fcf07aab6f16ee491dd
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jun 17 23:07:49 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 17 23:10:02 2022 +
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  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/

2022-06-17 Thread William Hubbs
commit: cd304aad8b8f46ee86be576614a862ac0b33d5b3
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jun 17 18:06:10 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 17 18:06:43 2022 +
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  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/

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

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

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  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 @@
willi...@gentoo.org
William Hubbs

+   
+   diff-cover
+   Bachmann1234/diff_cover
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/

2021-05-04 Thread William Hubbs
commit: 5f9c87122092dd6eca2984e60a42832c75ac6920
Author: William Hubbs  gentoo  org>
AuthorDate: Tue May  4 18:42:41 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May  4 18:45:48 2021 +
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  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 000..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 000..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 000..c36c37139fa
--- /dev/null
+++ b/dev-util/diff-cover/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+