summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-07-03 15:49:56 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-07-03 15:49:56 +0000
commit2e846ce42195b969f199858f3e17d4c95e71b07f (patch)
treeb5413ba265ac30be6f566fbacfd6a94595cc4428 /dev-python/markups
parentremove old unsecure ebuilds wrt Bug 472214 (diff)
downloadgentoo-2-2e846ce42195b969f199858f3e17d4c95e71b07f.tar.gz
gentoo-2-2e846ce42195b969f199858f3e17d4c95e71b07f.tar.bz2
gentoo-2-2e846ce42195b969f199858f3e17d4c95e71b07f.zip
Added and tested Python 3.3 compatibility, fixes bug #475478 reported by Helmut Jarausch.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-python/markups')
-rw-r--r--dev-python/markups/ChangeLog6
-rw-r--r--dev-python/markups/markups-0.2.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/markups/ChangeLog b/dev-python/markups/ChangeLog
index 8f259bed5197..7eb5bfc76dc3 100644
--- a/dev-python/markups/ChangeLog
+++ b/dev-python/markups/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/markups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markups/ChangeLog,v 1.1 2013/06/29 12:23:47 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markups/ChangeLog,v 1.2 2013/07/03 15:49:56 tomwij Exp $
+
+ 03 Jul 2013; Tom Wijsman <TomWij@gentoo.org> markups-0.2.4.ebuild:
+ Added and tested Python 3.3 compatibility, fixes bug #475478 reported by
+ Helmut Jarausch.
*markups-0.2.4 (29 Jun 2013)
diff --git a/dev-python/markups/markups-0.2.4.ebuild b/dev-python/markups/markups-0.2.4.ebuild
index 9bb23e136ecc..a5eb1a6642ca 100644
--- a/dev-python/markups/markups-0.2.4.ebuild
+++ b/dev-python/markups/markups-0.2.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markups/markups-0.2.4.ebuild,v 1.1 2013/06/29 12:23:47 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markups/markups-0.2.4.ebuild,v 1.2 2013/07/03 15:49:56 tomwij Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 )
+PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
inherit distutils-r1