Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pretend/
Date: Sat, 16 Nov 2019 11:02:09
Message-Id: 1573902081.ab033f2e50606db473599a9d593a3c77b0d17829.mgorny@gentoo
1 commit: ab033f2e50606db473599a9d593a3c77b0d17829
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 10:42:07 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 11:01:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab033f2e
7
8 dev-python/pretend: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pretend/pretend-1.0.9.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/pretend/pretend-1.0.9.ebuild b/dev-python/pretend/pretend-1.0.9.ebuild
16 index ed23e9aabde..e35d0aa8cbb 100644
17 --- a/dev-python/pretend/pretend-1.0.9.ebuild
18 +++ b/dev-python/pretend/pretend-1.0.9.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
25
26 inherit distutils-r1
27
28 @@ -14,13 +14,9 @@ SRC_URI="https://github.com/alex/pretend/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 LICENSE="BSD"
30 SLOT="0"
31 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"
32 -IUSE="test"
33
34 DEPEND="
35 dev-python/setuptools[${PYTHON_USEDEP}]
36 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
37 "
38
39 -python_test() {
40 - py.test -v || die
41 -}
42 +distutils_enable_tests pytest