From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/
Date: Fri, 8 Jun 2018 10:29:19 +0000 (UTC) [thread overview]
Message-ID: <1528453741.ed7b5dc644c29b06420f3e89c33111bd0c5de741.nicolasbock@gentoo> (raw)
commit: ed7b5dc644c29b06420f3e89c33111bd0c5de741
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 8 10:29:01 2018 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Jun 8 10:29:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7b5dc6
dev-python/ebuildtester: Version bump to ebuildtester-0.1.10
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/ebuildtester/Manifest | 1 +
dev-python/ebuildtester/ebuildtester-0.1.10.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
index 7137cbeaf80..a1968aea05b 100644
--- a/dev-python/ebuildtester/Manifest
+++ b/dev-python/ebuildtester/Manifest
@@ -1,3 +1,4 @@
+DIST ebuildtester-0.1.10.tar.gz 12912 BLAKE2B 8d1c28c14dbae7d67b718fd957e6d7c1e1d1c996f77d4ffaf8feb505424c533996858bd7051331111d955d772106c3924f81cc1c2490ff9ac7068d10d838d9fa SHA512 f238fac69415e3a7e0a9ca684aa16ab3a3df5da71daed49a4d6d57b76a696af9089079b995da667d1307b1d4646e7291b8e86777f0486af3b51a8be435b8fe16
DIST ebuildtester-0.1.2.tar.gz 5598 BLAKE2B 5ee20592858758d769106f67558ac233a4ac2577dfb2d5ea7b892d6eb03ca00728e8f77a751d942270820235909537a987459875879d5b04fe98b816a436331a SHA512 0c2ac0547fc5b318023fc4e7cc85169f93d834433538d201c25a220c936b5315132bc0e53b76defd1082678a26da959b152f6a27172cf343d6c45811e3fd15a0
DIST ebuildtester-0.1.3.tar.gz 8969 BLAKE2B a5da5ea9bf951e6aff6ec084812c97ecc4674f81a134764f923a221a8527f8ffa84aff0dc311d25ac09e4eee56c9e956b55bf68347fd3da42f7a10cb84793100 SHA512 bb272b764f08fe282fd3b0b4e26ee359a82b0f12e5b0f6b15d8da40c70535ab0550279fdec40983eb02d1fc3457b8b432bc3ecc3cc630e8df4aa0fabdf90d8da
DIST ebuildtester-0.1.4.tar.gz 4606 BLAKE2B 6fb02af5a6aea9a1c4c707686abe643c39e620e8be1ae99c3654a32a49908b64eb4dc85a02374a3cb96159b00814791405ca82c7e2009feb57018b820cf8bb73 SHA512 7067483eee04b63da2c716c317a44268d30f5ed28cb0b43ad76a15d49405495f54788ea5401449543e797325b16f1b70fba80f0243066b083729abc35383a7b5
diff --git a/dev-python/ebuildtester/ebuildtester-0.1.10.ebuild b/dev-python/ebuildtester/ebuildtester-0.1.10.ebuild
new file mode 100644
index 00000000000..3f9b13bcc09
--- /dev/null
+++ b/dev-python/ebuildtester/ebuildtester-0.1.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3 container"
+HOMEPAGE="http://ebuildtester.readthedocs.io/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ app-emulation/docker
+"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+src_install() {
+ distutils-r1_src_install
+ newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}"
+}
next reply other threads:[~2018-06-08 10:29 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-08 10:29 Nicolas Bock [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-06 14:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/ Nicolas Bock
2021-04-20 19:10 Nicolas Bock
2021-04-14 18:57 Nicolas Bock
2021-02-17 20:00 Nicolas Bock
2020-12-16 17:44 Nicolas Bock
2020-03-27 12:13 Nicolas Bock
2020-03-26 12:44 Nicolas Bock
2018-10-08 16:23 Nicolas Bock
2018-10-08 16:21 Nicolas Bock
2018-10-04 18:12 Nicolas Bock
2018-09-26 11:41 Nicolas Bock
2018-06-08 10:37 Nicolas Bock
2018-03-01 20:13 Nicolas Bock
2018-02-26 10:26 Michał Górny
2018-02-22 13:26 Nicolas Bock
2018-02-22 1:39 Nicolas Bock
2018-02-21 20:58 Mike Gilbert
2018-02-20 19:41 Nicolas Bock
2018-02-15 21:50 Nicolas Bock
2018-02-15 14:54 Nicolas Bock
2018-02-11 18:33 Nicolas Bock
2018-02-11 13:30 Nicolas Bock
2018-02-09 13:38 Nicolas Bock
2018-02-09 13:02 Nicolas Bock
2018-02-08 13:12 Nicolas Bock
2018-02-08 0:45 Nicolas Bock
2018-02-08 0:44 Nicolas Bock
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=1528453741.ed7b5dc644c29b06420f3e89c33111bd0c5de741.nicolasbock@gentoo \
--to=nicolasbock@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