/[gentoo-x86]/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.10.1.ebuild
Gentoo

Contents of /dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.10.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Thu May 2 20:21:06 2013 UTC (2 weeks, 2 days ago) by johu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED
Remove old.

(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

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/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.10.1.ebuild,v 1.4 2012/09/08 08:40:52 johu Exp $
4
5 EAPI="4"
6 SUPPORT_PYTHON_ABIS="1"
7 PYTHON_DEPEND="2:2.6"
8 RESTRICT_PYTHON_ABIS="2.5 3.*"
9 PYTHON_TESTS_RESTRICTED_ABIS="*-jython *-pypy-*"
10 DISTUTILS_SRC_TEST="py.test"
11
12 inherit distutils
13
14 DESCRIPTION="Extension to sphinx to create links to issue trackers"
15 HOMEPAGE="http://sphinxcontrib-issuetracker.readthedocs.org/"
16 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
17
18 LICENSE="BSD-2"
19 SLOT="0"
20 KEYWORDS="amd64 x86"
21 IUSE="test"
22
23 RDEPEND=">=dev-python/requests-0.13
24 >=dev-python/sphinx-1.1"
25 DEPEND="${RDEPEND}
26 dev-python/setuptools
27 test? (
28 dev-python/mock
29 dev-python/pyquery
30 )"
31
32 PYTHON_MODNAME="${PN/-//}"
33
34 src_prepare() {
35 distutils_src_prepare
36
37 # test requires network access (bug #425694)
38 rm tests/test_builtin_trackers.py || die
39
40 # Tests from tests/test_stylesheet.py require dev-python/PyQt4[X,webkit]
41 # and virtualx.eclass.
42 rm tests/test_stylesheet.py || die
43 }

  ViewVC Help
Powered by ViewVC 1.1.13