Large License Cleanup & Prepare for Python 3.7 Migration #8

Merged
onkelbeh merged 16 commits from python37dev into master 2019-11-01 20:33:54 +01:00
9 changed files with 14 additions and 17 deletions
Showing only changes of commit cf5d396d26 - Show all commits

View File

@ -26,9 +26,6 @@ DEPEND="${RDEPEND}
test? (
>=dev-python/fs-0.5[${PYTHON_USEDEP}]
<dev-python/fs-2[${PYTHON_USEDEP}]
dev-python/gdata[$(python_gen_usedep 'python2*')]
dev-python/keyczar[$(python_gen_usedep 'python2*')]
dev-python/pycrypto[$(python_gen_usedep 'python*')]
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
)"

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{3_{6,7}} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1