Download: djangohttpdigest-0.1.0.ebuild

File djangohttpdigest-0.1.0.ebuild, 0.5 KB (added by almad, 23 months ago)

ebuild for 0.1 release

Line 
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
5NEED_PYTHON=2.5
6
7inherit distutils
8
9KEYWORDS="~amd64 ~x86"
10
11DESCRIPTION="HTTP digest support for Django"
12HOMEPAGE=""
13SRC_URI="http://www.almad.net/download/${PN}/${P}.tar.gz"
14LICENSE="BSD"
15SLOT="0"
16IUSE=""
17
18DEPEND="dev-python/setuptools"
19RDEPEND=">=dev-python/django-1.0"
20
21
22src_install() {
23        distutils_src_install
24}
25