diff options
Diffstat (limited to 'dev-python/librt')
| -rw-r--r-- | dev-python/librt/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/librt/librt-0.6.2.ebuild | 47 | ||||
| -rw-r--r-- | dev-python/librt/librt-0.6.3.ebuild | 2 |
3 files changed, 1 insertions, 49 deletions
diff --git a/dev-python/librt/Manifest b/dev-python/librt/Manifest index 6957e769a2b8..b1d64f95ea04 100644 --- a/dev-python/librt/Manifest +++ b/dev-python/librt/Manifest @@ -1,3 +1,2 @@ -DIST librt-0.6.2.gh.tar.gz 82045 BLAKE2B 7dd42e06c4bfa77961a73d495bebf94b2046f84299360fdc93ddb9aea0ea50024c7ebf56e369155e1de98556f169a13179d83480d3a939bde362e4a103e39059 SHA512 8b36eab38aaeeffdd2f520a58df66c993efbf7a39dfa7c4c76d440e0d987fbd19b16241acddcac335867ade1f9320385aa01ed957859bd5f7de04ecfd8ffe2a5 DIST librt-0.6.3.tar.gz 54209 BLAKE2B 93f0cfaed3fb4868871149b752c5b2d7a7ec8ab67b9c5b2099f127d3d43fd939ef864d5f39884c8e1252e1c12fbdb0541617966207c0194a797d4f1744959788 SHA512 ea560ac82962ddadaca8b2b8981dae81ff9f1d891a994b0fc7778d48db2528ea7e2333721632665df3c85e86a87a9097992de17ca46abab0c7909d6c6424d645 DIST librt-0.6.3.tar.gz.provenance 9164 BLAKE2B 9c7d26223e381fd14f608f9082a28025db40d281a1d04b7ee56fddf72f4a12d9a31bc97f367306dc924f76f9ed7eea2f9f8f2d49c7a64b7fc3f5c658c3bba82a SHA512 e032f0d68d08f88f01ceedcfba7bca8f7de2f2089044a7bc1e4986e6b4cbd2847d9e40d5c4d16ca7ac526e13cc0f74e04e801c2ba09b2145f54da28c50b77ee0 diff --git a/dev-python/librt/librt-0.6.2.ebuild b/dev-python/librt/librt-0.6.2.ebuild deleted file mode 100644 index e0deb92d5861..000000000000 --- a/dev-python/librt/librt-0.6.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) - -inherit distutils-r1 - -DESCRIPTION="Mypyc runtime library" -HOMEPAGE=" - https://github.com/mypyc/librt/ - https://pypi.org/project/librt/ -" -# no tests: https://github.com/mypyc/librt/issues/17 -SRC_URI=" - https://github.com/mypyc/librt/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT PSF-2.4" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -BDEPEND=" - test? ( - dev-python/mypy-extensions[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # this package is a mess - # https://github.com/mypyc/librt/issues/17 - mv lib-rt/* . || die -} - -python_test() { - rm -rf librt || die - epytest smoke_tests.py -} diff --git a/dev-python/librt/librt-0.6.3.ebuild b/dev-python/librt/librt-0.6.3.ebuild index 1ffe983365ac..6271fdc94475 100644 --- a/dev-python/librt/librt-0.6.3.ebuild +++ b/dev-python/librt/librt-0.6.3.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="MIT PSF-2.4" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" BDEPEND=" test? ( |
