summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSławomir Lis <slis@gentoo.org>2015-11-04 21:23:45 +0100
committerSławomir Lis <slis@gentoo.org>2015-11-04 21:23:45 +0100
commitde3c05c930b9105750c3de82c3cdaffacaa97efb (patch)
treeaaf49f86bbeee39c386e334ff5f1764ec385f07f /dev-python/django-sekizai
parentAdded django-classy-tags (#427728) (diff)
downloadgentoo-de3c05c930b9105750c3de82c3cdaffacaa97efb.tar.gz
gentoo-de3c05c930b9105750c3de82c3cdaffacaa97efb.tar.bz2
gentoo-de3c05c930b9105750c3de82c3cdaffacaa97efb.zip
Added package django-sekizai (#427734)
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/django-sekizai')
-rw-r--r--dev-python/django-sekizai/Manifest1
-rw-r--r--dev-python/django-sekizai/django-sekizai-0.8.2.ebuild28
-rw-r--r--dev-python/django-sekizai/metadata.xml7
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/django-sekizai/Manifest b/dev-python/django-sekizai/Manifest
new file mode 100644
index 000000000000..c8d6bb5d852f
--- /dev/null
+++ b/dev-python/django-sekizai/Manifest
@@ -0,0 +1 @@
+DIST django-sekizai-0.8.2.tar.gz 166925 SHA256 cab1a4f445a9544036ba0b04cafd3102cecac1b313ab2e6a51bff773751298ae SHA512 dc9f8d38df4d2e61d285683e3922c480c8defecf1149d727db9e0d480c80efa488c4c192c54fa7edbf6e98111b460cba46ea904bea72dbfea567aef77a24120d WHIRLPOOL 9ddc8d345cdc1abbe8ca2f48102eb908b23a33fb09a3c9a720f9c7e278b59ecfe2aa9c2528fdcb47e10c35d86822898f188d19f79656b1c6e9ff2d933ad4c31b
diff --git a/dev-python/django-sekizai/django-sekizai-0.8.2.ebuild b/dev-python/django-sekizai/django-sekizai-0.8.2.ebuild
new file mode 100644
index 000000000000..600cf7225f3d
--- /dev/null
+++ b/dev-python/django-sekizai/django-sekizai-0.8.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{2,3}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django Template Blocks with extra functionality"
+HOMEPAGE="https://github.com/ojii/django-sekizai https://pypi.python.org/pypi/django-sekizai"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/django-1.6
+ >=dev-python/django-classy-tags-0.3.1
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+" \ No newline at end of file
diff --git a/dev-python/django-sekizai/metadata.xml b/dev-python/django-sekizai/metadata.xml
new file mode 100644
index 000000000000..1847f17d2266
--- /dev/null
+++ b/dev-python/django-sekizai/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>slis@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>