From 52053da7901850d1d277a71d1ee3976d4a66c490 Mon Sep 17 00:00:00 2001 From: "Hristiyan Matev (Darren)" Date: Tue, 15 Dec 2009 00:27:23 +0200 Subject: dev-python/tw-forms: 0.9.8 --- dev-python/tw-forms/Manifest | 2 ++ dev-python/tw-forms/tw-forms-0.9.8.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-python/tw-forms/tw-forms-0.9.8.ebuild (limited to 'dev-python') diff --git a/dev-python/tw-forms/Manifest b/dev-python/tw-forms/Manifest index 9af17af..ad363bc 100644 --- a/dev-python/tw-forms/Manifest +++ b/dev-python/tw-forms/Manifest @@ -1,2 +1,4 @@ DIST tw.forms-0.9.3.tar.gz 71160 RMD160 f23b57510cf4110769cebab65dfa5424282eb45d SHA1 fde75982e5ad995d4c112607da0476f943cc92e9 SHA256 356e06fce01e28fea1fdff492e20bbd24c93d2568b9878b8fef21949614393e7 +DIST tw.forms-0.9.8.tar.gz 71822 RMD160 52b8b6fc1f158efc2cfd579cdb4b3c9f474237b2 SHA1 c0d4ba5a48cf7fcf817cfb40bb9da2f8d6d1d7ca SHA256 162b45da371fbd0a52f612a99113c692b55f7d2406332242f040ce1b3df8fcd9 EBUILD tw-forms-0.9.3.ebuild 618 RMD160 6e84741e0e464865b8bdca652146c42f5afd496a SHA1 775e8a1bf7e284a852e8650743d5824aef7f63a7 SHA256 c8f9711de6274574c6b1ba1052b79bfdc18acffcfb9f3795567b710b299b7502 +EBUILD tw-forms-0.9.8.ebuild 573 RMD160 d106dd6e2239e898ca3cb0e7a7f6f277632549c7 SHA1 0a85590116976846cc833a21f1d546e8a1dea573 SHA256 c14ea7659e71d15822ea2e1fa07b48567f78c97ac87d1ac681a0c0ef53c95f0d diff --git a/dev-python/tw-forms/tw-forms-0.9.8.ebuild b/dev-python/tw-forms/tw-forms-0.9.8.ebuild new file mode 100644 index 0000000..2f3e5ec --- /dev/null +++ b/dev-python/tw-forms/tw-forms-0.9.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Web Widgets for building and validating forms. (former ToscaWidgetsForms)" +HOMEPAGE="http://toscawidgets.org" +SRC_URI="http://pypi.python.org/packages/source/t/${MY_PN}/${MY_P}.tar.gz" +LICENSE="MIT" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/toscawidgets-0.9.3 + >=dev-python/formencode-1.1 + dev-python/mako + >=dev-python/genshi-0.3.6" +DEPEND="" + +S="${WORKDIR}/${MY_P}" -- cgit v1.2.3