blob: df43a8f8b28b8397c6327a58327d70c7885afebc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 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.4 2009/05/23 19:17:40 nixnut 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 ~ppc64 ~sparc x86"
SLOT="0"
LICENSE="MIT"
IUSE=""
|