summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSÅ‚awomir Lis <slis@gentoo.org>2015-11-05 13:33:22 +0100
committerSÅ‚awomir Lis <slis@gentoo.org>2015-11-05 13:36:42 +0100
commit18f2b8837137218ca41e5cd3164b2c803d9f61d9 (patch)
tree30e8d8a474028e5a367ce06f8029043272adff40 /dev-python/djangocms-video/djangocms-video-0.1.ebuild
parentadded djangocms-text-ckeditor (diff)
downloadgentoo-18f2b8837137218ca41e5cd3164b2c803d9f61d9.tar.gz
gentoo-18f2b8837137218ca41e5cd3164b2c803d9f61d9.tar.bz2
gentoo-18f2b8837137218ca41e5cd3164b2c803d9f61d9.zip
added djangocms-video
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/djangocms-video/djangocms-video-0.1.ebuild')
-rw-r--r--dev-python/djangocms-video/djangocms-video-0.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/djangocms-video/djangocms-video-0.1.ebuild b/dev-python/djangocms-video/djangocms-video-0.1.ebuild
new file mode 100644
index 000000000000..0c89ffe2f3ab
--- /dev/null
+++ b/dev-python/djangocms-video/djangocms-video-0.1.ebuild
@@ -0,0 +1,24 @@
+# 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="Video plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-video"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools
+" \ No newline at end of file