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: Wed, 14 Apr 2021 18:57:51 +0000 (UTC)	[thread overview]
Message-ID: <1618426652.5a621d7d622e6eb42bde3c94a27744f110386f40.nicolasbock@gentoo> (raw)

commit:     5a621d7d622e6eb42bde3c94a27744f110386f40
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 18:28:59 2021 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 18:57:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a621d7d

dev-python/ebuildtester: Version bump v0.1.29

Closes: https://github.com/gentoo/gentoo/pull/20382
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 dev-python/ebuildtester/Manifest                   |  1 +
 dev-python/ebuildtester/ebuildtester-0.1.29.ebuild | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
index bf1f5fd435c..36c6caebfdb 100644
--- a/dev-python/ebuildtester/Manifest
+++ b/dev-python/ebuildtester/Manifest
@@ -1,2 +1,3 @@
 DIST ebuildtester-0.1.16.tar.gz 15564 BLAKE2B ae9c304fcdb9450c0b99eb75128d7e17790b87c541c87ef484a04eb1e74b18df44996e6a2d2ecfea11568f1e028d9279ac708bfa61978b4d8f176dd0183b8a69 SHA512 3e30894f6260b82a97e0000e65ab6a556c2055ab50ebbc7140b6716166b783574b87f333738d87e3ff11672f1b055df2acf483384e616e7bd9ffa42467c79743
 DIST ebuildtester-0.1.27.tar.gz 17347 BLAKE2B 4b4b97235b073bfa1fc78dd3e4f5d03a2e64b277a8675669061beef3185e87c01f882ae830fc5c11b1ba97ea5deb50e93b7cc02b78cef5a0046bb7f2c7ac3433 SHA512 f50fb020e47750c318d0198628721adf166ee3d8544be50169b2012ad72370f063b1367e521af842df0574e491d469e5c2a6aba1576a9f364c95e72a9579950d
+DIST ebuildtester-0.1.29.tar.gz 17446 BLAKE2B d0dccc4e290e9907b90d93ecd87cb263e842ee60944ea9e8a0cb3864029595a5979c16e3c13d59dfd6d5bdc989a6211bf56262b88bbf2f28a86b236f1c305fd9 SHA512 4093df87f85fc581dc1b286b7377929f111d0f1efc960d7623ff3cbd833ef997174b0508422567de819490c30a8246a431d6a29bf71f1e828064b3987bd129a4

diff --git a/dev-python/ebuildtester/ebuildtester-0.1.29.ebuild b/dev-python/ebuildtester/ebuildtester-0.1.29.ebuild
new file mode 100644
index 00000000000..b6204349693
--- /dev/null
+++ b/dev-python/ebuildtester/ebuildtester-0.1.29.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3 container"
+HOMEPAGE="https://ebuildtester.readthedocs.io/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	app-emulation/docker
+	sys-fs/fuse
+"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+src_install() {
+	distutils-r1_src_install
+	newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}"
+}


             reply	other threads:[~2021-04-14 18:57 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-14 18:57 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-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-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=1618426652.5a621d7d622e6eb42bde3c94a27744f110386f40.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