summaryrefslogtreecommitdiff
blob: 51c41f1e4f60c68bc7c7e693b83a3a3ed9ec2c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.0.ebuild,v 1.9 2004/10/23 15:40:41 weeve Exp $

inherit distutils

DESCRIPTION="Python Serial Port Extension"
HOMEPAGE="http://pyserial.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"

IUSE=""
SLOT="0"
LICENSE="PYTHON"
KEYWORDS="x86 amd64 ~ppc alpha ~sparc"

PYTHON_MODNAME="serial"
DEPEND="app-arch/unzip"