summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-23 22:44:29 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-23 23:51:28 -0600
commitc2820c474ee9345027ea445dcbac8bd03cf69480 (patch)
tree6703c422c5a0f4f09a6d564e326be5610383b49d /dev-python/munch/munch-2.2.0.ebuild
parentdev-python/os-service-types: ADD for queens (diff)
downloadgentoo-c2820c474ee9345027ea445dcbac8bd03cf69480.tar.gz
gentoo-c2820c474ee9345027ea445dcbac8bd03cf69480.tar.bz2
gentoo-c2820c474ee9345027ea445dcbac8bd03cf69480.zip
dev-python/munch: 2.2.0 bup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/munch/munch-2.2.0.ebuild')
-rw-r--r--dev-python/munch/munch-2.2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/munch/munch-2.2.0.ebuild b/dev-python/munch/munch-2.2.0.ebuild
new file mode 100644
index 000000000000..e1d463fd5a54
--- /dev/null
+++ b/dev-python/munch/munch-2.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_{5,6,7},3_{3,4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)"
+HOMEPAGE="https://github.com/Infinidat/munch"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"