Parent Directory
|
Revision Log
Version bump, #411073 by Ian Delaney. (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/django-registration/django-registration-0.7.ebuild,v 1.1 2011/04/08 04:00:25 jmbsvicetto Exp $ |
| 4 | |
| 5 | EAPI="3" |
| 6 | |
| 7 | PYTHON_DEPEND="2" |
| 8 | SUPPORT_PYTHON_ABIS="1" |
| 9 | RESTRICT_PYTHON_ABIS="3.*" |
| 10 | PYTHON_MODNAME="registration" |
| 11 | |
| 12 | inherit distutils |
| 13 | |
| 14 | DESCRIPTION="An extensible user-registration application for Django" |
| 15 | HOMEPAGE="http://www.bitbucket.org/ubernostrum/django-registration/wiki/ http://pypi.python.org/pypi/django-registration" |
| 16 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
| 17 | |
| 18 | LICENSE="BSD" |
| 19 | SLOT="0" |
| 20 | KEYWORDS="~amd64" |
| 21 | IUSE="" |
| 22 | |
| 23 | DEPEND="dev-python/django" |
| 24 | RDEPEND="${DEPEND}" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |