public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/
Date: Mon, 16 Aug 2021 19:04:56 +0000 (UTC)	[thread overview]
Message-ID: <1628906374.07d089da37e40f6d6da79e7c041a6419146f5c2c.jian@gentoo> (raw)

commit:     07d089da37e40f6d6da79e7c041a6419146f5c2c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Aug 14 01:40:02 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Sat Aug 14 01:59:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07d089da

dev-python/bidict: bump EAPI, enable py3.10

Also add tests

Closes: https://bugs.gentoo.org/807925
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/bidict/bidict-0.21.2.ebuild | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/dev-python/bidict/bidict-0.21.2.ebuild b/dev-python/bidict/bidict-0.21.2.ebuild
index fc5822a57..61ecb2e16 100644
--- a/dev-python/bidict/bidict-0.21.2.ebuild
+++ b/dev-python/bidict/bidict-0.21.2.ebuild
@@ -1,19 +1,27 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
-DESCRIPTION="The bidirectional mapping library for Python."
+DESCRIPTION="The bidirectional mapping library for Python"
 HOMEPAGE="https://github.com/jab/bidict https://pypi.org/project/bidict/"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm ~arm64"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="test? (
+	dev-python/hypothesis[${PYTHON_USEDEP}]
+	dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+	dev-python/sortedcontainers[${PYTHON_USEDEP}]
+	dev-python/sortedcollections[${PYTHON_USEDEP}]
+)"
+
+DOCS=( CHANGELOG.rst README.rst SECURITY.rst )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/alabaster


             reply	other threads:[~2021-08-16 20:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-16 19:04 Jian Lin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-20  8:18 [gentoo-commits] repo/proj/guru:master commit in: dev-python/bidict/ Florian Schmaus
2022-04-08  2:43 Ronny Gutbrod
2022-06-06 16:28 Florian Schmaus
2023-04-28 17:52 Arthur Zamarin
2023-12-31 15:40 David Roman
2024-09-07 13:38 David Roman
2024-09-07 13:38 David Roman

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=1628906374.07d089da37e40f6d6da79e7c041a6419146f5c2c.jian@gentoo \
    --to=jlin.gentoo@outlook.com \
    --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