summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSÅ‚awomir Lis <slis@gentoo.org>2015-11-05 14:21:41 +0100
committerSÅ‚awomir Lis <slis@gentoo.org>2015-11-05 14:34:44 +0100
commitfdf2cac31c94098b3ad5c0a5b851d65ec21773aa (patch)
treec78969d8eb92bd8ff525b45aec1a83321514d518 /dev-python/django-filer
parentadded django_polymorphic (diff)
downloadgentoo-fdf2cac31c94098b3ad5c0a5b851d65ec21773aa.tar.gz
gentoo-fdf2cac31c94098b3ad5c0a5b851d65ec21773aa.tar.bz2
gentoo-fdf2cac31c94098b3ad5c0a5b851d65ec21773aa.zip
added django-filer
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/django-filer')
-rw-r--r--dev-python/django-filer/Manifest1
-rw-r--r--dev-python/django-filer/django-filer-0.9.12.ebuild30
-rw-r--r--dev-python/django-filer/metadata.xml7
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/django-filer/Manifest b/dev-python/django-filer/Manifest
new file mode 100644
index 000000000000..f71534618a6d
--- /dev/null
+++ b/dev-python/django-filer/Manifest
@@ -0,0 +1 @@
+DIST django-filer-0.9.12.tar.gz 762305 SHA256 75dffb0df161d25edb5b1bee3ceaa308223264e35fb87517d733fa2eb1eee5c5 SHA512 141357b6a039fdd018bc843a8be6c130b31dd246632522bd3b61c35232406fcc1bf8c28862fd2d2466f355240afa4062afb435707ce341112d1aa049aca6bb4f WHIRLPOOL af62b42ded639037c4f39bfabc594c08b447c6bc7808dcc3a1cab23a5442d6cd0818d8dfc0f56f5d531e18217d8f98a653a07ab0c2b6cd1e71f82a5865936c62
diff --git a/dev-python/django-filer/django-filer-0.9.12.ebuild b/dev-python/django-filer/django-filer-0.9.12.ebuild
new file mode 100644
index 000000000000..00a41bc0e309
--- /dev/null
+++ b/dev-python/django-filer/django-filer-0.9.12.ebuild
@@ -0,0 +1,30 @@
+# 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_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A file management application for django that makes handling of files and images a breeze."
+HOMEPAGE="https://pypi.python.org/pypi/django-filer"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/django-1.4
+ >=dev-python/django_polymorphic-0.2
+ >=dev-python/easy-thumbnails-1.0
+ dev-python/django-mptt
+"
+
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+"
diff --git a/dev-python/django-filer/metadata.xml b/dev-python/django-filer/metadata.xml
new file mode 100644
index 000000000000..e3ff5b28214a
--- /dev/null
+++ b/dev-python/django-filer/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> \ No newline at end of file