summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-06-20 14:56:50 +0200
committerSlawomir Lis <slis@gentoo.org>2016-06-20 15:05:45 +0200
commit315b5cd4cb0a99556cc9d6dd5717423f09b659a1 (patch)
treebe33719a294fbc614a074939de65147da7babf89 /dev-python/django-standard-form
parentfixed homepage (diff)
downloadgentoo-315b5cd4cb0a99556cc9d6dd5717423f09b659a1.tar.gz
gentoo-315b5cd4cb0a99556cc9d6dd5717423f09b659a1.tar.bz2
gentoo-315b5cd4cb0a99556cc9d6dd5717423f09b659a1.zip
added django-standard-form package
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/django-standard-form')
-rw-r--r--dev-python/django-standard-form/Manifest1
-rw-r--r--dev-python/django-standard-form/django-standard-form-1.1.1.ebuild27
-rw-r--r--dev-python/django-standard-form/metadata.xml10
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/django-standard-form/Manifest b/dev-python/django-standard-form/Manifest
new file mode 100644
index 000000000000..4d4d10b44723
--- /dev/null
+++ b/dev-python/django-standard-form/Manifest
@@ -0,0 +1 @@
+DIST django-standard-form-1.1.1.tar.gz 7504 SHA256 33d338e891ecf47ce2c6c892261ec2d62ae763c6b65a216e04edd9e69ccce3e4 SHA512 284ca81ff34f8e6344163a00043e7c23dcb7b98341b07a3113627bd9a8848e733335a1adb0ae3b458d3e63bf229d301abe36315d30e65ee9edb5472aede1a5c3 WHIRLPOOL 6d4fff57f159d8efbb2bfaa13c79f7c07a700417e0a7fc20d51cd37495ac44fedd8bdbf9e5a140b931c62efdb9306c8fc63bfb40ff6c4d3ef6999400f80ed8e8
diff --git a/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild b/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
new file mode 100644
index 000000000000..01d5e7126c81
--- /dev/null
+++ b/dev-python/django-standard-form/django-standard-form-1.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Quick and simple django templatetags for displaying forms"
+HOMEPAGE="https://pypi.python.org/pypi/django-standard-form"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/django-1.3
+ >=dev-python/django-classy-tags-0.3.3
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
diff --git a/dev-python/django-standard-form/metadata.xml b/dev-python/django-standard-form/metadata.xml
new file mode 100644
index 000000000000..4543b354f15c
--- /dev/null
+++ b/dev-python/django-standard-form/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>slis@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">django-standard-form</remote-id>
+ </upstream>
+</pkgmetadata>