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/dib-utils/
Date: Tue, 11 Oct 2016 18:42:55
Message-Id: 1476211330.4d9c8dc775aad989f00abb1469dce94faeb55172.prometheanfire@gentoo
1 commit: 4d9c8dc775aad989f00abb1469dce94faeb55172
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 18:30:39 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 18:42:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9c8dc7
7
8 dev-python/dib-utils: bup
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/dib-utils/Manifest | 1 +
13 dev-python/dib-utils/dib-utils-0.0.10.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/dib-utils/Manifest b/dev-python/dib-utils/Manifest
17 index 53a3c7f..f13a9fa 100644
18 --- a/dev-python/dib-utils/Manifest
19 +++ b/dev-python/dib-utils/Manifest
20 @@ -1 +1,2 @@
21 +DIST dib-utils-0.0.10.tar.gz 9146 SHA256 680c4aa256d7a65dff4308716a1c23e6f0e09b1f74a34033ed3d0c0316290261 SHA512 7a73748ebea78f93136518fe599fcb10a27d8c9c432398fee7fd87a93207bc18154547f9af4f85c7c04d684d13c777f1a2da0287b0f3195303866fd541a18d68 WHIRLPOOL 6bb852c7f920998f0f6573fbd41063a54e2d5bbbadcf2378efe245b018a3ffd4925818eb6ded7925b114bc562053b35e604ccf6c013dbb29f15df97afde549df
22 DIST dib-utils-0.0.8.tar.gz 7764 SHA256 f28042c47518b1e73ac430f8261057eb61126c43e7c3bebbeafdf8edf045c68a SHA512 a639a142156027ebe6ca9d5fba6458175b2db37dae14f8cde75d9c32c1903e5774a9cf69d1c251af17ce1c98a4ff28238a8abe75c32956b9605b23ff327f980c WHIRLPOOL 7bd819a5599aa0a31a8baabfb59947ff35e6fbdaf1331c9be408cfe1b464eef91a87fd516f7d2ff7a1398965c3287b8a5f2a196b6c9e087276855ed97a082f04
23
24 diff --git a/dev-python/dib-utils/dib-utils-0.0.10.ebuild b/dev-python/dib-utils/dib-utils-0.0.10.ebuild
25 new file mode 100644
26 index 00000000..f317067
27 --- /dev/null
28 +++ b/dev-python/dib-utils/dib-utils-0.0.10.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python2_7 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Standalone tools related to diskimage-builder."
40 +HOMEPAGE="https://git.openstack.org/cgit/openstack/dib-utils"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
46 +IUSE=""
47 +
48 +CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
49 +DEPEND="${CDEPEND}
50 + dev-python/setuptools[${PYTHON_USEDEP}]"
51 +RDEPEND="${CDEPEND}"