From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/
Date: Tue, 17 Nov 2020 17:43:40 +0000 (UTC) [thread overview]
Message-ID: <1605635010.d36c1431aa9f4ce15848ea3d8ca5b772ea28d45a.mgorny@gentoo> (raw)
commit: d36c1431aa9f4ce15848ea3d8ca5b772ea28d45a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 16:45:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 17:43:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36c1431
dev-python/greenstalk: Port up to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/greenstalk/greenstalk-1.0.1.ebuild | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-python/greenstalk/greenstalk-1.0.1.ebuild b/dev-python/greenstalk/greenstalk-1.0.1.ebuild
index 8c32194fcab..411e09a24d6 100644
--- a/dev-python/greenstalk/greenstalk-1.0.1.ebuild
+++ b/dev-python/greenstalk/greenstalk-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="A Python 3 client for the beanstalkd work queue"
@@ -13,20 +13,15 @@ SRC_URI="https://github.com/mayhewj/greenstalk/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="
+BDEPEND="
test? (
app-misc/beanstalkd
- dev-python/pytest[${PYTHON_USEDEP}]
)
"
-RDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
+distutils_enable_tests pytest
python_test() {
- pytest -v tests.py || die
+ pytest -vv tests.py || die
}
next reply other threads:[~2020-11-17 17:43 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 17:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-09 7:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/greenstalk/ Michał Górny
2024-08-10 12:57 Michał Górny
2024-05-18 16:10 Michał Górny
2023-11-23 20:11 Michał Górny
2023-07-24 11:31 Michał Górny
2023-05-29 6:23 Michał Górny
2023-05-28 3:14 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2022-05-16 13:20 Michał Górny
2022-05-13 7:22 Arthur Zamarin
2022-05-13 7:22 Arthur Zamarin
2022-05-13 7:22 Arthur Zamarin
2021-11-14 8:46 Michał Górny
2021-10-20 19:21 Arthur Zamarin
2020-12-11 12:55 Michał Górny
2020-08-30 8:18 Joonas Niilola
2020-03-27 10:42 Michał Górny
2019-08-13 4:42 Joonas Niilola
2019-05-15 11:02 Michael Palimaka
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=1605635010.d36c1431aa9f4ce15848ea3d8ca5b772ea28d45a.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