public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/
Date: Wed, 22 Sep 2021 13:30:25 +0000 (UTC)	[thread overview]
Message-ID: <1632317166.93791129b5587c350407cfca23413d376545c75e.arthurzam@gentoo> (raw)

commit:     93791129b5587c350407cfca23413d376545c75e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 13:18:05 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 13:26:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93791129

dev-python/zope-schema: enable py3.10, fix tests discovery

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/zope-schema/zope-schema-6.1.0.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/zope-schema/zope-schema-6.1.0.ebuild b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
index f137c80de51..26909a7d20b 100644
--- a/dev-python/zope-schema/zope-schema-6.1.0.ebuild
+++ b/dev-python/zope-schema/zope-schema-6.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Zope schema Architecture"
 HOMEPAGE="https://github.com/zopefoundation/zope.schema http://docs.zope.org/zope.schema/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
@@ -27,10 +27,13 @@ BDEPEND="
 	test? (
 		dev-python/zope-i18nmessageid[${PYTHON_USEDEP}]
 		dev-python/zope-testing[${PYTHON_USEDEP}]
-		dev-python/zope-testrunner[${PYTHON_USEDEP}]
 	)"
 
-distutils_enable_tests setup.py
+distutils_enable_tests unittest
+
+python_test() {
+	eunittest src
+}
 
 python_install_all() {
 	distutils-r1_python_install_all


             reply	other threads:[~2021-09-22 13:30 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-22 13:30 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 13:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-schema/ Michał Górny
2024-06-18 15:56 Michał Górny
2023-06-06  6:13 Michał Górny
2023-03-21  6:49 Michał Górny
2023-03-17 18:28 Michał Górny
2023-02-03 12:35 Michał Górny
2023-02-03 12:24 Arthur Zamarin
2023-01-03  6:23 Michał Górny
2023-01-02 14:54 Michał Górny
2022-10-22 15:53 Michał Górny
2022-10-22 15:49 Arthur Zamarin
2022-09-15 19:56 Arthur Zamarin
2022-06-17 11:22 Arthur Zamarin
2022-04-22 15:35 Michał Górny
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-22 15:11 Arthur Zamarin
2022-04-11 19:58 Michał Górny
2022-04-09 21:47 Jakov Smolić
2022-04-09 20:23 Michał Górny
2022-04-09 20:23 Michał Górny
2021-10-18  7:35 Michał Górny
2021-10-17  9:44 Michał Górny
2021-10-14  7:51 Michał Górny
2021-05-31 12:09 Michał Górny
2021-03-02  8:40 Sam James
2021-02-09 13:13 Michał Górny
2021-01-25 20:43 Michał Górny
2020-10-16 18:22 Michał Górny
2020-08-22  7:13 Michał Górny
2020-08-18 15:10 Sam James
2020-08-18 14:59 Sam James
2020-08-02  9:33 Michał Górny
2020-03-29 12:22 Michał Górny
2020-01-12 20:19 Matthew Thode
2019-11-30  8:28 Michał Górny
2017-12-11  3:49 Matt Thode

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=1632317166.93791129b5587c350407cfca23413d376545c75e.arthurzam@gentoo \
    --to=arthurzam@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