summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-12 18:44:40 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-12 18:44:40 +0000
commitd38303b826a3ddfbb54b375677c365f7a3aa8555 (patch)
tree1d16fc722c58ae59688b32c64a95abedfec6fe4a /dev-python/argparse
parentFork unstable PYTHON_TARGETS to clear the way for stabilization. (diff)
downloadgentoo-2-d38303b826a3ddfbb54b375677c365f7a3aa8555.tar.gz
gentoo-2-d38303b826a3ddfbb54b375677c365f7a3aa8555.tar.bz2
gentoo-2-d38303b826a3ddfbb54b375677c365f7a3aa8555.zip
Drop unstable implementations from the older ebuild, to clear the way for stabilization.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/argparse')
-rw-r--r--dev-python/argparse/ChangeLog6
-rw-r--r--dev-python/argparse/argparse-1.2.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/argparse/ChangeLog b/dev-python/argparse/ChangeLog
index 1f38b8635655..c66ae09e02d1 100644
--- a/dev-python/argparse/ChangeLog
+++ b/dev-python/argparse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/argparse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.38 2012/12/10 12:22:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.39 2012/12/12 18:44:40 mgorny Exp $
+
+ 12 Dec 2012; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r1.ebuild:
+ Drop unstable implementations from the older ebuild, to clear the way for
+ stabilization.
10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r1.ebuild:
Stable for ppc64, wrt bug #446496
diff --git a/dev-python/argparse/argparse-1.2.1-r1.ebuild b/dev-python/argparse/argparse-1.2.1-r1.ebuild
index 541681786345..056977e1a5b1 100644
--- a/dev-python/argparse/argparse-1.2.1-r1.ebuild
+++ b/dev-python/argparse/argparse-1.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.5 2012/12/10 12:22:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.6 2012/12/12 18:44:40 mgorny Exp $
EAPI=4
PYTHON_COMPAT_REAL=(
@@ -11,7 +11,7 @@ PYTHON_COMPAT=(
${PYTHON_COMPAT_REAL[@]}
# these versions provide built-in argparse
# but we still list them to warn user to migrate
- python{2_7,3_2,3_3} pypy{1_8,1_9}
+ python{2_7,3_2}
)
inherit distutils-r1