Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/
Date: Mon, 04 Oct 2021 22:30:27
Message-Id: 1633386620.cda9912882d80c8559d83a15130f2d45c38afcf1.Alessandro-Barbieri@gentoo
1 commit: cda9912882d80c8559d83a15130f2d45c38afcf1
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 4 22:02:21 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 4 22:30:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cda99128
7
8 dev-python/dotmap: add 1.3.24
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/dotmap/Manifest | 1 +
13 dev-python/dotmap/dotmap-1.3.24.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
17 index 25ed3fd2c..db0a8c230 100644
18 --- a/dev-python/dotmap/Manifest
19 +++ b/dev-python/dotmap/Manifest
20 @@ -1 +1,2 @@
21 +DIST dotmap-1.3.24.tar.gz 11981 BLAKE2B c7afcae398c4532e670afee9a6ea9a38dcc43fa485f3e856b2ff40da76a09b74c979acd0dc7f73a0f51198af379bd9ad5d832d1379617407ea9af38b0ff421ab SHA512 4b580b0f57a38de998865b376127ea407bb707502a4449ccc02cb59854c49b2f9c0c07a242e962f0146ff1c5c6bb1faafbd570939f25bb3b20b79946cb898270
22 DIST dotmap-1.3.8.tar.gz 9973 BLAKE2B cbf90f7c32b6e64217c9d6ccb13a3d89cf4d5a15704abda76c0ee9914b30882c1bf6993a4b74b7dbb269604f1149102f24da27de4136b7adfefd277861826d2e SHA512 c164b8c6d61d9d0bc66c665df8fe8d376dabc0f994824bd44cade504839a053b9a95973be1d8611f961faeac109d8dfeca93e27b28a12b35c557d22e669772a7
23
24 diff --git a/dev-python/dotmap/dotmap-1.3.24.ebuild b/dev-python/dotmap/dotmap-1.3.24.ebuild
25 new file mode 100644
26 index 000000000..e934702e4
27 --- /dev/null
28 +++ b/dev-python/dotmap/dotmap-1.3.24.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +#don't bump to python 3.10 until https://github.com/drgrib/dotmap/issues/76 is resolved
36 +PYTHON_COMPAT=( python3_{8..9} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Dot access dictionary with dynamic hierarchy creation and ordered iteration"
41 +HOMEPAGE="
42 + https://github.com/drgrib/dotmap
43 + https://pypi.org/project/dotmap
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +KEYWORDS="~amd64"
49 +SLOT="0"
50 +
51 +distutils_enable_tests unittest