dev-python/voluptuous: adding for mitaka
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 25 Mar 2016 22:56:20 +0000 (17:56 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 25 Mar 2016 22:56:20 +0000 (17:56 -0500)
Package-Manager: portage-2.2.26

dev-python/voluptuous/Manifest [new file with mode: 0644]
dev-python/voluptuous/metadata.xml [new file with mode: 0644]
dev-python/voluptuous/voluptuous-0.8.8.ebuild [new file with mode: 0644]

diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
new file mode 100644 (file)
index 0000000..1f4a891
--- /dev/null
@@ -0,0 +1 @@
+DIST voluptuous-0.8.8.tar.gz 27543 SHA256 d9c57bf20bb27e29aabb66600dba0e323cdfc81c063bb7f668d85dab6ef89938 SHA512 78f7e24f222cffeb3b35ba02e4d6ab66d5af3c0ed594eb4467fea9009f6263ea8fc0b49cf16603da05b7a97bcec6dabbf5259a8ebd2019ba320707e0fd907c54 WHIRLPOOL 610c61e73e6b866598cc58c12f0822a803acefb6ff13fc33ef29aa205a0704215d9c5a05ec88f5874a8bd23fe2420dd5d097009e564172d277149b8243575d5e
diff --git a/dev-python/voluptuous/metadata.xml b/dev-python/voluptuous/metadata.xml
new file mode 100644 (file)
index 0000000..ef271ba
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>prometheanfire@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+               Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-python/voluptuous/voluptuous-0.8.8.ebuild b/dev-python/voluptuous/voluptuous-0.8.8.ebuild
new file mode 100644 (file)
index 0000000..e61bff5
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python data validation library."
+HOMEPAGE="https://github.com/alecthomas/voluptuous"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""