diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-07 22:33:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-07 22:33:12 +0000 |
commit | 48714e1fc99f57cf6169a6434ad241510a2010cb (patch) | |
tree | 6736cac844841350e7fa33dbb6941a85e09d6cf9 /dev-python/redis-py | |
parent | New module in DRACUT_MODULES USE_EXPAND: plymouth (diff) | |
download | gentoo-2-48714e1fc99f57cf6169a6434ad241510a2010cb.tar.gz gentoo-2-48714e1fc99f57cf6169a6434ad241510a2010cb.tar.bz2 gentoo-2-48714e1fc99f57cf6169a6434ad241510a2010cb.zip |
Delete unused "doc" USE flag. Set PYTHON_MODNAME.
(Portage version: 2.2.0_alpha26_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/redis-py')
-rw-r--r-- | dev-python/redis-py/redis-py-2.2.2.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-python/redis-py/redis-py-2.2.2.ebuild b/dev-python/redis-py/redis-py-2.2.2.ebuild index bb8f783b9bc5..2eb6d11cb3e3 100644 --- a/dev-python/redis-py/redis-py-2.2.2.ebuild +++ b/dev-python/redis-py/redis-py-2.2.2.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.2.2.ebuild,v 1.1 2011/03/04 17:39:49 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.2.2.ebuild,v 1.2 2011/03/07 22:33:12 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" +# Tests are not distributed in the tarball. +# DISTUTILS_SRC_TEST="setup.py" inherit distutils @@ -16,7 +18,7 @@ SRC_URI="http://cloud.github.com/downloads/andymccurdy/redis-py/redis-2.2.2.tar. LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" @@ -24,10 +26,4 @@ RDEPEND="" S="${WORKDIR}/redis-${PV}" DOCS="README.md CHANGES" - -#src_test() { redis-py doesn't like being tested -# testing() { -# "$(PYTHON)" setup.py test -# } -# python_execute_function testing -#} +PYTHON_MODNAME="redis" |