X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=dev-python%2Fpython-digitalocean%2Fpython-digitalocean-0.7.1.ebuild;fp=dev-python%2Fpython-digitalocean%2Fpython-digitalocean-0.7.1.ebuild;h=c25db1bee9bd16449782b9599997f99706da5340;hb=fb7ba2ba9b9a4432ba1b81d31e30a9df22c4da39;hp=0000000000000000000000000000000000000000;hpb=e482c8ae48b47e9b3fba2799c52f0ea18ae21df2;p=rentiernetz-overlay.git diff --git a/dev-python/python-digitalocean/python-digitalocean-0.7.1.ebuild b/dev-python/python-digitalocean/python-digitalocean-0.7.1.ebuild new file mode 100644 index 0000000..c25db1b --- /dev/null +++ b/dev-python/python-digitalocean/python-digitalocean-0.7.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python3_3 ) + +inherit distutils-r1 + +DESCRIPTION="Python module to manage digitalocean.com droplets" +HOMEPAGE="http://projects.setale.me/python-digitalocean/" +SRC_URI="https://github.com/koalalorenzo/python-digitalocean/archive/${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"