aboutsummaryrefslogtreecommitdiff
blob: 6dbb981e68d9c9d7c04751d466af1ee03c7177f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit distutils

SUPPORT_PYTHON_ABIS="1"
PYTHON_DEPEND="2:2.6"
RESTRICT_PYTHON_ABIS="2.5 3.*"

DESCRIPTION="Extension to sphinx to create links to issue trackers"
HOMEPAGE="http://packages.python.org/sphinxcontrib-issuetracker/"
SRC_URI="mirror://pypi/packages/source/s/sphinxcontrib-issuetracker/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	dev-python/setuptools
	test? ( dev-python/pyquery )"
RDEPEND=">=dev-python/sphinx-1.0"