blob: 81c2faaf48e87ad2716571cb1498e783b174870f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-0.9.1.ebuild,v 1.1 2008/07/17 19:52:15 hawking Exp $
NEED_PYTHON=2.3
inherit distutils
DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
SRC_URI="http://codespeak.net/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://codespeak.net/py/"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
SLOT="0"
LICENSE="MIT"
IUSE=""
|