blob: 26be72baf2f4895072e9c065d70b6218e0023a19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/processing/processing-0.52.ebuild,v 1.3 2008/07/02 02:36:25 chtekk Exp $
NEED_PYTHON=2.4
inherit distutils
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Package for using processes, which mimics the threading module API."
HOMEPAGE="http://py${PN}.berlios.de/"
SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="!>=dev-lang/python-2.6"
DEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools"
|