diff options
author | 2012-03-17 04:57:17 +0000 | |
---|---|---|
committer | 2012-03-17 04:57:17 +0000 | |
commit | 163c2010634613b76d92cb2531025314506cc1bc (patch) | |
tree | 17288d673445c7177e7f73af635d6d9fb3cab987 /dev-python/python-fastimport/python-fastimport-0.9.1.ebuild | |
parent | Add ~x86-fbsd. (diff) | |
download | gentoo-2-163c2010634613b76d92cb2531025314506cc1bc.tar.gz gentoo-2-163c2010634613b76d92cb2531025314506cc1bc.tar.bz2 gentoo-2-163c2010634613b76d92cb2531025314506cc1bc.zip |
Version bump.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-fastimport/python-fastimport-0.9.1.ebuild')
-rw-r--r-- | dev-python/python-fastimport/python-fastimport-0.9.1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/python-fastimport/python-fastimport-0.9.1.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.1.ebuild new file mode 100644 index 000000000000..d4d86c53ec91 --- /dev/null +++ b/dev-python/python-fastimport/python-fastimport-0.9.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fastimport/python-fastimport-0.9.1.ebuild,v 1.1 2012/03/17 04:57:17 tetromino Exp $ + +EAPI="4" + +PYTHON_DEPEND="2" + +inherit distutils + +DESCRIPTION="Library for parsing the fastimport VCS serialization format" +HOMEPAGE="https://launchpad.net/python-fastimport" +MY_P="fastimport-${PV}" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="" + +PYTHON_MODNAME="fastimport" +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} |