added django-standard-form package
authorSlawomir Lis <slis@gentoo.org>
Mon, 20 Jun 2016 12:56:50 +0000 (14:56 +0200)
committerSlawomir Lis <slis@gentoo.org>
Mon, 20 Jun 2016 13:05:45 +0000 (15:05 +0200)
Package-Manager: portage-2.3.0_rc1

dev-python/django-standard-form/Manifest [new file with mode: 0644]
dev-python/django-standard-form/django-standard-form-1.1.1.ebuild [new file with mode: 0644]
dev-python/django-standard-form/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/django-standard-form/Manifest b/dev-python/django-standard-form/Manifest
new file mode 100644 (file)
index 0000000..4d4d10b
--- /dev/null
@@ -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 (file)
index 0000000..01d5e71
--- /dev/null
@@ -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 (file)
index 0000000..4543b35
--- /dev/null
@@ -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>