summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/colour/colour-0.1.2.ebuild')
-rw-r--r--dev-python/colour/colour-0.1.2.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/colour/colour-0.1.2.ebuild b/dev-python/colour/colour-0.1.2.ebuild
index d9e2b64..9dca44c 100644
--- a/dev-python/colour/colour-0.1.2.ebuild
+++ b/dev-python/colour/colour-0.1.2.ebuild
@@ -6,20 +6,17 @@ EAPI=5
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
-inherit git-r3 python-r1
+inherit python-r1
+
DESCRIPTION="Color representations manipulation library (RGB, HSL, web, ...)"
HOMEPAGE="https://github.com/vaab/colour"
-EGIT_REPO_URI="https://github.com/vaab/colour.git"
-EGIT_COMMIT="${PV}"
+SRC_URI="https://github.com/vaab/${PN}/archive/${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
src_install() {
python_foreach_impl python_domodule ${PN}.py
}