From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
Date: Tue, 4 May 2021 18:47:54 +0000 (UTC) [thread overview]
Message-ID: <1620153948.5f9c87122092dd6eca2984e60a42832c75ac6920.williamh@gentoo> (raw)
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>
next reply other threads:[~2021-05-04 18:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-04 18:47 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-01 21:33 [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/ Michał Górny
2022-06-17 18:06 William Hubbs
2022-06-17 23:10 William Hubbs
2023-05-01 12:39 Michał Górny
2024-11-13 5:22 Eli Schwartz
2024-11-13 5:22 Eli Schwartz
2024-11-18 4:18 Eli Schwartz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1620153948.5f9c87122092dd6eca2984e60a42832c75ac6920.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox