summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-05 18:52:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-05 18:52:42 +0000
commit8dd7e6e462a9df317142008c92c7f54c767b22ec (patch)
tree3176c8ea41cb4d80286f85e4a3ea47ed30b50d99 /net-zope/zope-datetime
parentRestrict Jython ABIs. (diff)
downloadgentoo-2-8dd7e6e462a9df317142008c92c7f54c767b22ec.tar.gz
gentoo-2-8dd7e6e462a9df317142008c92c7f54c767b22ec.tar.bz2
gentoo-2-8dd7e6e462a9df317142008c92c7f54c767b22ec.zip
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha6_p21/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-datetime')
-rw-r--r--net-zope/zope-datetime/ChangeLog6
-rw-r--r--net-zope/zope-datetime/zope-datetime-3.4.0.ebuild21
2 files changed, 12 insertions, 15 deletions
diff --git a/net-zope/zope-datetime/ChangeLog b/net-zope/zope-datetime/ChangeLog
index 7211ff24168b..5d27e5696980 100644
--- a/net-zope/zope-datetime/ChangeLog
+++ b/net-zope/zope-datetime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-zope/zope-datetime
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-datetime/ChangeLog,v 1.4 2010/02/14 19:17:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-datetime/ChangeLog,v 1.5 2010/12/05 18:52:42 arfrever Exp $
+
+ 05 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ zope-datetime-3.4.0.ebuild:
+ Restrict Jython ABIs.
14 Feb 2010; Raúl Porcel <armin76@gentoo.org> zope-datetime-3.4.0.ebuild:
Add ~alpha/~sparc wrt #297734
diff --git a/net-zope/zope-datetime/zope-datetime-3.4.0.ebuild b/net-zope/zope-datetime/zope-datetime-3.4.0.ebuild
index 6d6c8ed7284b..428a08322c80 100644
--- a/net-zope/zope-datetime/zope-datetime-3.4.0.ebuild
+++ b/net-zope/zope-datetime/zope-datetime-3.4.0.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/net-zope/zope-datetime/zope-datetime-3.4.0.ebuild,v 1.5 2010/10/30 18:59:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-datetime/zope-datetime-3.4.0.ebuild,v 1.6 2010/12/05 18:52:42 arfrever Exp $
-EAPI="2"
+EAPI="3"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
inherit distutils
@@ -17,21 +19,12 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="test"
+IUSE=""
-DEPEND="dev-python/setuptools
- test? ( dev-python/nose )"
+DEPEND="dev-python/setuptools"
RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
-PYTHON_MODNAME="${PN/-//}"
DOCS="README.txt"
-
-src_test() {
- testing() {
- nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}
+PYTHON_MODNAME="${PN/-//}"