commit:     b96df14082d627b2bc5f9cc91d9be21a349fec72
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri May  7 06:36:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  7 07:41:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96df140

app-portage/gander: enable python3.9 (tested)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/20713
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-portage/gander/gander-0.0.1-r1.ebuild 
b/app-portage/gander/gander-0.0.1-r1.ebuild
new file mode 100644
index 00000000000..a1d24b8b515
--- /dev/null
+++ b/app-portage/gander/gander-0.0.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+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}"
+}

Reply via email to