gentoo/dev-python/django-annoying/django-annoying-0.7.6-r1.ebuild
Justin Lecher c84be41d02
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-24 12:37:39 +02:00

21 lines
542 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="This is django application that try to eliminate annoying things in Django framework"
HOMEPAGE="https://bitbucket.org/offline/django-annoying/wiki/Home"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"