diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 17:14:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 17:42:29 +0200 |
commit | 4f15e2b8b1ac5597d60cdbbb1dd2d96d8f1a3143 (patch) | |
tree | 1b0d76df0c05b7880a0474cf483e2f57106fee46 /dev-python | |
parent | dev-python/subunit: Bump to 1.4.0 (diff) | |
download | gentoo-4f15e2b8b1ac5597d60cdbbb1dd2d96d8f1a3143.tar.gz gentoo-4f15e2b8b1ac5597d60cdbbb1dd2d96d8f1a3143.tar.bz2 gentoo-4f15e2b8b1ac5597d60cdbbb1dd2d96d8f1a3143.zip |
dev-python/voluptuous: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/voluptuous/voluptuous-0.11.5.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/voluptuous/voluptuous-0.11.5.ebuild b/dev-python/voluptuous/voluptuous-0.11.5.ebuild index 7cdce4236c2a..40ef58995c16 100644 --- a/dev-python/voluptuous/voluptuous-0.11.5.ebuild +++ b/dev-python/voluptuous/voluptuous-0.11.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{6..9}} ) inherit distutils-r1 @@ -13,10 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" python_test() { unset PYTHONPATH |