Parent Directory
|
Revision Log
drop old, revbump, migrate -> distutils-r1 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
| 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-annoying/django-annoying-0.7.6.ebuild,v 1.1 2012/05/08 12:29:36 iksaif Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | PYTHON_COMPAT="python2_5 python2_6 python2_7" |
| 7 | |
| 8 | inherit python-distutils-ng |
| 9 | |
| 10 | DESCRIPTION="This is django application that try to eliminate annoying things in Django framework." |
| 11 | HOMEPAGE="http://bitbucket.org/offline/django-annoying/wiki/Home" |
| 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
| 13 | |
| 14 | LICENSE="BSD" |
| 15 | SLOT="0" |
| 16 | KEYWORDS="~amd64 ~x86" |
| 17 | IUSE="" |
| 18 | |
| 19 | DEPEND="dev-python/setuptools" |
| 20 | RDEPEND="dev-python/django" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |