summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-18 20:39:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-18 20:39:42 +0000
commit6a9f61e18af83d45ec79db872d46998510d489a9 (patch)
treef7df53344d436fbc5e16324d284cf59af31db565 /dev-python/pyxattr
parentVersion bump. (diff)
downloadgentoo-2-6a9f61e18af83d45ec79db872d46998510d489a9.tar.gz
gentoo-2-6a9f61e18af83d45ec79db872d46998510d489a9.tar.bz2
gentoo-2-6a9f61e18af83d45ec79db872d46998510d489a9.zip
Restrict Jython ABIs. Use DISTUTILS_SRC_TEST.
(Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r--dev-python/pyxattr/ChangeLog6
-rw-r--r--dev-python/pyxattr/pyxattr-0.5.0.ebuild18
2 files changed, 10 insertions, 14 deletions
diff --git a/dev-python/pyxattr/ChangeLog b/dev-python/pyxattr/ChangeLog
index 2d8cdb30e805..3ee8291c1a18 100644
--- a/dev-python/pyxattr/ChangeLog
+++ b/dev-python/pyxattr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyxattr
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.28 2010/12/18 20:23:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.29 2010/12/18 20:39:42 arfrever Exp $
+
+ 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pyxattr-0.5.0.ebuild:
+ Restrict Jython ABIs. Use DISTUTILS_SRC_TEST.
18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-pyxattr-0.4.0.ebuild:
diff --git a/dev-python/pyxattr/pyxattr-0.5.0.ebuild b/dev-python/pyxattr/pyxattr-0.5.0.ebuild
index e3b3827acff3..6e5e9cc2b0a6 100644
--- a/dev-python/pyxattr/pyxattr-0.5.0.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.5.0.ebuild
@@ -1,10 +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/pyxattr/pyxattr-0.5.0.ebuild,v 1.7 2010/07/18 12:21:56 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.0.ebuild,v 1.8 2010/12/18 20:39:42 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-#DISTUTILS_SRC_TEST="nosetests"
+RESTRICT_PYTHON_ABIS="*-jython"
+DISTUTILS_SRC_TEST="nosetests"
inherit distutils
@@ -15,17 +16,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm ia64 ppc ppc64 sh sparc x86"
-IUSE="test"
+IUSE=""
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
- dev-python/setuptools
- test? ( dev-python/nose )"
-
-src_test() {
- testing() {
- [[ "${PYTHON_ABI}" == 3.* ]] && return
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}
+ dev-python/setuptools"