diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-01-06 18:21:39 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-01-06 18:21:58 -0500 |
commit | 4fd67bee46ef5de947ad73c0872b7617c1a8443d (patch) | |
tree | df28345dce511ab5fc21563ce1c0f67304a9246e /dev-lang/python | |
parent | app-emulation/playonlinux: do not alternate wine dependency anymore (diff) | |
download | gentoo-4fd67bee46ef5de947ad73c0872b7617c1a8443d.tar.gz gentoo-4fd67bee46ef5de947ad73c0872b7617c1a8443d.tar.bz2 gentoo-4fd67bee46ef5de947ad73c0872b7617c1a8443d.zip |
dev-lang/python: depend on app-arch/xz-utils[extra-filters] for tests
Closes: https://bugs.gentoo.org/643744
Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-3.4.5-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-3.5.4-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-3.6.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/python/python-3.6.4.ebuild | 4 |
4 files changed, 15 insertions, 7 deletions
diff --git a/dev-lang/python/python-3.4.5-r1.ebuild b/dev-lang/python/python-3.4.5-r1.ebuild index bb01c7623e5b..02cb5d3f2cbf 100644 --- a/dev-lang/python/python-3.4.5-r1.ebuild +++ b/dev-lang/python/python-3.4.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,8 @@ SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.4/3.4m" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk wininst +xml" +IUSE="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml" +RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. # If you need to apply a patch which requires python for bootstrapping, please @@ -48,6 +49,7 @@ RDEPEND="app-arch/bzip2:0= xml? ( >=dev-libs/expat-2.1:0= ) !!<sys-apps/sandbox-2.6-r1" DEPEND="${RDEPEND} + test? ( app-arch/xz-utils[extra-filters(+)] ) virtual/pkgconfig >=sys-devel/autoconf-2.65 !sys-devel/gcc[libffi(-)]" diff --git a/dev-lang/python/python-3.5.4-r1.ebuild b/dev-lang/python/python-3.5.4-r1.ebuild index 680ae491e0a4..35190a8535ca 100644 --- a/dev-lang/python/python-3.5.4-r1.ebuild +++ b/dev-lang/python/python-3.5.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,8 @@ SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.5/3.5m" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk wininst +xml" +IUSE="build elibc_uclibc examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml" +RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. # If you need to apply a patch which requires python for bootstrapping, please @@ -48,6 +49,7 @@ RDEPEND="app-arch/bzip2:0= xml? ( >=dev-libs/expat-2.1:0= ) !!<sys-apps/sandbox-2.6-r1" DEPEND="${RDEPEND} + test? ( app-arch/xz-utils[extra-filters(+)] ) virtual/pkgconfig !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" diff --git a/dev-lang/python/python-3.6.3-r1.ebuild b/dev-lang/python/python-3.6.3-r1.ebuild index 3d9849571a91..d904618dc9af 100644 --- a/dev-lang/python/python-3.6.3-r1.ebuild +++ b/dev-lang/python/python-3.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,8 @@ SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.6/3.6m" KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk wininst +xml" +IUSE="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml" +RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. # If you need to apply a patch which requires python for bootstrapping, please @@ -48,6 +49,7 @@ RDEPEND="app-arch/bzip2:0= xml? ( >=dev-libs/expat-2.1:0= ) !!<sys-apps/sandbox-2.6-r1" DEPEND="${RDEPEND} + test? ( app-arch/xz-utils[extra-filters(+)] ) virtual/pkgconfig !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" diff --git a/dev-lang/python/python-3.6.4.ebuild b/dev-lang/python/python-3.6.4.ebuild index bf6b9a5fb09e..f0adb4196ea4 100644 --- a/dev-lang/python/python-3.6.4.ebuild +++ b/dev-lang/python/python-3.6.4.ebuild @@ -17,7 +17,8 @@ SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.6/3.6m" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl +threads tk wininst +xml" +IUSE="build examples gdbm hardened ipv6 libressl +ncurses +readline sqlite +ssl test +threads tk wininst +xml" +RESTRICT="!test? ( test )" # Do not add a dependency on dev-lang/python to this ebuild. # If you need to apply a patch which requires python for bootstrapping, please @@ -48,6 +49,7 @@ RDEPEND="app-arch/bzip2:0= xml? ( >=dev-libs/expat-2.1:0= ) !!<sys-apps/sandbox-2.6-r1" DEPEND="${RDEPEND} + test? ( app-arch/xz-utils[extra-filters(+)] ) virtual/pkgconfig !sys-devel/gcc[libffi(-)]" RDEPEND+=" !build? ( app-misc/mime-types )" |