diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-21 01:41:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-21 01:41:15 +0000 |
commit | d4ccc03c76ef1629bed5ccbf55c57916d0a6d72e (patch) | |
tree | 5272a66b7922526a6d5ed2633f9df9a9defed0c2 /dev-python/flask-themes | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-d4ccc03c76ef1629bed5ccbf55c57916d0a6d72e.tar.gz gentoo-2-d4ccc03c76ef1629bed5ccbf55c57916d0a6d72e.tar.bz2 gentoo-2-d4ccc03c76ef1629bed5ccbf55c57916d0a6d72e.zip |
Use nosetests directly. Update HOMEPAGE. Fix dependencies.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/flask-themes')
-rw-r--r-- | dev-python/flask-themes/flask-themes-0.1.2.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/flask-themes/flask-themes-0.1.2.ebuild b/dev-python/flask-themes/flask-themes-0.1.2.ebuild index f487ad367aa1..9a06e29d433a 100644 --- a/dev-python/flask-themes/flask-themes-0.1.2.ebuild +++ b/dev-python/flask-themes/flask-themes-0.1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.2.ebuild,v 1.1 2010/12/14 23:21:53 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.2.ebuild,v 1.2 2011/04/21 01:41:15 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="setup.py" +DISTUTILS_SRC_TEST="nosetests" inherit distutils @@ -14,19 +14,18 @@ MY_PN="Flask-Themes" MY_P="${MY_PN}-${PV}" DESCRIPTION="Infrastructure for theming support in Flask applications." -HOMEPAGE="http://packages.python.org/Flask-Themes/" +HOMEPAGE="http://packages.python.org/Flask-Themes/ http://pypi.python.org/pypi/Flask-Themes" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" +IUSE="" RDEPEND=">=dev-python/flask-0.6 - || ( >=dev-lang/python-2.6 dev-python/simplejson )" + || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )" DEPEND="${RDEPEND} - dev-python/setuptools - test? ( dev-python/nose )" + dev-python/setuptools" S="${WORKDIR}/${MY_P}" |