| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.15.ebuild,v 1.4 2012/06/22 15:18:51 ranger Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-0.9.15.ebuild,v 1.5 2012/06/25 19:54:43 maekke Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | SUPPORT_PYTHON_ABIS="1" |
6 | SUPPORT_PYTHON_ABIS="1" |
| 7 | DISTUTILS_SRC_TEST="setup.py" |
7 | DISTUTILS_SRC_TEST="setup.py" |
| 8 | inherit distutils versionator |
8 | inherit distutils versionator |
| … | |
… | |
| 13 | HOMEPAGE="https://launchpad.net/testtools http://pypi.python.org/pypi/testtools" |
13 | HOMEPAGE="https://launchpad.net/testtools http://pypi.python.org/pypi/testtools" |
| 14 | SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" |
14 | SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" |
| 15 | |
15 | |
| 16 | LICENSE="MIT" |
16 | LICENSE="MIT" |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" |
18 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" |
| 19 | IUSE="" |
19 | IUSE="" |
| 20 | |
20 | |
| 21 | DEPEND="" |
21 | DEPEND="" |
| 22 | RDEPEND="" |
22 | RDEPEND="" |
| 23 | |
23 | |