summaryrefslogtreecommitdiff
blob: bf31d17367307b076f2ff293acd116f5e9952c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/pystdf-1.3.1.ebuild,v 1.2 2011/01/01 21:32:09 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

DESCRIPTION="Python module that makes it easy to work with STDF"
HOMEPAGE="http://code.google.com/p/pystdf/"
SRC_URI="http://pystdf.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""