diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:18:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:30:32 +0200 |
commit | f505d1b5632d3ba35b362a48870b712ee1b8f609 (patch) | |
tree | 92d8502e22f9f4b99a70c948bf7777a13f09bbd6 /dev-python/beartype | |
parent | dev-python/awxkit: Remove old (diff) | |
download | gentoo-f505d1b5632d3ba35b362a48870b712ee1b8f609.tar.gz gentoo-f505d1b5632d3ba35b362a48870b712ee1b8f609.tar.bz2 gentoo-f505d1b5632d3ba35b362a48870b712ee1b8f609.zip |
dev-python/beartype: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beartype')
-rw-r--r-- | dev-python/beartype/Manifest | 2 | ||||
-rw-r--r-- | dev-python/beartype/beartype-0.14.0.ebuild | 35 | ||||
-rw-r--r-- | dev-python/beartype/beartype-0.14.1.ebuild | 35 |
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/beartype/Manifest b/dev-python/beartype/Manifest index 6473b39734cd..cb73b6979740 100644 --- a/dev-python/beartype/Manifest +++ b/dev-python/beartype/Manifest @@ -1,3 +1 @@ -DIST beartype-0.14.0.tar.gz 946839 BLAKE2B f1e5f51fc160eac2c87035114a8ad10e550fef464ab9eceb416b811cda84479c1d6b4ca095cb71911477d525fe28174c2c810c27f3ed177916a5738315a63bb6 SHA512 bdf1a9c4323455efbaa74af669e4b31c6701f5cc230d2d185e8d355361c4ed0afa9ffffa314ee42ca773135cef6e88b17b8ccdcd848fbb7758e7de5fcdb5d25d -DIST beartype-0.14.1.tar.gz 964899 BLAKE2B 2387be88e33e3b1908caacf967c43ffaf0cae4f42ee0b29e840762707ee45902f2609ce42cf917eff4692d1ee86633844129308b0b4a533989967b282a265a71 SHA512 93e4b1a32cfa0b1465e7ae32177f34118b99e3ea7f5c8b796b3980256755f37dc15be10bf973ef75464e8825a4f4bd1c344bf2c592801cb482ecd78d93db3de5 DIST beartype-0.15.0.tar.gz 1002709 BLAKE2B 96aa96135c4e361790856bea3e905afe6cc04b9f4de1e51c9287fcc72917fc7e60e5201cbb147b163499034669e219adf88f727fcb32801eff57a76779186a66 SHA512 3736891230aa8e46145a458d9cca1c62ecb8772b0ed82c56d97fd8e6c86d19dd091d74b1ee0ab5fa5d28218a87d378e514242c53488d56ef8363b054db268de2 diff --git a/dev-python/beartype/beartype-0.14.0.ebuild b/dev-python/beartype/beartype-0.14.0.ebuild deleted file mode 100644 index 2ede86b8636b..000000000000 --- a/dev-python/beartype/beartype-0.14.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Unbearably fast runtime type checking in pure Python" -HOMEPAGE=" - https://pypi.org/project/beartype/ - https://github.com/beartype/beartype/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # fragile performance test - beartype_test/a00_unit/a90_decor/test_decorwrapper.py::test_wrapper_fail_obj_large - # test for building docs, apparently broken too - beartype_test/a90_func/z90_lib/a00_sphinx -) diff --git a/dev-python/beartype/beartype-0.14.1.ebuild b/dev-python/beartype/beartype-0.14.1.ebuild deleted file mode 100644 index 1600c2778175..000000000000 --- a/dev-python/beartype/beartype-0.14.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Unbearably fast runtime type checking in pure Python" -HOMEPAGE=" - https://pypi.org/project/beartype/ - https://github.com/beartype/beartype/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND=" - test? ( - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # fragile performance test - beartype_test/a00_unit/a90_decor/test_decorwrapper.py::test_wrapper_fail_obj_large - # test for building docs, apparently broken too - beartype_test/a90_func/z90_lib/a00_sphinx -) |