Skip to content

Commit

Permalink
dev-python/immutabledict: add 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vaněk <[email protected]>
Closes: gentoo#33979
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
arkamar authored and mgorny committed Nov 25, 2023
1 parent f6669fc commit 841f8f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/immutabledict/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST immutabledict-3.0.0.tar.gz 4478 BLAKE2B 7b5344f5153d28914da7124c3ca95e9b5c6422788259170de9f301de0a145324157635ca3543be824e9a0ebf93efe99a30dc1c8882bf926927023f2d06e318ad SHA512 90170703c1226e06d6726285005689cf66804ed2b3fda08c0350d9eeca6ec7427bd4004d42168e2f5ae7302acf1d16274a16d0e132bd81fbc8d470d75ec064a5
DIST immutabledict-4.0.0.tar.gz 5696 BLAKE2B 409b0d130c70fbc03bb261e9a6352bc155f26f9f2ad77d1bc171fb16e1e8f54671b8421b685804d9e6da1b7bb37ec0bc2c5625e3d5aa2e926e65e69436f3843f SHA512 36378a4b5de7c2dd79ccc478972c66769822044948863444380360c22f45031d5de247050fc4f6dac1b8cdb481827e70fbbb74ea410d1481334ab72387d8afd4
21 changes: 21 additions & 0 deletions dev-python/immutabledict/immutabledict-4.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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

0 comments on commit 841f8f5

Please sign in to comment.