summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycclib/pycclib-1.1.0.ebuild')
-rw-r--r--dev-python/pycclib/pycclib-1.1.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pycclib/pycclib-1.1.0.ebuild b/dev-python/pycclib/pycclib-1.1.0.ebuild
new file mode 100644
index 0000000..f77137c
--- /dev/null
+++ b/dev-python/pycclib/pycclib-1.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit distutils
+
+DESCRIPTION="A convenient wrapper for the cloudControl RESTful API"
+HOMEPAGE="https://launchpad.net/pycclib"
+SRC_URI="http://launchpad.net/pycclib/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/httplib2"