diff options
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/Manifest | 4 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-1.0.8.ebuild | 51 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-1.1.0.ebuild | 4 |
3 files changed, 3 insertions, 56 deletions
diff --git a/dev-python/msgpack/Manifest b/dev-python/msgpack/Manifest index b1bfdb21a2c1..b72ca0bf8b14 100644 --- a/dev-python/msgpack/Manifest +++ b/dev-python/msgpack/Manifest @@ -1,5 +1,3 @@ -DIST msgpack-1.0.8.tar.gz 167014 BLAKE2B 714b0355941104e791c5a3b8ee2bd4f40b11484631a3bde63e7c0bdbb925a603c4704b037ab437c2330dc0d2e466d41ccfd50c6a45ef798e5cd34a87e4e3863f SHA512 b739667d4384ba0e18a4e55de6033933822180eb5d28bd7f5ecd7e7da112a214f400740feb45de6f0873d12c8b062b1a8b9b9e5939c2961a8c9585f282645c5b DIST msgpack-1.1.0.tar.gz 167260 BLAKE2B fd6497ce248fabae481de41cb27bccf001e75425564f16caff9f5dceb52d82949481589a92635f4c25178f03002daf604073fc2bb07c8133e81a8ee2f1ccb7c4 SHA512 2af3a6ae9a68a0261bf1cbb5ca6925004b421241c445d17023976fe38738049458937a578828cdf3c1f2fd19dfbbcceb21762957bfd459d6862adb110cad3faa -EBUILD msgpack-1.0.8.ebuild 1136 BLAKE2B 0588af398b14d2bc6ab2879a095ae603c38b762740b258a36d4902a46f92ea17d28397b4ab38dc42ef6853f38eb18a2224ab25ba27ebac6aa260fe6fbe82a84d SHA512 9bc790a086c43eab6a94ba0abb006d04a992a091e99b18f096f2fc3a79d57c7db0d9a2add982a7dfcbdaed11e6365457b134f3a321ab0a1755bb95d552d4ea07 -EBUILD msgpack-1.1.0.ebuild 1302 BLAKE2B b84a0b78932d2436d1ab2dc55641086e0999fa04cd54b1d9076c2df2d521cec0f5e38cbc8ba4148bb9d29dc740534a466376a214f79168dd0e83dbc3cf7af41e SHA512 04990521c79220286f3ccdfac1fe150f645dfef44cfb780808c100a644f714398c799ba5010d8eda51c9b093cd958195c97abebb7ce65bd3819046e6ee5d3634 +EBUILD msgpack-1.1.0.ebuild 1301 BLAKE2B 1c03de8553c08361ba73b7088b2face580689ea0986185d271b847487688d3868fc42d32e583bf12b392aed7a0ca0cb14e1634d51121e0b41b531a658a3bc809 SHA512 8191e378226a9d2c2fb0822ba6adf651c3a0158459fa2a187ded27d53d05ed48b3b1771feba4c1396b69b755f1a967baa1cd36e9e7fa74e045aefa1eeeca28bc MISC metadata.xml 520 BLAKE2B 5facc8e5c11591c6010fe5eef4030e23502b890d15a896ada0c5625e63179887e13206f28695af92b358c56a9f9660767d8b4234c2c8b489cad41fec01af289d SHA512 a62502d0b2ec3da1b21297f4d4e5fee86c206c8d6a2c19d7bffe2a64b4a2fa990edb3ba07bbacccb59ed79efd23fa713a37b8adffa7f0cbc811fc0fa249d9b63 diff --git a/dev-python/msgpack/msgpack-1.0.8.ebuild b/dev-python/msgpack/msgpack-1.0.8.ebuild deleted file mode 100644 index 5b71941535d4..000000000000 --- a/dev-python/msgpack/msgpack-1.0.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 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_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="MessagePack (de)serializer for Python" -HOMEPAGE=" - https://msgpack.org/ - https://github.com/msgpack/msgpack-python/ - https://pypi.org/project/msgpack/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -IUSE="+native-extensions" - -# extension code is relying on CPython implementation details -BDEPEND=" - native-extensions? ( - $(python_gen_cond_dep ' - >=dev-python/cython-3.0.8[${PYTHON_USEDEP}] - ' 'python*') - ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Remove pre-generated cython files - rm msgpack/_cmsgpack.cpp || die - - # native-extensions are always disabled on PyPy - # https://github.com/msgpack/msgpack-python/blob/main/setup.py#L76 - if ! use native-extensions ; then - export MSGPACK_PUREPYTHON=1 - fi - - distutils-r1_python_prepare_all -} - -python_test() { - rm -rf msgpack || die - epytest -} diff --git a/dev-python/msgpack/msgpack-1.1.0.ebuild b/dev-python/msgpack/msgpack-1.1.0.ebuild index e2222cf1cab3..be029b87a600 100644 --- a/dev-python/msgpack/msgpack-1.1.0.ebuild +++ b/dev-python/msgpack/msgpack-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="+native-extensions" # extension code is relying on CPython implementation details |