diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-19 13:17:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-19 13:17:48 +0000 |
| commit | ee80f94cbb1c4872654e77f92fee1107d37a2719 (patch) | |
| tree | e071049a7c72c5e13ec8ee87c2fc8cd01b24c94e /dev-python/dill | |
| parent | 4b84499909f58c42b3ab7d326a130710ecdc4a9a (diff) | |
| download | baldeagleos-repo-ee80f94cbb1c4872654e77f92fee1107d37a2719.tar.gz baldeagleos-repo-ee80f94cbb1c4872654e77f92fee1107d37a2719.tar.xz baldeagleos-repo-ee80f94cbb1c4872654e77f92fee1107d37a2719.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dill')
| -rw-r--r-- | dev-python/dill/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/dill/dill-0.3.8-r2.ebuild | 33 | ||||
| -rw-r--r-- | dev-python/dill/dill-0.3.9.ebuild | 2 |
3 files changed, 1 insertions, 35 deletions
diff --git a/dev-python/dill/Manifest b/dev-python/dill/Manifest index f3fa0116d0ac..5574669de2c8 100644 --- a/dev-python/dill/Manifest +++ b/dev-python/dill/Manifest @@ -1,2 +1 @@ -DIST dill-0.3.8.tar.gz 184847 BLAKE2B 6a0eb76526d5bc4afa003f34454c3a93b2b53e2d5bd362749bfcc22c6fe294dff3af9d52e83b288e999d7074d82a2671b3d271b3b423030f4cfd57cd70acdc6f SHA512 478d83af69dc0639a08e011e46127d9485dc998df54622e7fbb9ce4b004640d1b23aad57717d791cc609cd9d7071ea7300bce4be982488e4d21c5986e67ce586 DIST dill-0.3.9.tar.gz 187000 BLAKE2B 56196bd04d0a050619feee6b719e9232376853a03fae3a7486fa48f90fea1e27b4f4eaa31b0df54e70cf1aa4333268213dd6350408db0b78778d92f04ae65bd0 SHA512 461943ff8a0b7212b30e7c8b9e35348d0215c1c6dca356ad813e15c8721f39692fb61809349e5ee63a00d19a39aeae34c3b4def17257f8f7820e4318b81b273f diff --git a/dev-python/dill/dill-0.3.8-r2.ebuild b/dev-python/dill/dill-0.3.8-r2.ebuild deleted file mode 100644 index 8a418508f4b9..000000000000 --- a/dev-python/dill/dill-0.3.8-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Serialize all of Python (almost)" -HOMEPAGE=" - https://github.com/uqfoundation/dill/ - https://pypi.org/project/dill/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -src_prepare() { - distutils-r1_src_prepare - - # numpy support broken: https://github.com/uqfoundation/dill/issues/667 - sed -i -e 's:import numpy:raise ImportError:' dill/__diff.py || die -} - -python_test() { - # disables a test broken under Python 3.13 - # https://github.com/uqfoundation/dill/issues/668 - local -x COVERAGE=1 - "${EPYTHON}" -m dill.tests || die -} diff --git a/dev-python/dill/dill-0.3.9.ebuild b/dev-python/dill/dill-0.3.9.ebuild index 203948214cc9..c6d0eb3d6287 100644 --- a/dev-python/dill/dill-0.3.9.ebuild +++ b/dev-python/dill/dill-0.3.9.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" python_test() { "${EPYTHON}" -m dill.tests || die |
