You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/tg-widgets-lightbox/tg-widgets-lightbox-2.0.ebuild

23 lines
617 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tg-widgets-lightbox/tg-widgets-lightbox-2.0.ebuild,v 1.3 2011/04/12 16:19:25 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="TurboGears widget wrapper for the Lightbox JavaScript library"
HOMEPAGE="http://www.turbogears.org/widgets/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="dev-python/turbogears
dev-python/tg-widgets-scriptaculous"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="lightbox"