[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-cover/, profiles/

2020-12-16 Thread Michał Górny
commit: 13ce93507534128adbc64dbd77be2754e19c065a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 22:52:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 23:03:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ce9350

dev-python/diff-cover: Remove last-rited pkg

Closes: https://bugs.gentoo.org/723674
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-cover/Manifest|  1 -
 dev-python/diff-cover/diff-cover-2.3.0.ebuild | 48 ---
 dev-python/diff-cover/metadata.xml|  9 -
 profiles/package.mask |  5 ---
 4 files changed, 63 deletions(-)

diff --git a/dev-python/diff-cover/Manifest b/dev-python/diff-cover/Manifest
deleted file mode 100644
index 188a60e4e3f..000
--- a/dev-python/diff-cover/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST diff-cover-2.3.0.tar.gz 76738 BLAKE2B 
467d8ed3cb2f4b0f76ad6b1928a87ad6f75ce46e555c061e30b56fc4856089fb270670ad9f704b9dc407e5c6cab2cf881696bd263befafbe3863bcda4ccd4ac2
 SHA512 
c47d64e1695596ba1244d687cdbbd6edf391b0c4a18b2550004bcfc36ce8798ef9e6a059e726e52eff45251b3bb27cca873be493c37b3b7eab9dec02f99953f6

diff --git a/dev-python/diff-cover/diff-cover-2.3.0.ebuild 
b/dev-python/diff-cover/diff-cover-2.3.0.ebuild
deleted file mode 100644
index 61931388f52..000
--- a/dev-python/diff-cover/diff-cover-2.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically find diff lines that need 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"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
-   dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
-   dev-python/pyflakes[${PYTHON_USEDEP}]
-   )"
-
-MY_PN=${PN/-/_}
-S=${WORKDIR}/${MY_PN}-${PV}
-
-python_prepare_all() {
-   # TypeError: test_parse_range_notation() takes exactly 2 arguments (1 
given)
-   sed -e 's|test_parse_range_notation|_\0|' \
-   -i "${MY_PN}/tests/test_diff_cover_main.py" || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test || die "tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/diff-cover/metadata.xml 
b/dev-python/diff-cover/metadata.xml
deleted file mode 100644
index a6669b8f3c2..000
--- a/dev-python/diff-cover/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   diff_cover
-   Bachmann1234/diff-cover
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 1a33bd24ad8..01c98857df5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -311,11 +311,6 @@ sci-misc/mendeleydesktop
 # Removal in 30 days.  Bug #755266.
 dev-python/s3fs
 
-# Zac Medico  (2020-11-17)
-# Unit tests fail. No revdeps.
-# Removal in 30 days.  Bug #723674.
-dev-python/diff-cover
-
 # Jonas Stein  (2020-11-12)
 # Adobe will stop distributing Flash Player after 2020-12-31.
 # Masked for removal after 2020-12-31



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

2020-11-17 Thread Zac Medico
commit: 3471f2219a37126c10e2eff189609047c73e1221
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Nov 18 00:42:26 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Nov 18 00:43:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3471f221

dev-python/diff-cover: Remove self as maintainer

Bug: https://bugs.gentoo.org/723674
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/diff-cover/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/diff-cover/metadata.xml 
b/dev-python/diff-cover/metadata.xml
index f185cd57cab..a6669b8f3c2 100644
--- a/dev-python/diff-cover/metadata.xml
+++ b/dev-python/diff-cover/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   zmed...@gentoo.org
-   Zac Medico
-   
+   

diff_cover
Bachmann1234/diff-cover



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

2020-10-12 Thread Zac Medico
commit: 3dde55d0fdf67d3072a8ed190d2e17a996b54a72
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Oct 12 17:59:06 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 12 18:36:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dde55d0

dev-python/diff-cover: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748081
Closes: https://github.com/gentoo/gentoo/pull/17906
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/diff-cover/diff-cover-2.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/diff-cover/diff-cover-2.3.0.ebuild 
b/dev-python/diff-cover/diff-cover-2.3.0.ebuild
index c8b17359bb2..61931388f52 100644
--- a/dev-python/diff-cover/diff-cover-2.3.0.ebuild
+++ b/dev-python/diff-cover/diff-cover-2.3.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -17,8 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"



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

2020-01-26 Thread Zac Medico
commit: 05f4d2a4ff8cfaafc2207546c9420851e9d8825b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 26 08:52:00 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan 26 20:37:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f4d2a4

dev-python/diff-cover: Drop 1.0.4

Blocks dev-python/pycodestyle-2.3.1 cleanup.

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/diff-cover/Manifest|  1 -
 dev-python/diff-cover/diff-cover-1.0.4.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/diff-cover/Manifest b/dev-python/diff-cover/Manifest
index 4de4e6462a3..188a60e4e3f 100644
--- a/dev-python/diff-cover/Manifest
+++ b/dev-python/diff-cover/Manifest
@@ -1,2 +1 @@
-DIST diff-cover-1.0.4.tar.gz 73907 BLAKE2B 
81562c30533739f950e52703ce235b214f66932f806a47b1ab245b69bba8ef46d4333924ddf2ba4ca6b70a7df85ae071805a4fac7181711495f46540c4a20301
 SHA512 
aa5646c5d097e2b3ace5807bde007c9d8ebcf99578dee2aff1174aaafbdb9777c4794a8e9ddd4dc6edb5af7f1afc812fce4410db87d0bab4159f044489eabb5b
 DIST diff-cover-2.3.0.tar.gz 76738 BLAKE2B 
467d8ed3cb2f4b0f76ad6b1928a87ad6f75ce46e555c061e30b56fc4856089fb270670ad9f704b9dc407e5c6cab2cf881696bd263befafbe3863bcda4ccd4ac2
 SHA512 
c47d64e1695596ba1244d687cdbbd6edf391b0c4a18b2550004bcfc36ce8798ef9e6a059e726e52eff45251b3bb27cca873be493c37b3b7eab9dec02f99953f6

diff --git a/dev-python/diff-cover/diff-cover-1.0.4.ebuild 
b/dev-python/diff-cover/diff-cover-1.0.4.ebuild
deleted file mode 100644
index b9312ed98bc..000
--- a/dev-python/diff-cover/diff-cover-1.0.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically find diff lines that need 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"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
-   dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   

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

2019-07-15 Thread Zac Medico
commit: dc2c319b1a00e1f40ef96e396bf5b474e421eb57
Author: Zac Medico  sony  com>
AuthorDate: Tue Jul 16 01:09:06 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jul 16 01:13:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2c319b

dev-python/diff-cover: Bump to version 2.3.0

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/diff-cover/Manifest|  1 +
 dev-python/diff-cover/diff-cover-2.3.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/diff-cover/Manifest b/dev-python/diff-cover/Manifest
index bf2d36b9153..4de4e6462a3 100644
--- a/dev-python/diff-cover/Manifest
+++ b/dev-python/diff-cover/Manifest
@@ -1 +1,2 @@
 DIST diff-cover-1.0.4.tar.gz 73907 BLAKE2B 
81562c30533739f950e52703ce235b214f66932f806a47b1ab245b69bba8ef46d4333924ddf2ba4ca6b70a7df85ae071805a4fac7181711495f46540c4a20301
 SHA512 
aa5646c5d097e2b3ace5807bde007c9d8ebcf99578dee2aff1174aaafbdb9777c4794a8e9ddd4dc6edb5af7f1afc812fce4410db87d0bab4159f044489eabb5b
+DIST diff-cover-2.3.0.tar.gz 76738 BLAKE2B 
467d8ed3cb2f4b0f76ad6b1928a87ad6f75ce46e555c061e30b56fc4856089fb270670ad9f704b9dc407e5c6cab2cf881696bd263befafbe3863bcda4ccd4ac2
 SHA512 
c47d64e1695596ba1244d687cdbbd6edf391b0c4a18b2550004bcfc36ce8798ef9e6a059e726e52eff45251b3bb27cca873be493c37b3b7eab9dec02f99953f6

diff --git a/dev-python/diff-cover/diff-cover-2.3.0.ebuild 
b/dev-python/diff-cover/diff-cover-2.3.0.ebuild
new file mode 100644
index 000..b16f1d1cad9
--- /dev/null
+++ b/dev-python/diff-cover/diff-cover-2.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically find diff lines that need 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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+   dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   )"
+
+MY_PN=${PN/-/_}
+S=${WORKDIR}/${MY_PN}-${PV}
+
+python_prepare_all() {
+   # TypeError: test_parse_range_notation() takes exactly 2 arguments (1 
given)
+   sed -e 's|test_parse_range_notation|_\0|' \
+   -i "${MY_PN}/tests/test_diff_cover_main.py" || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test || die "tests failed with ${EPYTHON}"
+}



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

2018-10-01 Thread Zac Medico
commit: 39cf4109c3cf9b47d5afa694d128323edbdbd090
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct  1 17:55:51 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct  1 18:10:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cf4109

dev-python/diff-cover: new package

Signed-off-by: Zac Medico  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.10

 dev-python/diff-cover/Manifest|  1 +
 dev-python/diff-cover/diff-cover-1.0.4.ebuild | 37 +++
 dev-python/diff-cover/metadata.xml| 12 +
 3 files changed, 50 insertions(+)

diff --git a/dev-python/diff-cover/Manifest b/dev-python/diff-cover/Manifest
new file mode 100644
index 000..bf2d36b9153
--- /dev/null
+++ b/dev-python/diff-cover/Manifest
@@ -0,0 +1 @@
+DIST diff-cover-1.0.4.tar.gz 73907 BLAKE2B 
81562c30533739f950e52703ce235b214f66932f806a47b1ab245b69bba8ef46d4333924ddf2ba4ca6b70a7df85ae071805a4fac7181711495f46540c4a20301
 SHA512 
aa5646c5d097e2b3ace5807bde007c9d8ebcf99578dee2aff1174aaafbdb9777c4794a8e9ddd4dc6edb5af7f1afc812fce4410db87d0bab4159f044489eabb5b

diff --git a/dev-python/diff-cover/diff-cover-1.0.4.ebuild 
b/dev-python/diff-cover/diff-cover-1.0.4.ebuild
new file mode 100644
index 000..dfca39bedb1
--- /dev/null
+++ b/dev-python/diff-cover/diff-cover-1.0.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically find diff lines that need 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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
+   dev-python/jinja2_pluralize[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   diff_cover
+   Bachmann1234/diff-cover
+   
+