diff options
author | 2012-12-15 10:58:49 +0000 | |
---|---|---|
committer | 2012-12-15 10:58:49 +0000 | |
commit | 3ecc3c331700a6be6e6057ae5cb23a9c63e20095 (patch) | |
tree | e3a3a38a6c955cd2d4cdf326f98143dd03ac5599 /dev-python/argparse | |
parent | Fix version for installation directory. Bump to EAPI 5 (diff) | |
download | gentoo-2-3ecc3c331700a6be6e6057ae5cb23a9c63e20095.tar.gz gentoo-2-3ecc3c331700a6be6e6057ae5cb23a9c63e20095.tar.bz2 gentoo-2-3ecc3c331700a6be6e6057ae5cb23a9c63e20095.zip |
Remove jython2.5 support, bug #447148.
(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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/argparse/argparse-1.2.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/argparse/ChangeLog b/dev-python/argparse/ChangeLog index ee082a51f6b5..6e416d3f2a2e 100644 --- a/dev-python/argparse/ChangeLog +++ b/dev-python/argparse/ChangeLog @@ -1,6 +1,9 @@ # 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.41 2012/12/12 19:52:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.42 2012/12/15 10:58:49 mgorny Exp $ + + 15 Dec 2012; Michał Górny <mgorny@gentoo.org> argparse-1.2.1-r2.ebuild: + Remove jython2.5 support, bug #447148. 12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> argparse-1.2.1-r1.ebuild: Stable for amd64, wrt bug #446496 diff --git a/dev-python/argparse/argparse-1.2.1-r2.ebuild b/dev-python/argparse/argparse-1.2.1-r2.ebuild index 93fbd0ba3fe4..5b6556288a0c 100644 --- a/dev-python/argparse/argparse-1.2.1-r2.ebuild +++ b/dev-python/argparse/argparse-1.2.1-r2.ebuild @@ -1,10 +1,10 @@ # 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-r2.ebuild,v 1.1 2012/12/08 16:15:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.2 2012/12/15 10:58:49 mgorny Exp $ EAPI=4 # Other implementations ship argparse. -PYTHON_COMPAT=( python{2_5,2_6,3_1} jython2_5 ) +PYTHON_COMPAT=( python{2_5,2_6,3_1} ) inherit distutils-r1 |