summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/simpleparse')
-rw-r--r--dev-python/simpleparse/ChangeLog5
-rw-r--r--dev-python/simpleparse/simpleparse-2.1.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/simpleparse/ChangeLog b/dev-python/simpleparse/ChangeLog
index 9f6c8f78a2b7..7f97752b78cc 100644
--- a/dev-python/simpleparse/ChangeLog
+++ b/dev-python/simpleparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/simpleparse
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.25 2011/09/14 07:34:53 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/ChangeLog,v 1.26 2011/09/16 07:46:34 djc Exp $
+
+ 16 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> simpleparse-2.1.1.ebuild:
+ Restrict jython, remove setuptools dependency (thanks jbergstroem).
*simpleparse-2.1.1 (14 Sep 2011)
diff --git a/dev-python/simpleparse/simpleparse-2.1.1.ebuild b/dev-python/simpleparse/simpleparse-2.1.1.ebuild
index 9c26f3d17509..28bc6683f727 100644
--- a/dev-python/simpleparse/simpleparse-2.1.1.ebuild
+++ b/dev-python/simpleparse/simpleparse-2.1.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.1 2011/09/14 07:34:53 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleparse/simpleparse-2.1.1.ebuild,v 1.2 2011/09/16 07:46:34 djc Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
+RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
inherit distutils
@@ -21,7 +21,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc examples"
-DEPEND="dev-python/setuptools"
+DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"