diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-30 17:27:54 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-30 17:27:54 +0100 |
commit | f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch) | |
tree | e907cb121b30e3c1df1710719c0ddf4029597a47 /virtual/pypy | |
parent | db063b515939ab15261136b24e4bc44386335c0c (diff) |
gentoo resync : 30.09.2020
Diffstat (limited to 'virtual/pypy')
-rw-r--r-- | virtual/pypy/Manifest | 2 | ||||
-rw-r--r-- | virtual/pypy/metadata.xml | 8 | ||||
-rw-r--r-- | virtual/pypy/pypy-7.3.0.ebuild | 13 |
3 files changed, 0 insertions, 23 deletions
diff --git a/virtual/pypy/Manifest b/virtual/pypy/Manifest deleted file mode 100644 index 4ec82e63d474..000000000000 --- a/virtual/pypy/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD pypy-7.3.0.ebuild 426 BLAKE2B d2b625fb2c96af719c7e02732e0091471507f6815fc4688a1bbd1ca067395084e4d3e3b08b4e102b7cda10f716f85753c76e157e634476eb1a95dcd4dd62f98c SHA512 ce785b1894ac305f269dd968ae3a80a83dde2c9fc5eea736f68d35ee7078cad607260d41249fe9a50f0101d1fd3d15b69d16627c64c149b60bf76ebe8bb90a4f -MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/virtual/pypy/metadata.xml b/virtual/pypy/metadata.xml deleted file mode 100644 index 7f4f33c6dbc9..000000000000 --- a/virtual/pypy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> -</pkgmetadata> diff --git a/virtual/pypy/pypy-7.3.0.ebuild b/virtual/pypy/pypy-7.3.0.ebuild deleted file mode 100644 index d6da859f3bb5..000000000000 --- a/virtual/pypy/pypy-7.3.0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="An obsolete virtual for PyPy Python implementation" -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' -SLOT="0/73" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]" |