summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-11-22 20:26:04 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-11-22 20:26:04 +0100
commit0b5f620a7dbe72349b1b47e4c37f9d24f8e57b44 (patch)
tree66cb3af67507157f3d640e6ad9d163e2d539573c /dev-python
parentdev-python/rq-dashboard: add upstream tag to metadata.xml (diff)
downloadeva-0b5f620a7dbe72349b1b47e4c37f9d24f8e57b44.tar.gz
eva-0b5f620a7dbe72349b1b47e4c37f9d24f8e57b44.tar.bz2
eva-0b5f620a7dbe72349b1b47e4c37f9d24f8e57b44.zip
dev-python/django-crispy-forms: initial ebuild
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-crispy-forms/Manifest1
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-1.2.0.ebuild22
-rw-r--r--dev-python/django-crispy-forms/metadata.xml11
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/django-crispy-forms/Manifest b/dev-python/django-crispy-forms/Manifest
new file mode 100644
index 0000000..6825f0d
--- /dev/null
+++ b/dev-python/django-crispy-forms/Manifest
@@ -0,0 +1 @@
+DIST django-crispy-forms-1.2.0.tar.gz 371416 SHA256 51028d4fa4ded3172e466f69b3479e786d074a711d51d575c67526ea911529ff SHA512 b0cc34f2c412b81ae04109cfb3d2fbcb831b01ba82cdcf5a0cba41f2b8e3d4db089ccc171b4875a142882cdf33c1eccd6686126c55629cbe8aa60f33cae80ad8 WHIRLPOOL 2d73794584ebee8c879918395368a5f1cecc99910e0a40cc794e10a06a67fe6983f7650b46ff387d3023fc3cb69e25fe21ba70548078dd5d045a8d5653724261
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.2.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.2.0.ebuild
new file mode 100644
index 0000000..d0b86da
--- /dev/null
+++ b/dev-python/django-crispy-forms/django-crispy-forms-1.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-nose/django-nose-1.1.ebuild,v 1.1 2012/05/30 06:19:48 iksaif Exp $
+
+EAPI="4"
+PYTHON_COMPAT=( python2_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Best way to have Django DRY forms"
+HOMEPAGE="http://github.com/maraujop/django-crispy-forms"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/django"
+DEPEND="${RDEPEND}
+ dev-python/setuptools
+"
diff --git a/dev-python/django-crispy-forms/metadata.xml b/dev-python/django-crispy-forms/metadata.xml
new file mode 100644
index 0000000..dfc4536
--- /dev/null
+++ b/dev-python/django-crispy-forms/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+<upstream>
+ <remote-id type="pypi">django-crispy-forms</remote-id>
+</upstream>
+</pkgmetadata>