summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-05-01 15:41:47 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-05-01 15:41:47 -0500
commit6d0a82bb0eeb29408d58a345fdb49f2e77e03d76 (patch)
treec2ed26b4b0353e0d165a6c392f85262f00dd7425 /dev-python/dib-utils
parentapp-vim/vim-spell-ru: Fix typo in license name. (diff)
downloadgentoo-6d0a82bb0eeb29408d58a345fdb49f2e77e03d76.tar.gz
gentoo-6d0a82bb0eeb29408d58a345fdb49f2e77e03d76.tar.bz2
gentoo-6d0a82bb0eeb29408d58a345fdb49f2e77e03d76.zip
dev-python/dib-utils: add dib-utils for diskimagebuilder
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/dib-utils')
-rw-r--r--dev-python/dib-utils/Manifest1
-rw-r--r--dev-python/dib-utils/dib-utils-0.0.8.ebuild22
-rw-r--r--dev-python/dib-utils/metadata.xml21
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-python/dib-utils/Manifest b/dev-python/dib-utils/Manifest
new file mode 100644
index 000000000000..53a3c7f32e31
--- /dev/null
+++ b/dev-python/dib-utils/Manifest
@@ -0,0 +1 @@
+DIST dib-utils-0.0.8.tar.gz 7764 SHA256 f28042c47518b1e73ac430f8261057eb61126c43e7c3bebbeafdf8edf045c68a SHA512 a639a142156027ebe6ca9d5fba6458175b2db37dae14f8cde75d9c32c1903e5774a9cf69d1c251af17ce1c98a4ff28238a8abe75c32956b9605b23ff327f980c WHIRLPOOL 7bd819a5599aa0a31a8baabfb59947ff35e6fbdaf1331c9be408cfe1b464eef91a87fd516f7d2ff7a1398965c3287b8a5f2a196b6c9e087276855ed97a082f04
diff --git a/dev-python/dib-utils/dib-utils-0.0.8.ebuild b/dev-python/dib-utils/dib-utils-0.0.8.ebuild
new file mode 100644
index 000000000000..f3170674afed
--- /dev/null
+++ b/dev-python/dib-utils/dib-utils-0.0.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Standalone tools related to diskimage-builder."
+HOMEPAGE="https://git.openstack.org/cgit/openstack/dib-utils"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}"
diff --git a/dev-python/dib-utils/metadata.xml b/dev-python/dib-utils/metadata.xml
new file mode 100644
index 000000000000..f1ec9a48bdd3
--- /dev/null
+++ b/dev-python/dib-utils/metadata.xml
@@ -0,0 +1,21 @@
+<?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>
+ <maintainer type="project">
+ <email>openstack@gentoo.org</email>
+ <name>Openstack</name>
+ </maintainer>
+ <longdescription lang="en">
+ These tools were originally part of the
+ diskimage-builder project, but they have
+ uses outside of that project as well.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">dib-utils</remote-id>
+ <remote-id type="github">openstack/dib-utils</remote-id>
+ </upstream>
+</pkgmetadata>