summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-11-12 00:48:51 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-11-12 00:48:51 +0000
commit4ee5d9f0031413051458586835c5dd443cb3d04d (patch)
tree902f39564a758dd1cad86963400440be3681eea4 /dev-python/pyserial/pyserial-2.0.ebuild
parentversion bump (diff)
downloadhistorical-4ee5d9f0031413051458586835c5dd443cb3d04d.tar.gz
historical-4ee5d9f0031413051458586835c5dd443cb3d04d.tar.bz2
historical-4ee5d9f0031413051458586835c5dd443cb3d04d.zip
version bump
Diffstat (limited to 'dev-python/pyserial/pyserial-2.0.ebuild')
-rw-r--r--dev-python/pyserial/pyserial-2.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/pyserial/pyserial-2.0.ebuild b/dev-python/pyserial/pyserial-2.0.ebuild
new file mode 100644
index 000000000000..362fcf49a2d4
--- /dev/null
+++ b/dev-python/pyserial/pyserial-2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/11/12 00:48:45 liquidx Exp $
+
+inherit distutils
+
+DESCRIPTION="Python Serial Port Extension"
+SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
+HOMEPAGE="http://pyserial.sourceforge.net"
+
+IUSE=""
+SLOT="0"
+LICENSE="PYTHON"
+KEYWORDS="~x86"
+
+PYTHON_MODNAME="serial"