summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild')
-rw-r--r--dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild b/dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild
new file mode 100644
index 0000000..70fa258
--- /dev/null
+++ b/dev-python/repoze-what-pylons/repoze-what-pylons-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Ebuild generated by g-pypi 0.2.1 (rev. 204)
+
+inherit distutils
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="The repoze.what v1 plugin for Pylons/TG2 integration"
+HOMEPAGE="http://code.gustavonarea.net/repoze.what-pylons/"
+SRC_URI="http://pypi.python.org/packages/source/r/${MY_PN}/${MY_P}.tar.gz"
+LICENSE="Repoze"
+KEYWORDS=""
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-python/repoze-what-1.0.4
+ >=dev-python/pylons-0.9.7
+ >=dev-python/decorator-3.0"
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"