commit: e1a0fc5291b91fe024bfa29837b4209846f9ab9e
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Nov 26 22:56:43 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 01:13:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a0fc52
dev-python/webencodings: Revbump, add py37
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
...s-0.5.1.ebuild => webencodings-0.5.1-r1.ebuild} | 22 ++++++++--------------
dev-python/webencodings/webencodings-0.5.1.ebuild | 2 ++
2 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild
b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
similarity index 62%
copy from dev-python/webencodings/webencodings-0.5.1.ebuild
copy to dev-python/webencodings/webencodings-0.5.1-r1.ebuild
index 4b2dbca8302..531b0c2dbcb 100644
--- a/dev-python/webencodings/webencodings-0.5.1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
inherit distutils-r1
@@ -13,24 +13,18 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86
~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
+"
+
+distutils_enable_tests pytest
python_prepare_all(){
cat >> setup.cfg <<- EOF
- [pytest]
+ [tool:pytest]
python_files=test*.py
EOF
distutils-r1_python_prepare_all
}
-
-python_test() {
- py.test -v -v || die
-}
diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild
b/dev-python/webencodings/webencodings-0.5.1.ebuild
index 4b2dbca8302..c0ea1069cb8 100644
--- a/dev-python/webencodings/webencodings-0.5.1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1.ebuild
@@ -23,6 +23,8 @@ DEPEND="${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
)"
+RESTRICT="!test? ( test )"
+
python_prepare_all(){
cat >> setup.cfg <<- EOF
[pytest]