Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munch/
Date: Sat, 24 Feb 2018 05:51:59
Message-Id: 1519451488.c2820c474ee9345027ea445dcbac8bd03cf69480.prometheanfire@gentoo
1 commit: c2820c474ee9345027ea445dcbac8bd03cf69480
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 04:44:29 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 05:51:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2820c47
7
8 dev-python/munch: 2.2.0 bup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/munch/Manifest | 1 +
13 dev-python/munch/munch-2.2.0.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/munch/Manifest b/dev-python/munch/Manifest
17 index 873c64a1e6a..ed7682cd2f5 100644
18 --- a/dev-python/munch/Manifest
19 +++ b/dev-python/munch/Manifest
20 @@ -1 +1,2 @@
21 DIST munch-2.1.1.tar.gz 6565 BLAKE2B 81d0ea79df9934ec4fcd4d650dde6822258b3dbaaee8b114cb445219c89b76e40c7aaddd06306f9ba585081b556d7fa32d2e002de8bf5c071b0fe361092cd18b SHA512 5ffd78b1e062f71c73047a03949e6cddcd0eeae3a0ccccf36687140d12de9eb29161d2891a0fa2f1e70dfbc2b33c4ddab5d8a3611990718330c280ea769e85c0
22 +DIST munch-2.2.0.tar.gz 7108 BLAKE2B c01635adbcc1083dd539317f6619ad15bb654d1f5114d3b5f5253bbd1bf92a860d3b030233f85878780d33ca171bd08c44b37c9bdb538e4be868704861c4372f SHA512 420b9fe4486aac00b3a0d747995df46bb3fc72a5bcfa4fadbad3e3a50431493f69ca76294ae541042aaabec6e01794f8f3c9c03a5c0d6058e730dccb62e42e45
23
24 diff --git a/dev-python/munch/munch-2.2.0.ebuild b/dev-python/munch/munch-2.2.0.ebuild
25 new file mode 100644
26 index 00000000000..e1d463fd5a5
27 --- /dev/null
28 +++ b/dev-python/munch/munch-2.2.0.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI="6"
34 +
35 +PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5,6}} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)"
40 +HOMEPAGE="https://github.com/Infinidat/munch"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +KEYWORDS="~amd64 ~arm64 ~x86"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND=""
49 +DEPEND="
50 + ${RDEPEND}
51 + dev-python/setuptools[${PYTHON_USEDEP}]
52 +"