commit:     ae299c604d1b654f49dd3eeaba0734919c4e3599
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 14:29:54 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 14:29:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae299c60

dev-python/voluptuous: bup fixes bug 593536

Package-Manager: portage-2.2.28

 dev-python/voluptuous/Manifest                |  1 +
 dev-python/voluptuous/voluptuous-0.9.3.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
index 1f4a891..1701f06 100644
--- a/dev-python/voluptuous/Manifest
+++ b/dev-python/voluptuous/Manifest
@@ -1 +1,2 @@
 DIST voluptuous-0.8.8.tar.gz 27543 SHA256 
d9c57bf20bb27e29aabb66600dba0e323cdfc81c063bb7f668d85dab6ef89938 SHA512 
78f7e24f222cffeb3b35ba02e4d6ab66d5af3c0ed594eb4467fea9009f6263ea8fc0b49cf16603da05b7a97bcec6dabbf5259a8ebd2019ba320707e0fd907c54
 WHIRLPOOL 
610c61e73e6b866598cc58c12f0822a803acefb6ff13fc33ef29aa205a0704215d9c5a05ec88f5874a8bd23fe2420dd5d097009e564172d277149b8243575d5e
+DIST voluptuous-0.9.3.tar.gz 34097 SHA256 
ed5a11fda273754caabb6becd5fe172ee2621cd2c8ff8279433173bb7b0ec568 SHA512 
1c82f9fdca1751fb3e5fa1a0c956e40e3c5ba76623a97f38dee7511c4dac430432f8f0469e1b08d6057056905643f98cc5b19c040386eb5c897dec1940c4eb45
 WHIRLPOOL 
28c93db7c36af86bb92635852a2c4e0fe62a42a0eff30d2d019ca54c4541f27fa13ef611a77da0ba6d8393eaf807911d8abd62a35614c3a7b7837dc3a343c927

diff --git a/dev-python/voluptuous/voluptuous-0.9.3.ebuild 
b/dev-python/voluptuous/voluptuous-0.9.3.ebuild
new file mode 100644
index 00000000..89df055
--- /dev/null
+++ b/dev-python/voluptuous/voluptuous-0.9.3.ebuild
@@ -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_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=""

Reply via email to