summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-07-16 19:11:42 +0000
committerWilliam Hubbs <williamh@gentoo.org>2013-07-16 19:11:42 +0000
commit5ad1b601787908603e736af85b69f0bbf12396c1 (patch)
tree47bc53d4dafc63613289f83d1f6c6c5dfe8b0bb7 /dev-python/pyparted
parentSwitch to python-r1, removed old (diff)
downloadgentoo-2-5ad1b601787908603e736af85b69f0bbf12396c1.tar.gz
gentoo-2-5ad1b601787908603e736af85b69f0bbf12396c1.tar.bz2
gentoo-2-5ad1b601787908603e736af85b69f0bbf12396c1.zip
drop support for python 3.1 and 3.2, thanks to Patrick McLean.
(Portage version: 2.2.0_alpha188/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/ChangeLog5
-rw-r--r--dev-python/pyparted/pyparted-3.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog
index 7c329202f4a7..74b5d16fbfa0 100644
--- a/dev-python/pyparted/ChangeLog
+++ b/dev-python/pyparted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparted
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.76 2013/06/14 19:08:26 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.77 2013/07/16 19:11:42 williamh Exp $
+
+ 16 Jul 2013; William Hubbs <williamh@gentoo.org> pyparted-3.10.ebuild:
+ drop support for python 3.1 and 3.2, thanks to Patrick McLean.
14 Jun 2013; Patrick McLean <chutz@gentoo.org> pyparted-3.10.ebuild:
Add python3_3 to PYTHON_COMPAT.
diff --git a/dev-python/pyparted/pyparted-3.10.ebuild b/dev-python/pyparted/pyparted-3.10.ebuild
index 9402c829d996..d87dca99806a 100644
--- a/dev-python/pyparted/pyparted-3.10.ebuild
+++ b/dev-python/pyparted/pyparted-3.10.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/pyparted/pyparted-3.10.ebuild,v 1.2 2013/06/14 19:08:26 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.3 2013/07/16 19:11:42 williamh Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
DESCRIPTION="Python bindings for sys-block/parted"