/[gentoo-x86]/dev-python/pyquery/pyquery-1.2.1.ebuild
Gentoo

Contents of /dev-python/pyquery/pyquery-1.2.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Sat Oct 13 18:45:57 2012 UTC (8 months ago) by armin76
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
ia64/s390/sh/sparc stable wrt #427546

(Portage version: 2.1.11.16/cvs/Linux ia64)

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/pyquery/pyquery-1.2.1.ebuild,v 1.7 2012/07/31 02:58:43 blueness Exp $
4
5 EAPI=4
6
7 SUPPORT_PYTHON_ABIS="1"
8 RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython 2.7-pypy-*"
9 DISTUTILS_SRC_TEST=nosetests
10
11 inherit distutils
12
13 DESCRIPTION="A jquery-like library for python"
14 HOMEPAGE="http://pypi.python.org/pypi/pyquery"
15 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
16
17 LICENSE="BSD"
18 SLOT="0"
19 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
20 IUSE="test"
21
22 RDEPEND=">=dev-python/lxml-2.1
23 dev-python/cssselect
24 >=dev-python/webob-1.2_rc1"
25 DEPEND="${RDEPEND}
26 dev-python/setuptools"
27
28 DOCS="CHANGES.txt README.txt"

  ViewVC Help
Powered by ViewVC 1.1.20