public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-testrunner/, dev-python/zope-exceptions/
@ 2020-08-18 14:59 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2020-08-18 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bc22f8b42150487f57e1e10f51ea10dd5a97ac86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 06:36:13 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 14:58:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc22f8b4

dev-python/zope-testrunner: bump to 5.2

Gives us Python 3.8 support and tests pass on 3.9.

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/zope-exceptions/zope-exceptions-4.4.ebuild         |  2 +-
 dev-python/zope-testrunner/Manifest                           |  1 +
 .../zope-testrunner-5.2.ebuild}                               | 11 ++++++-----
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
index 7e2c645a6e5..5b427b0dd30 100644
--- a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
+++ b/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/zope-testrunner/Manifest b/dev-python/zope-testrunner/Manifest
index 79445bfac6b..93fd5048255 100644
--- a/dev-python/zope-testrunner/Manifest
+++ b/dev-python/zope-testrunner/Manifest
@@ -1 +1,2 @@
 DIST zope.testrunner-5.1.tar.gz 140679 BLAKE2B 4044b9c77bbda6610b803fbc91cb7bb4d1aaeeb041c32cb91ecd05e05d75a685cd4b6d4531fdcb74380e6ce3fc40f32d21f71ad346491667458a165a90e3a401 SHA512 685d1e1512bd85a00c34f4f89ca1e0f8d1f0939de7b25db0cb43da44e5e41e735e1e9a5ccf2a89b959d7d5f074da71dfe0fd931bd62082159ec65c0b53cd38c1
+DIST zope.testrunner-5.2.tar.gz 141836 BLAKE2B 4a29a2377ece929658afbcf279f51cee445db46432d3ff15be43cb4c1d58b4b809b9077905aeeb5c970cda98bd867258091afe58b525a1716faa2c83e6502ea8 SHA512 8b5bb942f3ca42b6fa4de7db5b7149562aa1047128bbd3498a385f8537335cb0cab1a10934faedcd0a1492a14d57accdeefcb95a57d827ad80fff4e20ffd26ef

diff --git a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild b/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
similarity index 70%
copy from dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
copy to dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
index 7e2c645a6e5..03b68324827 100644
--- a/dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
+++ b/dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
@@ -10,19 +10,20 @@ inherit distutils-r1
 MY_PN=${PN/-/.}
 MY_P=${MY_PN}-${PV}
 
-DESCRIPTION="General purpose exceptions for Zope packages"
-HOMEPAGE="https://pypi.org/project/zope.exceptions/ https://github.com/zopefoundation/zope.exceptions"
+DESCRIPTION="Zope testrunner script"
+HOMEPAGE="https://pypi.org/project/zope.testrunner/ https://github.com/zopefoundation/zope.testrunner"
 SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZPL"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
+BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
 RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/zope-exceptions[${PYTHON_USEDEP}]
 	dev-python/zope-interface[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/zope-testrunner[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
 
 distutils_enable_tests setup.py
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-18 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18 14:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-testrunner/, dev-python/zope-exceptions/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox