summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-21 15:16:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-21 15:16:30 +0000
commitf777d5a84bf5e76e559ad7d6b5c78676600e1b02 (patch)
tree16704f51e1728aa135ae8de8fa8842ec7c40acc6 /dev-python/bpython
parentAutomated update of use.local.desc (diff)
downloadhistorical-f777d5a84bf5e76e559ad7d6b5c78676600e1b02.tar.gz
historical-f777d5a84bf5e76e559ad7d6b5c78676600e1b02.tar.bz2
historical-f777d5a84bf5e76e559ad7d6b5c78676600e1b02.zip
Require Python >=2.5 (bug #338260).
Package-Manager: portage-2.2_rc85_p18/cvs/Linux x86_64
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/ChangeLog6
-rw-r--r--dev-python/bpython/Manifest4
-rw-r--r--dev-python/bpython/bpython-0.9.7.1.ebuild4
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog
index a59fc6824630..015d11abb01f 100644
--- a/dev-python/bpython/ChangeLog
+++ b/dev-python/bpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/bpython
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.25 2010/09/20 20:11:54 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.26 2010/09/21 15:16:30 arfrever Exp $
+
+ 21 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ bpython-0.9.7.1.ebuild:
+ Require Python >=2.5 (bug #338260).
20 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-bpython-0.9.6.2.ebuild:
diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest
index dcf251f469ab..79b2ae75687d 100644
--- a/dev-python/bpython/Manifest
+++ b/dev-python/bpython/Manifest
@@ -1,4 +1,4 @@
DIST bpython-0.9.7.1.tar.gz 83229 RMD160 4e5f3e1603957bdd0984024d0abb0e3e59f33aa8 SHA1 4ab3b8c06e3ab0bd30fc20f52cd97c1687731699 SHA256 e440b20035f3261ed6cf3d842c4db56b9ff8e2eb7d33e375aeed3b4cc8668b6d
-EBUILD bpython-0.9.7.1.ebuild 1322 RMD160 eaaf53ece22ef75940c9a40511338d22d2cfcd9d SHA1 bad01a394efe8e66879472a7fc616d387adffbad SHA256 4f4dadb4861434cb402d86ef8930ed7352ce3be9982c7c6add820b8b1951fff9
-MISC ChangeLog 3584 RMD160 580cf3ae629e8d717077dabd19c116c6e29aebc2 SHA1 13509cc506e57c626cbedb9473c0183a4aa4432f SHA256 848f39ee3e3d461e094fe28c4365219009221106d4bb61fa5bc8944ce5014019
+EBUILD bpython-0.9.7.1.ebuild 1371 RMD160 ab525d896b289d1103f1ca64cb5732780a6e9d51 SHA1 c360f097acedd5a512ddeb17489ff9affbfc927c SHA256 5d82a881a577954275d95f8a19ae82eaf6cedac64f7b8fe24370dac73dface18
+MISC ChangeLog 3722 RMD160 9812e345851ce5727a874551ee32229c80f3ed4e SHA1 5c0825435e5c9629dfe2d3f46f0df98151535909 SHA256 82feb37c7d729c6a8c9a66b5860feb37c9c9bf649d754d9a504ffed297d920a6
MISC metadata.xml 449 RMD160 12b81705a652b47fd03370c13e7864de3daf4a7b SHA1 86cf1aee87e075eb94dbe3083475e857a105fe9d SHA256 4b992d5cc49195e1023670ae41e3a9092a655e92aa80fe718aa4a8af6b9d76ec
diff --git a/dev-python/bpython/bpython-0.9.7.1.ebuild b/dev-python/bpython/bpython-0.9.7.1.ebuild
index 2b7a92370dea..49cab58f0abf 100644
--- a/dev-python/bpython/bpython-0.9.7.1.ebuild
+++ b/dev-python/bpython/bpython-0.9.7.1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.7.1.ebuild,v 1.3 2010/09/20 19:57:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.7.1.ebuild,v 1.4 2010/09/21 15:16:30 arfrever Exp $
EAPI="3"
+PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4"
PYTHON_USE_WITH="ncurses"
inherit distutils