summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-01-24 19:41:47 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-01-24 19:41:47 +0000
commit8b0f49e86af45b4744644d52dd6bc7ed1d9ce0e1 (patch)
treefdedcbd4254277bf80ebf53a719abee08e8e27d7 /dev-python/pyserial
parentVersion bumped, closing bug #39196. Cleaned out old ebuilds. (Manifest recommit) (diff)
downloadgentoo-2-8b0f49e86af45b4744644d52dd6bc7ed1d9ce0e1.tar.gz
gentoo-2-8b0f49e86af45b4744644d52dd6bc7ed1d9ce0e1.tar.bz2
gentoo-2-8b0f49e86af45b4744644d52dd6bc7ed1d9ce0e1.zip
bump pyserial 2.0 to stable for py2.3 changes (#39259)
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r--dev-python/pyserial/ChangeLog7
-rw-r--r--dev-python/pyserial/pyserial-2.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyserial/ChangeLog b/dev-python/pyserial/ChangeLog
index 327d21a16856..d9fb81839fbd 100644
--- a/dev-python/pyserial/ChangeLog
+++ b/dev-python/pyserial/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyserial
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v 1.3 2003/11/12 00:48:45 liquidx Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/ChangeLog,v 1.4 2004/01/24 19:41:47 liquidx Exp $
+
+ 24 Jan 2004; Alastair Tse <liquidx@gentoo.org> pyserial-2.0.ebuild:
+ bump pyserial 2.0 to stable, for py2.3 changes
*pyserial-2.0 (12 Nov 2003)
diff --git a/dev-python/pyserial/pyserial-2.0.ebuild b/dev-python/pyserial/pyserial-2.0.ebuild
index 362fcf49a2d4..f8fbe7769091 100644
--- a/dev-python/pyserial/pyserial-2.0.ebuild
+++ b/dev-python/pyserial/pyserial-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.0.ebuild,v 1.2 2004/01/24 19:41:47 liquidx Exp $
inherit distutils
@@ -11,6 +11,6 @@ HOMEPAGE="http://pyserial.sourceforge.net"
IUSE=""
SLOT="0"
LICENSE="PYTHON"
-KEYWORDS="~x86"
+KEYWORDS="x86"
PYTHON_MODNAME="serial"