From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93FE9138334 for ; Sat, 16 Nov 2019 11:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAEB0E0805; Sat, 16 Nov 2019 11:02:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87136E0821 for ; Sat, 16 Nov 2019 11:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 561CE34CEB2 for ; Sat, 16 Nov 2019 11:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51AFE889 for ; Sat, 16 Nov 2019 11:02:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573902065.23f2d57d8eeae1da9e2a17b3b717cbe2b01ca3b7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-event/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/zope-event/zope-event-4.3.0.ebuild X-VCS-Directories: dev-python/zope-event/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 23f2d57d8eeae1da9e2a17b3b717cbe2b01ca3b7 X-VCS-Branch: master Date: Sat, 16 Nov 2019 11:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 084fbab6-53c7-4e9e-992b-04dfedb4635d X-Archives-Hash: c92612a6dccb864137cca13c27977e99 commit: 23f2d57d8eeae1da9e2a17b3b717cbe2b01ca3b7 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 08:52:40 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 11:01:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f2d57d dev-python/zope-event: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/zope-event/zope-event-4.3.0.ebuild | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/dev-python/zope-event/zope-event-4.3.0.ebuild b/dev-python/zope-event/zope-event-4.3.0.ebuild index 69deae1141c..9304525d1aa 100644 --- a/dev-python/zope-event/zope-event-4.3.0.ebuild +++ b/dev-python/zope-event/zope-event-4.3.0.ebuild @@ -2,30 +2,26 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1 -MY_PN=zope.event +MY_PN=zope.event MY_P=${MY_PN}-${PV} + DESCRIPTION="Event publishing / dispatch, used by Zope Component Architecture" HOMEPAGE="https://github.com/zopefoundation/zope.event http://docs.zope.org/zope.event/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="ZPL" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]" -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -S=${WORKDIR}/${MY_P} - -python_test() { - nosetests || die -} +distutils_enable_tests nose python_install_all() { distutils-r1_python_install_all