diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-15 11:59:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-15 11:59:43 +0100 |
commit | 132869ced7d00c1801a1aabbb55cbfbce8baced3 (patch) | |
tree | 0360cedfb105297d6f430cbce2d83b4b3aab0949 /dev-python/immutabledict | |
parent | dev-python/pymdown-extensions: Remove old (diff) | |
download | gentoo-132869ced7d00c1801a1aabbb55cbfbce8baced3.tar.gz gentoo-132869ced7d00c1801a1aabbb55cbfbce8baced3.tar.bz2 gentoo-132869ced7d00c1801a1aabbb55cbfbce8baced3.zip |
dev-python/immutabledict: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/immutabledict')
-rw-r--r-- | dev-python/immutabledict/Manifest | 1 | ||||
-rw-r--r-- | dev-python/immutabledict/immutabledict-3.0.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/immutabledict/Manifest b/dev-python/immutabledict/Manifest index b0a013aca266..7132c6060079 100644 --- a/dev-python/immutabledict/Manifest +++ b/dev-python/immutabledict/Manifest @@ -1,2 +1 @@ -DIST immutabledict-3.0.0.tar.gz 4478 BLAKE2B 7b5344f5153d28914da7124c3ca95e9b5c6422788259170de9f301de0a145324157635ca3543be824e9a0ebf93efe99a30dc1c8882bf926927023f2d06e318ad SHA512 90170703c1226e06d6726285005689cf66804ed2b3fda08c0350d9eeca6ec7427bd4004d42168e2f5ae7302acf1d16274a16d0e132bd81fbc8d470d75ec064a5 DIST immutabledict-4.0.0.tar.gz 5696 BLAKE2B 409b0d130c70fbc03bb261e9a6352bc155f26f9f2ad77d1bc171fb16e1e8f54671b8421b685804d9e6da1b7bb37ec0bc2c5625e3d5aa2e926e65e69436f3843f SHA512 36378a4b5de7c2dd79ccc478972c66769822044948863444380360c22f45031d5de247050fc4f6dac1b8cdb481827e70fbbb74ea410d1481334ab72387d8afd4 diff --git a/dev-python/immutabledict/immutabledict-3.0.0.ebuild b/dev-python/immutabledict/immutabledict-3.0.0.ebuild deleted file mode 100644 index 6d340afbba1f..000000000000 --- a/dev-python/immutabledict/immutabledict-3.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="An immutable wrapper around dictionaries" -HOMEPAGE=" - https://github.com/corenting/immutabledict/ - https://pypi.org/project/immutabledict/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc64" - -distutils_enable_tests pytest |