diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-18 03:03:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-18 03:03:03 +0000 |
commit | f9f6fa91738181ebe9aca71b75d157d8b5df5335 (patch) | |
tree | 556cf671790196d83709b89133064a855f1879f2 /dev-python/pypy3 | |
parent | 3455c0a5153ae27d7c6c16ecd35fa3dec33f3dda (diff) |
gentoo auto-resync : 18:11:2024 - 03:03:03
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pypy3/pypy3-7.3.17-r2.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pypy3/Manifest b/dev-python/pypy3/Manifest index b6ed6f77ae50..379a6c8d0005 100644 --- a/dev-python/pypy3/Manifest +++ b/dev-python/pypy3/Manifest @@ -1,3 +1,2 @@ EBUILD pypy3-7.3.17-r100.ebuild 514 BLAKE2B 18402b1dd82a9b48d6e6d01e32f309caf8a0a591242be2489cfc3684a8376d61241f3307e0d7bc796dc6865f02eb7f2fc2cc8302e07312a32c9937ca9517e8d2 SHA512 b30daf8916a6481c51e7f13361a94bff8465a6cd314e9d4180d224436562c4cc94e32aeee4ddd1069cd4764e047656f501ffd8869969ca49271559bda98b6c1e -EBUILD pypy3-7.3.17-r2.ebuild 872 BLAKE2B a9ac9cf61d9c958548c54bc540de7eaa6c6d1ebc14fafc9a8c875a357aa36e8c98b5517cdd2fe9f412cb574b6d2e4d6b8e1a8087a38e7ffab3487c86a08c1517 SHA512 32bb02c9c0dc2f93137911fcc48f85d3e78df9eab63feef8973bca7af79baee1bd4c181a46d1c3366f241c0d601bf339b8406973c089c1bec975ed33fc92158a MISC metadata.xml 472 BLAKE2B 64b7aaec2df3c39ec7193df560cdc665d68eeebadc42d537ab1295d29b0e0e63ad576c8771c24ef65ed8e6ec8011b1b4debdb6af74be7dedf203a24304a96fd7 SHA512 bb3cc9675f2ba4f898f4b8d38b60569379a663269380371539bf299fef3b27796cb55c2e5258aeae7e2f82f683187e7c39256184196e424d50a867f0be46084a diff --git a/dev-python/pypy3/pypy3-7.3.17-r2.ebuild b/dev-python/pypy3/pypy3-7.3.17-r2.ebuild deleted file mode 100644 index 8830766aa934..000000000000 --- a/dev-python/pypy3/pypy3-7.3.17-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit python-utils-r1 - -PYVER=3.10 -DESCRIPTION="A fast, compliant alternative implementation of the Python (${PYVER}) language" -HOMEPAGE=" - https://pypy.org/ - https://foss.heptapod.net/pypy/pypy/ -" -S=${WORKDIR} - -LICENSE="MIT" -SLOT="0/pypy310-pp73-384" -KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="+gdbm ncurses sqlite +test-install tk" - -RDEPEND=" - =dev-python/pypy3_10-${PV}*:${SLOT}[gdbm?,ncurses?,sqlite?,test-install(+)?,tk?] -" - -src_install() { - dodir /usr/bin - dosym pypy${PYVER} /usr/bin/pypy3 - - # install symlinks for python-exec - local EPYTHON=pypy3 - local scriptdir=${D}$(python_get_scriptdir) - mkdir -p "${scriptdir}" || die - ln -s "../../../bin/pypy3" "${scriptdir}/python3" || die - ln -s python3 "${scriptdir}/python" || die -} |