* [gentoo-commits] repo/gentoo:master commit in: dev-python/pycobertura/
@ 2018-08-21 20:29 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2018-08-21 20:29 UTC (permalink / raw
To: gentoo-commits
commit: d3a606c4d0734d9ed56b12d66a9b50788ed1af73
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 20:29:28 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 20:29:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a606c4
dev-python/pycobertura: Drop maintainership
Package-Manager: Portage-2.3.47, Repoman-2.3.10
dev-python/pycobertura/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/pycobertura/metadata.xml b/dev-python/pycobertura/metadata.xml
index 207d762af9f..e2e8f2ac6cc 100644
--- a/dev-python/pycobertura/metadata.xml
+++ b/dev-python/pycobertura/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pycobertura/
@ 2017-06-21 16:38 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-06-21 16:38 UTC (permalink / raw
To: gentoo-commits
commit: d43722757b21f05c3232607be5614eac6cc914d2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 16:37:54 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 16:38:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4372275
dev-python/pycobertura: Add python3_{5,6} support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pycobertura/pycobertura-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
index a086c68c9ee..81977de2911 100644
--- a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Cobertura coverage parser that can diff reports and show coverage progress"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pycobertura/
@ 2017-06-21 15:50 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-06-21 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 725631fd92a1bea86d526de232624c3cb9e4a85a
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 15:49:18 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 15:49:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725631fd
dev-python/pycobertura: Add missing dependency
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pycobertura/pycobertura-0.10.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
index 4eb805a2a6d..a086c68c9ee 100644
--- a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -17,6 +17,7 @@ IUSE="test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/click-4.0[${PYTHON_USEDEP}]
+ dev-python/colorama[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pycobertura/
@ 2017-06-21 14:01 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2017-06-21 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 41982a2524f2d0f8fba36aee3eac0b879f5cc20b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 14:01:38 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 14:01:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41982a25
dev-python/pycobertura: Initial version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pycobertura/Manifest | 1 +
dev-python/pycobertura/metadata.xml | 16 +++++++++++++
dev-python/pycobertura/pycobertura-0.10.0.ebuild | 30 ++++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-python/pycobertura/Manifest b/dev-python/pycobertura/Manifest
new file mode 100644
index 00000000000..dac2527048e
--- /dev/null
+++ b/dev-python/pycobertura/Manifest
@@ -0,0 +1 @@
+DIST pycobertura-0.10.0.tar.gz 54209 SHA256 bca6b056dc166081fb6b450bcdd28a49185f0bd97ed9303cdd3fbf914e4777b2 SHA512 47e64c462aa09c871eb6ccffcb5cff8870b332082b79d7642da540014d3b5c3c59fcdef62ee71a2405af48b1393d4f13c79fabb9d182026024cc4887b8681422 WHIRLPOOL 9af42efe7a3080130e5df14c25ed6e99c0404f2d2f96c52feaa65640d46824878fbadd2492f64408191d36ccc1aa3a857d98e8bb998319b0459c9c384630a253
diff --git a/dev-python/pycobertura/metadata.xml b/dev-python/pycobertura/metadata.xml
new file mode 100644
index 00000000000..207d762af9f
--- /dev/null
+++ b/dev-python/pycobertura/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">SurveyMonkey/pycobertura</remote-id>
+ <remote-id type="pypi">pycoberutra</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
new file mode 100644
index 00000000000..4eb805a2a6d
--- /dev/null
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit distutils-r1
+
+DESCRIPTION="Cobertura coverage parser that can diff reports and show coverage progress"
+HOMEPAGE="https://github.com/SurveyMonkey/pycobertura"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/click-4.0[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/tabulate[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools-git[${PYTHON_USEDEP}]
+ test? ( dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pytest-cov[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-08-21 20:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-21 20:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycobertura/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2017-06-21 16:38 Manuel Rüger
2017-06-21 15:50 Manuel Rüger
2017-06-21 14:01 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox