equal
deleted
inserted
replaced
1 # Copyright 1999-2017 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 |
|
4 EAPI=6 |
|
5 PYTHON_COMPAT=( python2_7 ) |
|
6 |
|
7 inherit distutils-r1 versionator |
|
8 |
|
9 DESCRIPTION="A collection of useful extensions for Django" |
|
10 HOMEPAGE="http://github.com/djblets/djblets" |
|
11 SRC_URI="http://downloads.reviewboard.org/releases/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz" |
|
12 |
|
13 LICENSE="MIT" |
|
14 SLOT="0" |
|
15 KEYWORDS="~amd64" |
|
16 IUSE="" |
|
17 |
|
18 RDEPEND=">=dev-python/django-1.7[${PYTHON_USEDEP}] |
|
19 !>=dev-python/django-1.9 |
|
20 =dev-python/django-pipeline-1.3*[${PYTHON_USEDEP}] |
|
21 virtual/python-dnspython[${PYTHON_USEDEP}] |
|
22 >=dev-python/feedparser-5.1.2[${PYTHON_USEDEP}] |
|
23 dev-python/pillowfight[${PYTHON_USEDEP}] |
|
24 dev-python/pytz[${PYTHON_USEDEP}]" |
|