summaryrefslogtreecommitdiff
blob: 0a574369715f9edd95744fd5f5142233f0eeac3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/newt_syrup/newt_syrup-0.1.2.ebuild,v 1.2 2011/07/22 15:59:33 cardoe Exp $

EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1

inherit distutils

DESCRIPTION="A Python framework for creating text-based applications"
HOMEPAGE="http://fedorahosted.org/newt-syrup/"
SRC_URI="http://mcpierce.fedorapeople.org/rpms/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-libs/newt-0.52.11"

RESTRICT_PYTHON_ABIS="3.*"
DOCS="COLORS"