diff options
Diffstat (limited to 'dev-python/catwalk/catwalk-2.0.2.ebuild')
-rw-r--r-- | dev-python/catwalk/catwalk-2.0.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/catwalk/catwalk-2.0.2.ebuild b/dev-python/catwalk/catwalk-2.0.2.ebuild new file mode 100644 index 0000000..e909c7e --- /dev/null +++ b/dev-python/catwalk/catwalk-2.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="Catwalk" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A way to view your models using TurboGears" +HOMEPAGE="http://code.google.com/p/tgtools/wiki/Catwalk" +SRC_URI="http://pypi.python.org/packages/source/C/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="dev-python/sprox + dev-python/tg-ext-admin" +DEPEND="" + +S="${WORKDIR}/${MY_P}" |