From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
Date: Sun, 12 Dec 2021 22:04:10 +0000 (UTC) [thread overview]
Message-ID: <1639346645.237ac58d1aefdb0569de9ffe11b135ff60677905.mgorny@gentoo> (raw)
commit: 237ac58d1aefdb0569de9ffe11b135ff60677905
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Dec 12 13:18:39 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 22:04:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237ac58d
app-portage/gander: bump to EAPI 8 and python 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gander/gander-0.0.1-r2.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/app-portage/gander/gander-0.0.1-r2.ebuild b/app-portage/gander/gander-0.0.1-r2.ebuild
new file mode 100644
index 000000000000..b2903319f0c2
--- /dev/null
+++ b/app-portage/gander/gander-0.0.1-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
+HOMEPAGE="https://github.com/mgorny/gander/"
+SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/requests[${PYTHON_USEDEP}]
+ sys-apps/portage[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+ # Portage exports random configuration options *overriding* its own
+ # behavior into the build environment.
+ env -u PORTAGE_REPOSITORIES pytest -vv || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2021-12-12 22:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-12 22:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-10 14:20 [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/ Michał Górny
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2022-07-28 12:00 Sam James
2021-12-12 22:04 Michał Górny
2021-05-07 7:41 Michał Górny
2020-05-19 11:19 Michał Górny
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=1639346645.237ac58d1aefdb0569de9ffe11b135ff60677905.mgorny@gentoo \
--to=mgorny@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