Parent Directory
|
Revision Log
Set DISTUTILS_SRC_TEST="setup.py" instead of defining src_test explicitly. Suggested by Arfrever. (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
| 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/repoze-lru/repoze-lru-0.5.ebuild,v 1.2 2012/05/21 16:45:50 mr_bones_ Exp $ |
| 4 | |
| 5 | EAPI=3 |
| 6 | |
| 7 | PYTHON_DEPEND="*" |
| 8 | SUPPORT_PYTHON_ABIS=1 |
| 9 | DISTUTILS_SRC_TEST="setup.py" |
| 10 | |
| 11 | inherit distutils |
| 12 | |
| 13 | MY_PN=${PN/-/.} |
| 14 | MY_P=${MY_PN}-${PV} |
| 15 | |
| 16 | DESCRIPTION="A tiny LRU cache implementation and decorator" |
| 17 | HOMEPAGE="http://www.repoze.org" |
| 18 | SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" |
| 19 | |
| 20 | LICENSE="repoze" |
| 21 | SLOT="0" |
| 22 | KEYWORDS="~amd64 ~x86" |
| 23 | IUSE="" |
| 24 | |
| 25 | S=${WORKDIR}/${MY_P} |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |