diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 13:32:00 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 13:32:00 +0000 |
commit | 8642654a52a17a5ca93f0a4cf4a864eeffce4575 (patch) | |
tree | 4be8d1eaa81a74f2a21366ca0f90908049793163 /dev-python/turbokid | |
parent | oroborus-extras is finally gone (diff) | |
download | gentoo-2-8642654a52a17a5ca93f0a4cf4a864eeffce4575.tar.gz gentoo-2-8642654a52a17a5ca93f0a4cf4a864eeffce4575.tar.bz2 gentoo-2-8642654a52a17a5ca93f0a4cf4a864eeffce4575.zip |
Version bump. Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/turbokid')
-rw-r--r-- | dev-python/turbokid/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/turbokid/turbokid-1.0.5.ebuild | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-python/turbokid/ChangeLog b/dev-python/turbokid/ChangeLog index 92d61fd9269e..07af14488ef0 100644 --- a/dev-python/turbokid/ChangeLog +++ b/dev-python/turbokid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/turbokid -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/ChangeLog,v 1.6 2009/01/08 23:33:25 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/ChangeLog,v 1.7 2010/07/09 13:32:00 arfrever Exp $ + +*turbokid-1.0.5 (09 Jul 2010) + + 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -turbokid-1.0.4.ebuild, +turbokid-1.0.5.ebuild: + Version bump. Set SUPPORT_PYTHON_ABIS. 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -turbokid-1.0.2.ebuild: Remove old diff --git a/dev-python/turbokid/turbokid-1.0.5.ebuild b/dev-python/turbokid/turbokid-1.0.5.ebuild new file mode 100644 index 000000000000..7f9cb1fbe5ec --- /dev/null +++ b/dev-python/turbokid/turbokid-1.0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/turbokid-1.0.5.ebuild,v 1.1 2010/07/09 13:32:00 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils + +MY_PN="TurboKid" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Python template plugin that supports Kid templates" +HOMEPAGE="http://pypi.python.org/pypi/TurboKid" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +S="${WORKDIR}/${MY_P}" + +RDEPEND=">=dev-python/kid-0.9.6" +DEPEND="${RDEPEND} + dev-python/setuptools + test? ( dev-python/nose )" |