diff options
author | 2013-08-17 04:31:04 +0000 | |
---|---|---|
committer | 2013-08-17 04:31:04 +0000 | |
commit | 7d329a9b557e30ec7018c5da241aac806d41d418 (patch) | |
tree | 8238246bbf226af9a14a8b00bcb4d1f2b9ee0e5f /dev-python/peewee/peewee-2.1.4.ebuild | |
parent | Cleanups (diff) | |
download | historical-7d329a9b557e30ec7018c5da241aac806d41d418.tar.gz historical-7d329a9b557e30ec7018c5da241aac806d41d418.tar.bz2 historical-7d329a9b557e30ec7018c5da241aac806d41d418.zip |
More cleanups
Package-Manager: portage-2.2.0/cvs/Linux x86_64
Diffstat (limited to 'dev-python/peewee/peewee-2.1.4.ebuild')
-rw-r--r-- | dev-python/peewee/peewee-2.1.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/peewee/peewee-2.1.4.ebuild b/dev-python/peewee/peewee-2.1.4.ebuild index cf303bf31f5a..097b3d2231f0 100644 --- a/dev-python/peewee/peewee-2.1.4.ebuild +++ b/dev-python/peewee/peewee-2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.1.4.ebuild,v 1.2 2013/08/17 04:29:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/peewee-2.1.4.ebuild,v 1.3 2013/08/17 04:30:56 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -25,8 +25,6 @@ DEPEND="${RDEPEND} dev-python/psycopg[${PYTHON_USEDEP}] )" -S="${WORKDIR}/${MY_P}" - python_test() { nosetests || die "Testing failed with ${EPYTHON}" } |