public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ebuildtester/
Date: Thu,  1 Mar 2018 20:13:16 +0000 (UTC)	[thread overview]
Message-ID: <1519935188.eab162ad58b92c49b22dfac5e2935ec1dc233272.nicolasbock@gentoo> (raw)

commit:     eab162ad58b92c49b22dfac5e2935ec1dc233272
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 20:12:51 2018 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 20:13:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab162ad

dev-python/ebuildtester: Version bump to v0.1.7

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ebuildtester/Manifest                  |  1 +
 dev-python/ebuildtester/ebuildtester-0.1.7.ebuild | 31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
index f0f2fa5ae4f..7137cbeaf80 100644
--- a/dev-python/ebuildtester/Manifest
+++ b/dev-python/ebuildtester/Manifest
@@ -3,3 +3,4 @@ DIST ebuildtester-0.1.3.tar.gz 8969 BLAKE2B a5da5ea9bf951e6aff6ec084812c97ecc467
 DIST ebuildtester-0.1.4.tar.gz 4606 BLAKE2B 6fb02af5a6aea9a1c4c707686abe643c39e620e8be1ae99c3654a32a49908b64eb4dc85a02374a3cb96159b00814791405ca82c7e2009feb57018b820cf8bb73 SHA512 7067483eee04b63da2c716c317a44268d30f5ed28cb0b43ad76a15d49405495f54788ea5401449543e797325b16f1b70fba80f0243066b083729abc35383a7b5
 DIST ebuildtester-0.1.5.tar.gz 4602 BLAKE2B da79f568be9abdfe6758db8edbf4252730ce25786500a524559613f5c83f32d972b04887b01b9e00f24310f663e9a91a9cbbdc9a9b6d3c588dee3cf57fa13ac8 SHA512 a610bcdbcb4387fa71ed0a38cbccf117e3db4879e8cee4f307fa4f528664e35972c9d3698609c1cfe284db01795047cf13572f0cfb947cd3ca4adea291f100c3
 DIST ebuildtester-0.1.6.tar.gz 11350 BLAKE2B 2dbc73a080cb0e6334e1e852f67dbf04e646030714f706e2ac355aac30679bab4e8420d31072d6c6de85a6dda5c2d4d412643f15cc2692f19b1715b22350c259 SHA512 68c877d9eb5dcd0ec21781e92225b3e360ef4fce8aca18b166f1589ba57eaf26e8d9af859e325e1c7c0f80640389a6da137e1fe5920b9be4aa9d35e215d7b80d
+DIST ebuildtester-0.1.7.tar.gz 12257 BLAKE2B cfa936bed77cb9a1e7be55055d1feacbd29d10167a7a4987258d197621ee48697335bdc67e1006ea2b6524397a2ad107677aaa70d1fdf8768ec024959ac9aa08 SHA512 53bbe3c6cd502c4678cea62d3743ff61ed055d5143a5074c9ac6b136aa05692bdd082467c309ccffb63ad1ba25d88ebcaa1562333ccbd73f4191233c22ca6261

diff --git a/dev-python/ebuildtester/ebuildtester-0.1.7.ebuild b/dev-python/ebuildtester/ebuildtester-0.1.7.ebuild
new file mode 100644
index 00000000000..ed8da344648
--- /dev/null
+++ b/dev-python/ebuildtester/ebuildtester-0.1.7.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"
+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}"
+}


             reply	other threads:[~2018-03-01 20:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 20:13 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-06-08 10:29 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=1519935188.eab162ad58b92c49b22dfac5e2935ec1dc233272.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