diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 08:19:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 08:24:04 +0200 |
commit | eae4fa94967f37691f0099ff61640a532e86913a (patch) | |
tree | 2023028d1a2f6ab2741b63366458ff8d9ef49d96 /virtual/pypy3 | |
parent | dev-python/pypy: Drop <5.10.0 (diff) | |
download | gentoo-eae4fa94967f37691f0099ff61640a532e86913a.tar.gz gentoo-eae4fa94967f37691f0099ff61640a532e86913a.tar.bz2 gentoo-eae4fa94967f37691f0099ff61640a532e86913a.zip |
virtual/pypy3: Drop <5.10.1
Diffstat (limited to 'virtual/pypy3')
-rw-r--r-- | virtual/pypy3/pypy3-5.10.0.ebuild | 16 | ||||
-rw-r--r-- | virtual/pypy3/pypy3-5.9.0.ebuild | 16 |
2 files changed, 0 insertions, 32 deletions
diff --git a/virtual/pypy3/pypy3-5.10.0.ebuild b/virtual/pypy3/pypy3-5.10.0.ebuild deleted file mode 100644 index d602c0cecd93..000000000000 --- a/virtual/pypy3/pypy3-5.10.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A virtual for PyPy3 Python implementation" -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' -SLOT="0/510" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - || ( - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] - )" diff --git a/virtual/pypy3/pypy3-5.9.0.ebuild b/virtual/pypy3/pypy3-5.9.0.ebuild deleted file mode 100644 index abae0f0599ae..000000000000 --- a/virtual/pypy3/pypy3-5.9.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A virtual for PyPy3 Python implementation" -# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' -SLOT="0/59" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - || ( - >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] - >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] - )" |