diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /virtual/pypy | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'virtual/pypy')
-rw-r--r-- | virtual/pypy/Manifest | 1 | ||||
-rw-r--r-- | virtual/pypy/pypy-7.3.0_rc1.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/virtual/pypy/Manifest b/virtual/pypy/Manifest index fb0b7b1fa083..363d13ca126c 100644 --- a/virtual/pypy/Manifest +++ b/virtual/pypy/Manifest @@ -1,2 +1,3 @@ EBUILD pypy-7.2.0.ebuild 544 BLAKE2B c068ff0cf5e1a2f5fe4d4b374e043b17164434a182baea4c92757f6412ae69ac2244662259189d6ee2b4b9ecd63d667d2979b05dd64b1e41bac7f9410cc224f4 SHA512 e3f4d6f6bf8eeef03454f929293f6280dd4f980b0870e47780a7272e77b38e427f9c3881b6871349a0e47c9dfe17f5b215b7b50d58910abc3704d5a1cd9a9b77 +EBUILD pypy-7.3.0_rc1.ebuild 451 BLAKE2B e1850d4541414da6260b1840da6bf89ce00626c7dc33f88f28f8dcd7413db0e70dc50141f5d9fafe69d1fd7d662207f3978ab35f15eacd3fd9658db27be77ca0 SHA512 a4eab000120b17c89f39921b7504ce3586031cdd49e9994f815724b3c28fb6874ab00e14b66d990031feb2a6977ead64b163b191e802d90658dc9b28b1432b81 MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/virtual/pypy/pypy-7.3.0_rc1.ebuild b/virtual/pypy/pypy-7.3.0_rc1.ebuild new file mode 100644 index 000000000000..fccd6826ff2c --- /dev/null +++ b/virtual/pypy/pypy-7.3.0_rc1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A virtual for PyPy Python implementation" +# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' +SLOT="0/73" +KEYWORDS="" +IUSE="bzip2 gdbm ncurses sqlite tk" + +RDEPEND=" + || ( + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] + )" |