| 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/yapsy/yapsy-1.9.2.ebuild,v 1.2 2012/09/16 10:44:10 ago Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DISTUTILS_SRC_TEST="setup.py"
|
| 8 |
|
| 9 |
SUPPORT_PYTHON_ABIS="1"
|
| 10 |
PYTHON_DEPEND="2"
|
| 11 |
RESTRICT_PYTHON_ABIS="3.*"
|
| 12 |
|
| 13 |
inherit distutils
|
| 14 |
|
| 15 |
DESCRIPTION="A fat-free DIY Python plugin management toolkit"
|
| 16 |
HOMEPAGE="http://yapsy.sourceforge.net/"
|
| 17 |
SRC_URI="mirror://sourceforge/yapsy/Yapsy-${PV}/Yapsy-${PV}.tar.gz"
|
| 18 |
|
| 19 |
LICENSE="BSD"
|
| 20 |
SLOT="0"
|
| 21 |
KEYWORDS="amd64 x86"
|
| 22 |
IUSE=""
|
| 23 |
DEPEND="dev-python/setuptools"
|
| 24 |
RDEPEND=""
|
| 25 |
S="${WORKDIR}/Yapsy-${PV}"
|