| 1 | # Copyright 1999-2008 Gentoo Foundation |
|---|
| 2 | # Distributed under the terms of the GNU General Public License v2 |
|---|
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.9.1.ebuild,v 1.1 2008/07/04 15:46:19 pythonhead Exp $ |
|---|
| 4 | |
|---|
| 5 | NEED_PYTHON=2.5 |
|---|
| 6 | |
|---|
| 7 | inherit distutils |
|---|
| 8 | |
|---|
| 9 | KEYWORDS="~amd64 ~x86" |
|---|
| 10 | |
|---|
| 11 | DESCRIPTION="HTTP digest support for Django" |
|---|
| 12 | HOMEPAGE="" |
|---|
| 13 | SRC_URI="http://www.almad.net/download/${PN}/${P}.tar.gz" |
|---|
| 14 | LICENSE="BSD" |
|---|
| 15 | SLOT="0" |
|---|
| 16 | IUSE="" |
|---|
| 17 | |
|---|
| 18 | DEPEND="dev-python/setuptools" |
|---|
| 19 | RDEPEND=">=dev-python/django-1.0" |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | src_install() { |
|---|
| 23 | distutils_src_install |
|---|
| 24 | } |
|---|
| 25 | |
|---|