summaryrefslogtreecommitdiff
blob: 2ef05f59329af3082ed036bab0d7d9137df9395a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.6 2011/09/20 23:38:05 floppym Exp $

EAPI="4"
PYTHON_DEPEND="2"

EGIT_REPO_URI="git://github.com/jessemiller/HamlPy.git"

inherit distutils git-2

DESCRIPTION="${PN}"
HOMEPAGE="https://github.com/jessemiller/HamlPy"
SRC_URI=""

LICENSE="MIT" # ?
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND="dev-python/django
	dev-python/pygments"